API Reference

Integrate Aegis directly into your CI/CD pipelines and infrastructure headless through our REST and gRPC endpoints.

GET /api/v1/agents
Authorization: Bearer <token>

{
  "data": [
    {
      "id": "ag_123",
      "spiffe_id": "spiffe://aegis.local/agent/trading-bot",
      "status": "active"
    }
  ]
}