Skip to main content
The Dome Platform exposes a Connect RPC API organized into six services. Each service covers a distinct domain — agent registry, identity, authorization, audit, platform management, and simulation. All endpoints use POST with JSON request bodies. Authentication is via Bearer token from the Identity service.

Agent Registry

Register, update, suspend, revoke agents and manage API keys.

Identity

Token exchange and authentication.

Authorization

Deploy, evaluate, and manage Cedar rule bundles.

Audit

Query, stream, and export audit events.

Management

Workspaces, backends, verification providers, and platform config.

Simulation

Replay candidate rules against audit history.

Next steps

Same operations show up in the CLI and MCP. Runtime calls go through Develop:
  • CLI for the equivalent command-line surfaces
  • MCP when an assistant should call the same operations
  • Develop for runtime credentials and Gateway endpoints
  • Events reference for audit envelope and catalog contracts