Developer Platform
Registration, API keys, documentation, SDKs, and operational sandboxing.
Developers can register, generate API keys, access documentation, and use SDKs for mission orchestration, telemetry, and simulation tooling.
Account registration
OAuth-backed sign-up and organization-aware onboarding flows.
API key generation
Scoped keys for simulation, telemetry, and mission operations.
Documentation
REST references, auth flows, SDK guidance, and implementation examples.
API sandbox
Switch endpoints and inspect realistic JSON responses.
Active key
chx_live_demo_8F4K1P2Q
Request preview
POST /drone/launch
{
"missionType": "perimeter-patrol",
"zoneId": "harbor-west",
"priority": "high",
"auth": "chx_live_demo_8F4K1P2Q"
}Response
{
"timestamp": "2026-05-12T17:06:59.976Z",
"launchId": "launch-118",
"status": "enqueued",
"aircraft": "CHX-09"
}Python SDK
Mission orchestration, telemetry streams, and AI workflow integration.
JavaScript SDK
Browser dashboards, web clients, simulations, and control surfaces.
C++ SDK
Edge integration, robotics adapters, and low-latency system interfaces.