Developer Platform

Documentation, SDKs, API references, and operational sandboxing.

Developers can inspect REST flows, mission orchestration, telemetry, drone status, simulation tooling, and SDK paths before moving into gated account access.

CHAXU developer API platform stack

Application sequence and secure workspace

Start with access, read docs, ask COGNI, run APIs, and save the work under login.

This interface gives every CTA a concrete action. When an action needs login, credits, or a scenario first, the user gets a visible alert and status message.

Login
Required
Credits
0
Docs
2 APIs
01

Create secure access

Login or register with a company email before saving work or generating keys.

Open API platform
02

Read the API docs

Review endpoint purpose, method, preconditions, and expected use sequence.

Open API docs
03

Ask COGNI for architecture

Describe the mission or application. Ask COGNI recommends APIs and orchestration flow.

Ask COGNI
04

Run the API sandbox

Execute a selected API and inspect the gateway response before production integration.

Open sandbox
05

Save workspace

Save the selected scenario, API choice, and Ask COGNI output to the logged-in workspace.

Login to unlock secure workspace save.

API Operations Dashboard

Live gateway, API playground, simulation, credits, payment, and locked API documents in one view.

This panel executes real gateway calls against the local CHAXU runtime and shows the response body directly on the page.

Gateway

Checking

WebSocket

Checking

API groups

7

Credits

Locked

API response

Select an endpoint to execute a live gateway call.

Active key

chx_live_demo_visible

{
  "status": "idle",
  "detail": "Waiting for gateway check"
}

Developer login and payment

API documents and production keys stay locked until login, company email verification, and credits are active.

Login

Locked

Credits

0

Docs

Locked

Locked. Use company email and demo PIN 246810 to unlock API documents.

Locked API documents

Authentication and API keys

POST /api/auth/login | POST /api/developer/key

Company email registration, PIN verification, scoped API key generation, tenant headers, and demo bypass rules.

Mission and drone control

POST /mission/start | POST /drone/launch

Launch payloads, waypoint intent, mission priority, operational response schema, and replay linkage.

Telemetry and WebSocket streams

GET /telemetry | WS /ws/telemetry

Live telemetry schema, reconnect behavior, runtime stream payloads, and frontend fallback behavior.

Replay, cognition, and governance

GET /api/replay/timeline | GET /api/cognition/overlay

Operational replay timeline, cognition reasoning summaries, governance overlays, and audit reconstruction.

Simulation sandbox

POST /api/simulations/showcase

Scenario execution payloads, simulation response structure, and mission training replay references.

Billing, credits, and metering

GET /api/billing/plans | POST /api/billing/meter

Plan selection, quota visibility, usage metering, credit checks, and gated documentation access.

Live integration

The API sandbox connects to the live CHAXU gateway when NEXT_PUBLIC_API_BASE is configured, enabling developer demos against mission, telemetry, replay, 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": "airport-west",
  "priority": "high",
  "auth": "chx_live_demo_8F4K1P2Q"
}

Request status

Live gateway ready for sandbox calls.

Set NEXT_PUBLIC_API_BASE for live backend integration.

WebSocket: offline

Response

{
  "timestamp": "2026-05-31T20:17:54.952Z",
  "launchId": "launch-118",
  "status": "enqueued",
  "aircraft": "CHX-09"
}