Sandbox
The sandbox is the integrator testing host for UDAI. Use it after reading the Integration Kit to validate partner keys, organisation context, mission and flight-plan flows, and telemetry transport before staging or production.
Host
| Environment | Base URL | Purpose |
|---|---|---|
| Sandbox | https://sandbox-api.udai.live/v1 | Integrator testing |
All REST paths in this documentation are relative to /v1 on the host you choose. Staging and production hosts are listed under Environments.
What you can test
- The same API surface described in the API Overview
- Partner API key authentication (
partner-api-key) and user JWTs - Organisation context via
X-Organisation-IDwhere applicable - Mission planning, flight planning, airspace awareness, and telemetry contracts
Access
- Register an organisation through the standard onboarding process.
- Ensure at least one verified Admin or Owner user.
- Follow Standards and Interoperability.
- Request a sandbox partner key through your DFI or AAI integration contact.
Operating rules
- Data may be reset. Do not store production credentials or unnecessary personal data.
- Rotate keys on a schedule aligned with your security policy.
- Fair-use quotas apply. Sustained excess traffic returns
429 Too Many Requests.
Next steps
- Integration Kit
- Authentication
- Mission Planning API
- Flight Planning API
- Airspace Awareness API
- Telemetry wire contract
No separate first-party SDKs are published in this documentation. Integrate directly against the HTTP and WebSocket surfaces above.
Last updated on