Dashboard API Endpoints

The dashboard exposes JSON API endpoints for programmatic access.

Available Endpoints

Endpoint Description
GET /api/agents List all agents
GET /api/supervisors List all supervisors
GET /api/cost Cost summary
GET /api/audit Audit log entries
GET /api/trust AXIS trust scores
GET /api/broker Broker routing stats
GET /api/edge Edge deployments

Example

curl http://127.0.0.1:4200/api/agents | jq

# [
#   {
#     "name": "researcher",
#     "status": "running",
#     "id": "a1b2c3d4e5f6"
#   }
# ]