9192CapabilitiesHome
Capability matrix

Every command has a role, route or boundary.

Public discovery is open. Authenticated finance and paid execution are gated. Administrative commands stay outside the public HTTP surface.

21 capabilities
HELLOProtocol greeting and public edge proof.Discovery / publicGET /api/v1/hellohello
CAPSMachine-readable capability advertisement.Discovery / publicGET /api/v1/capscaps
BALANCEAuthenticated account balance view.Finance / authPOST /api/v1/balancebalance
QUOTEPrice and reservation preview before execution.Finance / publicPOST /api/v1/quotes/*quote-*
ACCEPT_QUOTEAccept an issued quote after funding.Finance / authPOST /api/v1/quotes/{id}/acceptaccept-quote
GET_PULSEBaseline proof workload.Execution / paidPOST /api/v1/executions/get-pulseget-pulse
MAKE_BCTCreate a sealed BCT packet.Execution / paidPOST /api/v1/executions/make-bctmake-bct
VERIFY_BCTVerify and open a BCT packet.Execution / paidPOST /api/v1/executions/verify-bctverify-bct
VERIFY_RESULTVerify an execution result tag.Proof / paidPOST /api/v1/executions/verify-resultverify-result
ATTEST_EVENTCreate event attestation fields.Proof / paidPOST /api/v1/executions/attest-eventattest-event
SUBMIT_IDExecute the ID service.Identity / paidPOST /api/v1/executions/submit-idsubmit-id
BVM_EXECRun bounded BVM bytecode.Execution / paidPOST /api/v1/executions/bvm-execbvm-exec
SEALED_MESSAGESeal message payloads.Execution / paidPOST /api/v1/executions/sealed-messagesealed-message
TIMESTAMP_PROOFIssue timestamp proof metadata.Proof / paidPOST /api/v1/executions/timestamp-prooftimestamp-proof
MACHINE_EVENT_LOGCommit machine event log summaries.Proof / paidPOST /api/v1/executions/machine-event-logmachine-event-log
GET_RECEIPTReserved receipt fetch command; public HTTP receipt fetch is not exposed.Receipt / reservednot publicget-receipt
VERIFY_RECEIPTVerify receipt material for free.Receipt / publicPOST /api/v1/receipts/verifyverify-receipt
FUND_ACCOUNTCreate account funding invoice.Finance / authPOST /api/v1/invoicesfund-account
INVOICE_STATUSCheck invoice settlement state.Finance / authGET /api/v1/invoices/{id}invoice-status
SETTLE_INVOICEAdministrative settlement command.Admin / adminnot publicsettle-invoice
RECOVER_RUNTIMEAdministrative runtime recovery command.Admin / adminnot publicrecover-runtime

Full table.

HTTP route is listed only where that surface is intended to exist.

CommandGroupAccessHTTPCLIPurpose
HELLODiscoverypublicGET /api/v1/hellohelloProtocol greeting and public edge proof.
CAPSDiscoverypublicGET /api/v1/capscapsMachine-readable capability advertisement.
BALANCEFinanceauthPOST /api/v1/balancebalanceAuthenticated account balance view.
QUOTEFinancepublicPOST /api/v1/quotes/*quote-*Price and reservation preview before execution.
ACCEPT_QUOTEFinanceauthPOST /api/v1/quotes/{id}/acceptaccept-quoteAccept an issued quote after funding.
GET_PULSEExecutionpaidPOST /api/v1/executions/get-pulseget-pulseBaseline proof workload.
MAKE_BCTExecutionpaidPOST /api/v1/executions/make-bctmake-bctCreate a sealed BCT packet.
VERIFY_BCTExecutionpaidPOST /api/v1/executions/verify-bctverify-bctVerify and open a BCT packet.
VERIFY_RESULTProofpaidPOST /api/v1/executions/verify-resultverify-resultVerify an execution result tag.
ATTEST_EVENTProofpaidPOST /api/v1/executions/attest-eventattest-eventCreate event attestation fields.
SUBMIT_IDIdentitypaidPOST /api/v1/executions/submit-idsubmit-idExecute the ID service.
BVM_EXECExecutionpaidPOST /api/v1/executions/bvm-execbvm-execRun bounded BVM bytecode.
SEALED_MESSAGEExecutionpaidPOST /api/v1/executions/sealed-messagesealed-messageSeal message payloads.
TIMESTAMP_PROOFProofpaidPOST /api/v1/executions/timestamp-prooftimestamp-proofIssue timestamp proof metadata.
MACHINE_EVENT_LOGProofpaidPOST /api/v1/executions/machine-event-logmachine-event-logCommit machine event log summaries.
GET_RECEIPTReceiptreservednot publicget-receiptReserved receipt fetch command; public HTTP receipt fetch is not exposed.
VERIFY_RECEIPTReceiptpublicPOST /api/v1/receipts/verifyverify-receiptVerify receipt material for free.
FUND_ACCOUNTFinanceauthPOST /api/v1/invoicesfund-accountCreate account funding invoice.
INVOICE_STATUSFinanceauthGET /api/v1/invoices/{id}invoice-statusCheck invoice settlement state.
SETTLE_INVOICEAdminadminnot publicsettle-invoiceAdministrative settlement command.
RECOVER_RUNTIMEAdminadminnot publicrecover-runtimeAdministrative runtime recovery command.