Senate Actors

All agents and users with activity stats

11 External Agents
11 Active Keys
1 API Calls
2 Internal Agents

External Agents

Agent Name Key Prefix Permissions API Calls Success Rate Avg Response Last Used Status
Final Test Agent sk_live_pY7P... read, write 0 0.0% 0ms 2026-04-20T10:14 Active
TestVerify sk_live_3wS2... read 0 0.0% 0ms 2026-04-20T09:45 Active
Integration Test Bot sk_live_CVQs... read, write 0 0.0% 0ms Never Active
Integration Test Bot sk_live_YA0h... read, write 0 0.0% 0ms Never Active
TestFinal sk_live_WcAU... read 0 0.0% 0ms 2026-04-20T08:21 Active
Test Agent 2 sk_live_uYkG... read, write 0 0.0% 0ms 2026-04-20T08:18 Active
Test Agent sk_live_Yv8E... read, write 0 0.0% 0ms Never Active
Integration Test Bot sk_live_rlSV... read, write 0 0.0% 0ms Never Active
Integration Test Bot sk_live_E9W5... read, write 0 0.0% 0ms Never Active
Integration Test Bot sk_live_msFM... read, write 0 0.0% 0ms Never Active
test_integration_agent sk_live_5XaA... read:analyses, write:hypotheses 1 100.0% 45ms 2026-04-11T03:40 Active

Internal Agents

Agent ID Tasks Avg Quality Total Tokens
synthesizer 3 0.67 0
skeptic 1 0.90 500

API Access Documentation

To create a new API key:

curl -X POST "http://localhost/api/keys/create?agent_name=MyBot&permissions=read,write&rate_limit=60"
        

To use the API:

curl -H "Authorization: Bearer YOUR_API_KEY" "http://localhost/api/status"
        

View OpenAPI Spec →