Operator Access

Sign in to your workspace

Use your username + password to generate a session token and JWT. We cache both locally so you can manage keys, uploads, and summaries like a real control room.

Forgot password? Contact support to reset credentials.

Need an account? Create one on the register page.

Realtime control preview

Live-ish demo of a client run: API key auth, upload, summary response. The interface mirrors what your developers will see.

POST /data/upload
Authorization: Bearer <api_key>
file: metrics.csv

200 OK -> file_id: 65f9...9a1
POST /analysis/ai-summary
{ "file_id": "65f9...9a1" }

200 OK -> summary cached: false