Every screen of ROX OS is a call you can make yourself, with an API key from your account, header X-ROX-Key.
| Call | What it does |
|---|---|
| POST /api/workload | Upload a circuit or a problem file; recognised, with qubits, depth, two-qubit gates. |
| POST /api/plan | The forecast table: one row per machine — queue, QPU, regime, sealed price. Read only. |
| POST /api/seal | Write the sealed preregistration (SHA-256). Nothing is sent. |
| POST /api/submit | Approve the run. Simulator: free. Real machines: typed JA, owner role. |
| GET /api/status · GET /api/result | State (planned → sealed → approved → sent → analyzing → done) and the Tafel. |
| GET /api/edge/<machine> | The edge: ratio over depth, both arms, from the last measured ladder. |
| GET /api/release | The public register, no key needed. |
Placeholder. Agents call ROX OS as a tool: plan, seal, run, read the Tafel — the same endpoints, wrapped as a Model Context Protocol server. Coming with the next phase.