OddessyDOCUMENTATION
PLATFORM API Live

Rate limits and resource protection

Initial limits protect the hosted beta from abuse while preserving normal fleet and agent workflows.

Last updated 27 July 2026 ยท Documentation version 2026.07

Current service limits

SurfaceDefaultNotes
Platform HTTP API25 requests/second, burst 50Shared API-stage guard; tenant workloads should remain substantially below this
MCP HTTP API20 requests/second, burst 30Read-only beta; every tool call also writes an audit event
Hosted demo API10 requests/second, burst 5Inference concurrency is separately bounded
Status API10 requests/second, burst 20Clients 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.