Check status
Confirm the public gateway is online before doing anything else.
GET /api/v1/status
Expected: "status":"OK"
Run one free sandbox call, receive a receipt and verify it before touching funding, accounts or paid execution.
Confirm the public gateway is online before doing anything else.
GET /api/v1/status
Expected: "status":"OK"
Ask for bounded work without funding a machine account.
POST /api/v1/sandbox/quotes/get-pulse
Use machine_id, bits=65536 and max_output=8192.
Move from preview to an accepted sandbox quote.
POST /api/v1/sandbox/quotes/{quote_id}/acceptExpected: accepted quote state for the same machine id.
Run the bounded sandbox workload and receive execution evidence.
POST /api/v1/sandbox/executions/get-pulse
Expected: receipt id or receipt material in the response.
Close the loop by validating the receipt through the public verifier.
POST /api/v1/sandbox/receipts/verify
Expected: receipt accepted by the verifier.
Use the first-test page when you want the shortest guided path.
Once the receipt verifies, inspect manifests, checksums, signatures and public key material.
Integrate only after the quote, execute and verify loop is proven.