Skip to main content
The pip package is the SDK. The GitHub repository also ships Certior Studio - a Next.js frontend over the FastAPI server - for teams that want to self-host a control plane. Studio is optional. The SDK works fully without it. Studio’s Agent Glass Box: a privilege escalation blocked before execution — the denied hand-off and its Lean-verified proof, side by side.

What Studio gives you

  • A live multi-agent delegation graph rendered from the server’s /api/v1/agents/delegation-graph endpoint.
  • Per-execution timeline of allowed and blocked tool calls with the verifying certificate inline.
  • Compliance export in PDF and JSON, per execution and per workflow.
  • A glass-box view of each verify call - inputs, the policy applied, the violations found, the redacted output.

Running it locally

The Next.js frontend lives under app/frontend/. Run it separately in development:
The default development credentials and ports are documented in OPERATIONS.md and the env var reference in Configuration.

Production deployment

For production, run the API and the worker via the Dockerfile and the deploy/docker-compose.production.host-env.example.yml overlay (host-env injection of all required secrets). The observability Compose profile adds Prometheus and Grafana. Full deployment, persistence, and secrets guidance lives in OPERATIONS.md.

See also