Routes

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

Keyboard: / focus search Cmd/Ctrl+K open command menu
Status: implemented Version: latest Review: source-backed Last scanned: 2026-06-25T00:00:00Z Review required: false

Routes

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

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.

Official references

System Use in Trinity Official docs
Hermes Hosted agent runtime and skills context Hermes Agent docs
Jido Narrow policy/firewall action seam Jido Actions and Workflows
NVIDIA Nemotron scoring, safety, and QA decisions NIM LLM API reference
Stripe Checkout, webhooks, revenue proof, guarded spend Checkout Sessions API
Gmail Drafts, sends, aliases, scopes, inbound replies Gmail API scopes
Phoenix/Oban/Postgres Control plane, durable jobs, source-of-truth data Phoenix LiveView
curl Elixir
curl -s http://localhost:4000/api/integrations/readiness | jq .

Route reference

PathVisibility
/docspublic
/api/integrations/readinessapi
/webhooks/stripewebhook

Environment variables

NameDisclosure
STRIPE_WEBHOOK_SECRETname only, value never rendered
LIVE_OUTREACH_ENABLEDgated live action flag

Component preview

Trinity proof card preview

Source paths

  • lib/autonomous_agency_web/router.ex
  • test/autonomous_agency_web
Was this page useful? Source-backed feedback keeps public docs honest.