Console API
Console API
Section titled “Console API”Default local base URL: http://localhost:8422
Replace the host and port with your own deployment-specific values when the Console runs in Docker, behind a proxy, or on a non-local environment.
Key endpoint groups
Section titled “Key endpoint groups”Health and overview
Section titled “Health and overview”GET /api/healthGET /api/overview
Agents
Section titled “Agents”GET /api/agentsGET /api/agents/capabilitiesGET /api/agents/tools/availableGET /api/agents/skills/availablePOST /api/agentsGET /api/agents/{agent_id}PUT /api/agents/{agent_id}DELETE /api/agents/{agent_id}
Sessions
Section titled “Sessions”GET /api/sessionsGET /api/sessions/{session_id}POST /api/sessions/{session_id}/inputPOST /api/sessions/{session_id}/cancelPOST /api/sessions/{session_id}/forkDELETE /api/sessions/{session_id}
Scheduler
Section titled “Scheduler”GET /api/scheduler/statesGET /api/scheduler/states/{state_id}GET /api/scheduler/states/{state_id}/childrenGET /api/scheduler/states/{state_id}/treeGET /api/scheduler/states/{state_id}/pending-eventsGET /api/scheduler/statsPOST /api/scheduler/states/createPOST /api/scheduler/states/{state_id}/cancelPOST /api/scheduler/states/{state_id}/steerPOST /api/scheduler/states/{state_id}/resume
Runs and traces
Section titled “Runs and traces”GET /api/runsGET /api/runs/{run_id}GET /api/traces
Streaming input
Section titled “Streaming input”POST /api/sessions/{session_id}/input returns SSE events built from AgentStreamItem. That gives integrations one runtime event format across direct agent runs and scheduler-mediated session flows.