Developer Login

Sign in to access your developer dashboard, API keys, and usage analytics

Demo Mode

Using mock auth (backend offline). Session will be restored on next login.

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.

Live integration

The API sandbox can connect to a live CHAXU backend when NEXT_PUBLIC_API_BASE is configured, enabling developer demos against actual mission, telemetry, and status endpoints.

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"
}

Request status

Using sample response unless a live backend is available.

Backend base: https://prime.chaxu.co.in

Response

{
  "timestamp": "2026-05-22T19:08:11.209Z",
  "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.