Reference
API Reference
Interact with the Control Plane programmatically.
Authentication
All API requests require a Bearer token.
Endpoints
POST /v1/goals
Submit a new high-level goal.
json
{
"goal": "Process Q3 reports",
"context": { "priority": "high" }
}GET /v1/runs/{run_id}
Get the status of a workflow run.
GET /v1/agents
List all registered agents and their health status.