We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Routes Diagnostics
BEAM Introspection powered routes analysis and testing coverage
Total Routes
946
Generated At
2026-03-26 17:13:07 UTC
Actions
All Routes
| Verb | Path | Controller | Action |
|---|---|---|---|
| GET | / | Phoenix.LiveView.Plug | index |
| * | /*path | PrismaticWeb.ErrorController | not_found |
| GET | /admin | Phoenix.LiveView.Plug | index |
| GET | /admin/chaos | Phoenix.LiveView.Plug | index |
| GET | /admin/console | Phoenix.LiveView.Plug | index |
| GET | /admin/console/:view | Phoenix.LiveView.Plug | view |
| GET | /admin/deploy | Phoenix.LiveView.Plug | index |
| GET | /admin/error-feed | Phoenix.LiveView.Plug | index |
| GET | /admin/hygiene | Phoenix.LiveView.Plug | index |
| GET | /admin/intelligence-export | Phoenix.LiveView.Plug | index |
| GET | /admin/intelligence-export/history | Phoenix.LiveView.Plug | history |
| GET | /admin/intelligence-export/preview/:export_id | Phoenix.LiveView.Plug | preview |
| GET | /admin/llm-pvm-repl | Phoenix.LiveView.Plug | index |
| GET | /admin/llm/costs | Phoenix.LiveView.Plug | index |
| GET | /admin/llm/costs/:tenant_id | Phoenix.LiveView.Plug | tenant |
| GET | /admin/modalities | Phoenix.LiveView.Plug | index |
| GET | /admin/observability | Phoenix.LiveView.Plug | index |
| GET | /admin/ops | Phoenix.LiveView.Plug | index |
| GET | /admin/quality-gates | Phoenix.LiveView.Plug | index |
| GET | /admin/rollout | Phoenix.LiveView.Plug | index |
| GET | /admin/safety-proofs | Phoenix.LiveView.Plug | index |
| GET | /admin/supervision-tree | Phoenix.LiveView.Plug | index |
| GET | /admin/traits | Phoenix.LiveView.Plug | index |
| GET | /api/adapters | PrismaticWeb.ApiController | adapters |
| GET | /api/adapters/:id/health | PrismaticWeb.ApiController | adapter_health |
| GET | /api/admin/deploy/deployments | PrismaticWeb.Admin.DeployController | list_deployments |
| POST | /api/admin/deploy/deployments | PrismaticWeb.Admin.DeployController | create_deployment |
| PUT | /api/admin/deploy/deployments/:deployment_id | PrismaticWeb.Admin.DeployController | update_deployment |
| POST | /api/admin/deploy/rollback | PrismaticWeb.Admin.DeployController | trigger_rollback |
| GET | /api/admin/deploy/status | PrismaticWeb.Admin.DeployController | get_pipeline_status |
| GET | /api/agents | PrismaticWeb.AgentRegistryController | index |
| GET | /api/agents/:id | PrismaticWeb.AgentRegistryController | show |
| GET | /api/agents/classifications | PrismaticWeb.AgentRegistryController | classifications |
| GET | /api/agents/health | PrismaticWeb.AgentRegistryController | health |
| GET | /api/agents/stats | PrismaticWeb.AgentRegistryController | stats |
| GET | /api/aiad/health | PrismaticWeb.API.AiadController | health |
| POST | /api/aiad/plan_from_conversation | PrismaticWeb.API.AiadController | plan_from_conversation |
| GET | /api/aiad/plans/:plan_id | PrismaticWeb.API.AiadController | get_plan |
| POST | /api/aiad/validate_plan | PrismaticWeb.API.AiadController | validate_plan |
| POST | /api/api/v1/synapse/context-update | PrismaticWeb.API.SynapseController | context_update |
| GET | /api/audit/export | PrismaticWeb.API.AuditController | export |
| POST | /api/auth/login | PrismaticWeb.API.AuthController | login |
| POST | /api/auth/logout | PrismaticWeb.API.AuthController | logout |
| POST | /api/auth/refresh | PrismaticWeb.API.AuthController | refresh |
| GET | /api/autoevolve/agents | PrismaticWeb.API.AutoevolveController | agents |
| POST | /api/autoevolve/analyze | PrismaticWeb.API.AutoevolveController | analyze |
| POST | /api/autoevolve/evolve | PrismaticWeb.API.AutoevolveController | evolve |
| POST | /api/autoevolve/mega | PrismaticWeb.API.AutoevolveController | mega_evolve |
| POST | /api/autoevolve/mendelize | PrismaticWeb.API.AutoevolveController | mendelize |
| POST | /api/autoevolve/mycelialize | PrismaticWeb.API.AutoevolveController | mycelialize |
| GET | /api/autoevolve/status | PrismaticWeb.API.AutoevolveController | status |
| GET | /api/autoevolve/trinity | PrismaticWeb.API.AutoevolveController | trinity |
| POST | /api/autoheal/continuous | PrismaticWeb.API.AutohealController | continuous |
| POST | /api/autoheal/fix | PrismaticWeb.API.AutohealController | fix |
| GET | /api/autoheal/health | PrismaticWeb.API.AutohealController | health |
| GET | /api/autoheal/history | PrismaticWeb.API.AutohealController | history |
| GET | /api/autoheal/levels | PrismaticWeb.API.AutohealController | levels |
| GET | /api/autoheal/report | PrismaticWeb.API.AutohealController | report |
| POST | /api/autoheal/scan | PrismaticWeb.API.AutohealController | scan |
| GET | /api/autoheal/seadf | PrismaticWeb.API.AutohealController | seadf |
| GET | /api/autoheal/trinity | PrismaticWeb.API.AutohealController | trinity |
| POST | /api/beacon | PrismaticWeb.API.RedirectController | beacon_redirect |
| POST | /api/beacon/batch | PrismaticWeb.BeaconApiController | batch |
| POST | /api/beacon/enrich | PrismaticWeb.BeaconApiController | enrich |
| POST | /api/beacon/identify | PrismaticWeb.BeaconApiController | identify |
| GET | /api/beacon/pixel | PrismaticWeb.BeaconApiController | pixel |
| GET | /api/billing/health | PrismaticWeb.BillingHealthController | health |
| GET | /api/billing/health/supervisor | PrismaticWeb.BillingHealthController | supervisor_status |
| POST | /api/billing/webhooks/stripe | PrismaticWeb.Billing.WebhookController | handle_event |
| GET | /api/browser/traits-modalities/categories | PrismaticWeb.TraitModalityBrowserController | index_categories |
| GET | /api/browser/traits-modalities/modalities | PrismaticWeb.TraitModalityBrowserController | index_modalities |
| GET | /api/browser/traits-modalities/traits | PrismaticWeb.TraitModalityBrowserController | index_traits |
| GET | /api/candidates/:id | PrismaticWeb.API.CandidatesController | show |
| GET | /api/candidates/search | PrismaticWeb.API.CandidatesController | search |
| POST | /api/candidates/shortlist | PrismaticWeb.API.CandidatesController | create_shortlist |
| GET | /api/candidates/shortlist/:list_id | PrismaticWeb.API.CandidatesController | get_shortlist |
| PUT | /api/candidates/shortlist/:list_id/candidates/:candidate_id | PrismaticWeb.API.CandidatesController | update_candidate_status |
| GET | /api/cer/health | PrismaticWeb.API.CerController | health |
| GET | /api/cer/reports | PrismaticWeb.API.CerController | list_reports |
| POST | /api/cer/reports | PrismaticWeb.API.CerController | generate_report |
| GET | /api/cer/reports/:id | PrismaticWeb.API.CerController | get_report |
| DELETE | /api/cer/reports/:id | PrismaticWeb.API.CerController | delete_report |
| GET | /api/cer/reports/:id/download/:format | PrismaticWeb.API.CerController | download_report |
| GET | /api/cer/reports/:id/status | PrismaticWeb.API.CerController | get_report_status |
| POST | /api/cer/reports/upload | PrismaticWeb.API.CerController | upload_report |
| POST | /api/cer/risk | PrismaticWeb.API.CerController | assess_risk |
| POST | /api/cer/screen | PrismaticWeb.API.CerController | screen |
| POST | /api/cer/screen/batch | PrismaticWeb.API.CerController | screen_batch |
| GET | /api/cer/screenings/:id | PrismaticWeb.API.CerController | get_screening |
| POST | /api/cer/vet | PrismaticWeb.API.CerController | vet |
| GET | /api/cer/vettings/:ico | PrismaticWeb.API.CerController | get_vetting |
| GET | /api/chart-data/adapter-performance | PrismaticWeb.ChartDataController | adapter_performance |
| GET | /api/chart-data/adapter/:adapter_name | PrismaticWeb.ChartDataController | adapter_detail |
| GET | /api/chart-data/capacity-planning | PrismaticWeb.ChartDataController | capacity_planning |
| GET | /api/chart-data/health-summary | PrismaticWeb.ChartDataController | health_summary |
| GET | /api/chart-data/historical | PrismaticWeb.ChartDataController | historical |
| GET | /api/chart-data/latency-analytics | PrismaticWeb.ChartDataController | latency_analytics |
| GET | /api/chart-data/migration-metrics | PrismaticWeb.ChartDataController | migration_metrics |
| GET | /api/chart-data/operations-analytics | PrismaticWeb.ChartDataController | operations_analytics |
| GET | /api/chart-data/realtime | PrismaticWeb.ChartDataController | realtime |
Showing first 100 of 946 routes. Download full snapshot for complete data.