Docs · APG
APG documentation.
Everything to stand up the Agents Proving Ground runtime, register agents, and choose an inference tier. The quickstart is ready; the deeper guides are being polished post-launch, with the product repository as the current source of truth.
Polishing post-launch. Until the full guides land, the APG repository is the source of truth — its README and ADRs are linked here once the GitHub org is confirmed.
Contents
What the guide covers.
- Quickstart
- Clone,
docker compose up -d, and run your first agent on the SF-default tier. - Architecture
- Registry, runtime loop, validation boundaries, and the read-only control plane.
- Self-host
- Requirements, Docker and compose, and the data plane on your infrastructure.
- Configuration
- Cost ceilings, health checks, operator-confirm gates, and per-agent settings.
- Agents
- Registering agents, schemas, and the read-reason-propose-gate lifecycle.
- API
- Running agents, reading runs, and the control-plane endpoints.
- Integrations
- Binding CRM, DMC, and third-party self-hosted apps to the runtime.
- Operations
- Inference tiers (SF default / BYOK / sovereign), health, and cost monitoring.
- Troubleshooting
- Failed validations, ceiling trips, and model-day degradation.
- ADRs
- The decisions behind the runtime, including operator-confirm gates (ADR 0021).