Kratos Defense And Security Solutions Rate Limits

Kratos does not publish API rate limits in the public domain. Throttling is applied per program / per-customer enclave and surfaced only inside gated documentation tied to the underlying contract.

1 Limits Throttle: 429
Rate LimitingDefenseSecurityUnmanned Systems

Limits

Per-program API throttling program
varies
see program / contract documentation

Policies

Backoff
Implement exponential backoff with jitter on 429/5xx responses; honor Retry-After.
Idempotency
For state-changing endpoints, use idempotency keys and audit trail per the program's cybersecurity controls (e.g. NIST 800-171, CMMC).
Enclave isolation
Limits and authentication scopes are typically partitioned per program enclave; cross-program sharing requires explicit ATO.

Sources