Router Dashboard
Beta preview for Router usage and budget risk.
This dashboard previews the workflow summary beta users receive after onboarding. Local demo data works without a key; production ingest requires a beta key issued through the Router waitlist.
Storage status
Checking whether Router events can persist beyond this browser profile.
API integration status
Current Router mode is observe-only.
Provider keys are managed as server-side Vercel environment variables during beta. Automated provider proxying should wait until reports and alerts are trusted.
Gateway quickstart
Send your first usage event after onboarding.
Use this local profile id as the beta workspace id after we issue your ingest key. The server marks accepted events as gateway traffic and persists them to the configured server storage backend.
Endpoint
https://agentcosts-sigma.vercel.app/api/router/gateway/events
Profile id
Generating local profile...
Copyable curl
curl -X POST https://agentcosts-sigma.vercel.app/api/router/gateway/events -H "Authorization: Bearer $ROUTER_INGEST_API_KEY" -H "Content-Type: application/json" -d '{
"profileId": "router_beta_demo",
"event": {
"workflow": "classification",
"optimizationGoal": "cost",
"lane": "cheap",
"routeName": "cheap-lane-classification",
"provider": "OpenAI",
"model": "gpt-4.1-mini",
"inputTokens": 1200,
"outputTokens": 300,
"callCount": 1,
"estimatedCost": 0.0021,
"baselineCost": 0.0065,
"status": "success"
}
}'Beta data controls
Seed sample events, export a local snapshot, import JSON, or sync this local profile with server storage.
Loading local Router events...