Base URL
All endpoints are prefixed with/api/v1.
Authentication
The Engine API currently does not require authentication. In production deployments, secure the API behind a reverse proxy or API gateway.Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /health | Health check |
GET | /topology/graph | Full topology graph |
GET | /topology/agents/{agent_id} | Single agent detail |
GET | /sessions | Session list |
GET | /sessions/{trace_id}/spans | Spans for a trace |
GET | /risk/agents | All agents with risk data |

