Agent Status
Today’s Token Usage
Total today
—
API Reference
| Method | Path | Description | Auth |
|---|---|---|---|
| GET | /api/health |
Health check | No auth |
| GET | /api/agents/status |
Agent fleet status | No auth |
| POST | /api/agents/{name}/stop |
Stop an agent | API key |
| POST | /api/agents/{name}/start |
Start an agent | API key |
| POST | /api/agents/{name}/disable |
Disable an agent | API key |
| GET | /api/usage/today |
Today’s token usage | No auth |
| GET | /api/usage/{agent} |
Agent token usage | No auth |
| POST | /api/memory/{agent}/write |
Write to agent memory | API key |
| GET | /api/memory/{agent}/read |
Read from agent memory | No auth |
| GET | /api/memory/{agent}/keys |
List agent memory keys | No auth |
| GET | /api/mcp/status |
MCP connection status | No auth |