Project Type: WordPress Plugins

Configure Pipeline Step Tool

Specialized tool for configuring pipeline-level AI step settings including system prompt, provider, model, and enabled tools. Overview The configure_pipeline_step tool manages pipeline-level AI configuration that applies to all flows using...

Pipeline Builder Interface

React-based interface for creating and managing Pipelines and Flows, backed by the /wp-json/datamachine/v1/ REST API. Architecture TanStack Query manages server state (pipelines, flows, handler metadata, chat sessions/messages) with caching +...

Settings Configuration Interface

React admin page for configuring Data Machine’s global settings, agent defaults, API keys, and handler defaults. Architecture Frontend location: inc/Core/Admin/Settings/assets/react/ REST endpoints: /wp-json/datamachine/v1/settings (see inc/Api/Settings.php) Data fetching: TanStack Query (@tanstack/react-query)...

AI Directive System

Data Machine uses a modular directive system to provide context and guidance to AI agents. These directives are combined to form the system prompt for every AI request. Architecture The...

Add Pipeline Step Tool

Specialized chat tool for adding steps to existing pipelines with automatic flow synchronization. Overview The add_pipeline_step tool allows AI agents to add new steps to existing pipelines. When a step...

API Query Tool

Internal REST API query tool for chat agents providing discovery, monitoring, and troubleshooting capabilities. Overview The api_query tool enables chat agents to query the Data Machine REST API (via rest_do_request)...

Authenticate Handler Tool

Implementation: inc/Api/Chat/Tools/AuthenticateHandler.php Overview The Authenticate Handler tool manages authentication flows via natural language, allowing users to list status, configure credentials, and retrieve OAuth URLs for handlers. It provides a conversational...

Changelog

All notable changes to Data Machine will be documented in this file. [0.98.0] - 2026-04-28 Added persist installed artifact tracking add handler auth refs foundation export agent bundles through value...

Data Machine Documentation

Complete user documentation for Data Machine, the AI-first WordPress plugin that combines a visual pipeline builder, conversational chat agent, REST API, and handler/tool extensibility under a single workflow engine. Quick...

Logs & Jobs Management Interface

Monitoring and managing pipeline execution status and historical system logs. Logs Interface The Logs interface is a separate React admin page implemented under inc/Core/Admin/Pages/Logs/assets/react/. Architecture (as implemented): Uses TanStack Query...

← Back to Chubes.net