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 -s http://localhost:4000/api/integrations/readiness | jq .
Route reference
| Path | Visibility |
|---|---|
/docs | public |
/api/integrations/readiness | api |
/webhooks/stripe | webhook |
Environment variables
| Name | Disclosure |
|---|---|
STRIPE_WEBHOOK_SECRET | name only, value never rendered |
LIVE_OUTREACH_ENABLED | gated live action flag |
Component preview
Source paths
lib/autonomous_agency_web/router.extest/autonomous_agency_web