Current service limits
| Surface | Default | Notes |
|---|---|---|
| Platform HTTP API | 25 requests/second, burst 50 | Shared API-stage guard; tenant workloads should remain substantially below this |
| MCP HTTP API | 20 requests/second, burst 30 | Read-only beta; every tool call also writes an audit event |
| Hosted demo API | 10 requests/second, burst 5 | Inference concurrency is separately bounded |
| Status API | 10 requests/second, burst 20 | Clients should poll no more than once per minute |
Retry policy
For 429, wait for Retry-After when supplied. Otherwise start at one second, apply exponential backoff with jitter and cap retries. Never aggressively retry enrolment, release scheduling or other state-changing operations.
Payload limits
MCP requests are capped at 256 KB. Device telemetry is capped at 48 KB. Hosted scenario images are subject to the public demo limit disclosed by that endpoint.