{"name":"ScaleIQ Agents","description":"Cloudflare Agents SDK Migration - Control Plane Orchestration","version":"1.0.0","phase":"phase-1","documentation":"https://docs.scaleiq.io/agents","endpoints":{"health":"GET /health","websocket":"GET /ws/agent?tenant={id}&user={id}&session={id}","slack_message":"POST /api/slack/message","approvals":"GET /api/approvals (Phase 2+)","policies":"GET /api/policies (Phase 3+)","workflows":"POST /api/workflows/run (Phase 4+)"},"example_websocket":{"url":"ws://localhost:8787/ws/agent?tenant=test&user=user123","message":"{\"content\": \"show me active incidents\"}","response":"{\"type\": \"token\", \"data\": {\"content\": \"...\"}, \"timestamp\": \"...\"}"},"example_slack":{"url":"POST /api/slack/message","body":{"tenantId":"test","userId":"user123","message":"show me active incidents","threadTs":"1234567890.123456"}}}