Control Plane vs. Runtime Plane
Control plane covers the public beta definition surfaces for skills, tools, evaluations, and stateless agent authoring/iteration.
- skills, tools, and evaluations
- agent list/create/update/version/publish
- agent-scoped workflow save/validate
- agent compare/diff/rollback
Runtime plane covers execution surfaces:
- public beta skill execution via
POST /api/skills/:id/run - stable agent execution and run detail via
/api/agents/:id/runand/api/agent-runs/:id
Workflow remains agent-scoped dependent configuration in the public model. There is no top-level public workflow resource.
Admin key provisioning and other setup helpers exist in the implementation, but they are outside the current public route boundary.