# Backstop ## Docs - [Architecture](https://backstop.mintlify.app/architecture.md): Four Pydantic contracts, a failure-aware triage loop, and one InfraBackend interface. - [Platform capabilities](https://backstop.mintlify.app/capabilities.md): Every TrueFoundry and AWS Bedrock capability Backstop uses — and where it lives. - [How I deployed it](https://backstop.mintlify.app/deploy.md): Backend on a VPS, fixed ports under pm2, exposed via a Cloudflare tunnel. - [Guardrails](https://backstop.mintlify.app/guardrails.md): Defense-in-depth: redaction in, groundedness and blast-radius checks out, a circuit breaker around it all. - [Backstop](https://backstop.mintlify.app/index.md): An on-call SRE incident agent that fails safe, not just stays up. - [TrueFoundry + AWS Bedrock](https://backstop.mintlify.app/platform.md): How every capability is wired through the platform — AI Gateway, Guardrails, MCP Gateway, and managed Prompts. - [Run it locally](https://backstop.mintlify.app/quickstart.md): From zero to a live incident on a real kind cluster. - [The Incident Receipt](https://backstop.mintlify.app/receipt.md): A tamper-evident, downloadable JSON audit of exactly what every run did. - [Resilience](https://backstop.mintlify.app/resilience.md): Every failure mode mapped to a concrete defense — plus the one-click demo scenarios. ## Optional - [GitHub](https://github.com/Enoch208/Backstop)