| Area | Use | Endpoint |
|---|---|---|
| Health | Check platform API health. | GET /api/health |
| Plans | Load public plan limits and pricing data. | GET /api/plans |
| Workspace | Load the current workspace and plan. | GET /api/workspaces/current |
| Apps | List realtime apps in the workspace. | GET /api/realtime/apps |
| Keys | List keys for one realtime app. | GET /api/realtime/apps/{app}/keys |
| Origins | List trusted origins for one app. | GET /api/realtime/apps/{app}/origins |
| Security events | Review blocked gateway activity. | GET /api/realtime/security-events |
| Gateway status | Check current gateway reachability. | GET /api/realtime/gateway/status |
Reference
Common API areas
These are the main API areas your console uses. Protected workspace endpoints require an authenticated console token.