GET /api/v1/hellohelloPublic discovery is open. Authenticated finance and paid execution are gated. Administrative commands stay outside the public HTTP surface.
GET /api/v1/hellohelloGET /api/v1/capscapsPOST /api/v1/balancebalancePOST /api/v1/quotes/*quote-*POST /api/v1/quotes/{id}/acceptaccept-quotePOST /api/v1/executions/get-pulseget-pulsePOST /api/v1/executions/make-bctmake-bctPOST /api/v1/executions/verify-bctverify-bctPOST /api/v1/executions/verify-resultverify-resultPOST /api/v1/executions/attest-eventattest-eventPOST /api/v1/executions/submit-idsubmit-idPOST /api/v1/executions/bvm-execbvm-execPOST /api/v1/executions/sealed-messagesealed-messagePOST /api/v1/executions/timestamp-prooftimestamp-proofPOST /api/v1/executions/machine-event-logmachine-event-lognot publicget-receiptPOST /api/v1/receipts/verifyverify-receiptPOST /api/v1/invoicesfund-accountGET /api/v1/invoices/{id}invoice-statusnot publicsettle-invoicenot publicrecover-runtimeHTTP route is listed only where that surface is intended to exist.
| Command | Group | Access | HTTP | CLI | Purpose |
|---|---|---|---|---|---|
HELLO | Discovery | public | GET /api/v1/hello | hello | Protocol greeting and public edge proof. |
CAPS | Discovery | public | GET /api/v1/caps | caps | Machine-readable capability advertisement. |
BALANCE | Finance | auth | POST /api/v1/balance | balance | Authenticated account balance view. |
QUOTE | Finance | public | POST /api/v1/quotes/* | quote-* | Price and reservation preview before execution. |
ACCEPT_QUOTE | Finance | auth | POST /api/v1/quotes/{id}/accept | accept-quote | Accept an issued quote after funding. |
GET_PULSE | Execution | paid | POST /api/v1/executions/get-pulse | get-pulse | Baseline proof workload. |
MAKE_BCT | Execution | paid | POST /api/v1/executions/make-bct | make-bct | Create a sealed BCT packet. |
VERIFY_BCT | Execution | paid | POST /api/v1/executions/verify-bct | verify-bct | Verify and open a BCT packet. |
VERIFY_RESULT | Proof | paid | POST /api/v1/executions/verify-result | verify-result | Verify an execution result tag. |
ATTEST_EVENT | Proof | paid | POST /api/v1/executions/attest-event | attest-event | Create event attestation fields. |
SUBMIT_ID | Identity | paid | POST /api/v1/executions/submit-id | submit-id | Execute the ID service. |
BVM_EXEC | Execution | paid | POST /api/v1/executions/bvm-exec | bvm-exec | Run bounded BVM bytecode. |
SEALED_MESSAGE | Execution | paid | POST /api/v1/executions/sealed-message | sealed-message | Seal message payloads. |
TIMESTAMP_PROOF | Proof | paid | POST /api/v1/executions/timestamp-proof | timestamp-proof | Issue timestamp proof metadata. |
MACHINE_EVENT_LOG | Proof | paid | POST /api/v1/executions/machine-event-log | machine-event-log | Commit machine event log summaries. |
GET_RECEIPT | Receipt | reserved | not public | get-receipt | Reserved receipt fetch command; public HTTP receipt fetch is not exposed. |
VERIFY_RECEIPT | Receipt | public | POST /api/v1/receipts/verify | verify-receipt | Verify receipt material for free. |
FUND_ACCOUNT | Finance | auth | POST /api/v1/invoices | fund-account | Create account funding invoice. |
INVOICE_STATUS | Finance | auth | GET /api/v1/invoices/{id} | invoice-status | Check invoice settlement state. |
SETTLE_INVOICE | Admin | admin | not public | settle-invoice | Administrative settlement command. |
RECOVER_RUNTIME | Admin | admin | not public | recover-runtime | Administrative runtime recovery command. |