Block a user
API-04: Validate X-Cameleer-Protocol-Version header
API-03: Health check endpoint at GET /api/v1/health
API-02: OpenAPI/Swagger documentation via springdoc-openapi
API-01: All endpoints follow protocol v1 path structure
SECU-05: Bootstrap token validation from CAMELEER_AUTH_TOKEN env var
SECU-04: Ed25519 signing for config-update and replay SSE payloads
SECU-03: Ed25519 keypair generation, public key at registration
SECU-02: JWT refresh flow via POST /api/v1/agents/{id}/refresh
SECU-01: JWT Bearer token required for all protected endpoints
DIAG-03: Server-side route diagram rendering from RouteGraph
DIAG-02: Link transactions to active RouteGraph version at execution time
DIAG-01: Content-addressable versioned RouteGraph storage
AGNT-07: SSE ping keepalive and Last-Event-ID reconnection
AGNT-06: Push replay commands to agents via SSE
AGNT-05: Push deep-trace commands to agents via SSE
AGNT-04: Push config-update to agents via SSE with Ed25519 signature
AGNT-03: Agent heartbeat via POST /api/v1/agents/{id}/heartbeat
AGNT-02: Agent registry with LIVE/STALE/DEAD lifecycle
AGNT-01: Agent registration with bootstrap token, returns JWT
SRCH-06: Transaction detail with nested processor tree