What Studio gives you
- A live multi-agent delegation graph rendered from the server’s
/api/v1/agents/delegation-graphendpoint. - 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
app/frontend/. Run it separately in development:
OPERATIONS.md and the env var reference in Configuration.
Production deployment
For production, run the API and the worker via theDockerfile and docker-compose.production.yml patterns in the repo. The observability Compose profile adds Prometheus and Grafana.
Full deployment, persistence, and secrets guidance lives in OPERATIONS.md.
See also
- Configuration - the environment variables the server reads.
- API overview - the REST endpoints Studio renders against.