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.

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.
Required
0
2 APIs
Create secure access
Login or register with a company email before saving work or generating keys.
Open API platformRead the API docs
Review endpoint purpose, method, preconditions, and expected use sequence.
Open API docsAsk COGNI for architecture
Describe the mission or application. Ask COGNI recommends APIs and orchestration flow.
Ask COGNIRun the API sandbox
Execute a selected API and inspect the gateway response before production integration.
Open sandboxSave 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.
Developer onboarding
Company email, demo PIN, credits, scoped keys, and locked API documents live on the access page.
Open access flow
API selection
Run drone, mission, telemetry, replay, cognition, simulation, and billing calls from this dashboard.
Select an API
Docs and examples
Knowledge pages hold public context; endpoint payloads unlock after login and credits.
Read docs model
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.
Documentation
REST references, auth flows, SDK guidance, and implementation examples.
Open docs
API sandbox
Switch endpoints and inspect realistic live or fallback JSON responses.
Open sandbox
Access workflow
Company email verification, PIN authentication, API keys, usage, and billing live on a separate access page.
Start 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"
}