# Routes

Public, protected, API, and webhook route map for the current Phoenix router.

Status: implemented
Version: latest
Review: source-backed

Public routes include `/`, `/docs`, `/developers`, `/revenue-sprint`, `/ai-acquisition-snapshot`, buyer order routes, and signed public proof links.

Protected routes include `/dashboard`, `/activity`, `/runs/:id`, `/account`, `/status`, CRM, inbox, approvals, and operator fulfillment surfaces.

API routes include `/api/integrations/readiness`; webhook routes include `/webhooks/stripe`.

The public docs route table is source-backed by Phoenix router introspection. The production surface matrix is a static test fixture that is compared against `AutonomousAgencyWeb.Router.__routes__/0`, so legacy aliases, demo, sandbox, account, operations, docs, and production routes are explicitly classified.


Source paths:
- `lib/autonomous_agency_web/router.ex`
- `test/autonomous_agency_web`
