Core System
Cache Management
Data Machine uses ability-level clearCache() methods to invalidate cached services when handlers, step types, or tools are dynamically registered. Overview...
Updated February 13, 2026
Handler Registration Trait
Standardized handler registration trait introduced in v0.2.2 that eliminates ~70% of boilerplate code across all handlers. Overview HandlerRegistrationTrait (/inc/Core/Steps/HandlerRegistrationTrait.php) provides...
Updated February 13, 2026
HTTP Client
The HttpClient class (/inc/Core/HttpClient.php) provides a consistent, centralized surface for all HTTP requests executed by fetch, publish, and auth handlers....
Updated February 13, 2026
Troubleshooting Problem Flows
The Data Machine ecosystem includes automated monitoring to help identify flows that are consistently failing or returning no results. These...
Updated February 13, 2026