Buyer-visible
Service identity and version, request schema, result schema, execution mode, quote semantics, payment options, acceptance conditions, evidence contract, and stable endpoints.
CommandLayer exposes stable machine contracts while keeping provider routing, settlement adapters, execution state, retries, and receipt production behind the service boundary.
Reference execution behavior, versioned endpoints, health, signing, and verification boundaries.
Tool exposure for compatible agent clients. Treat MCP as an adapter, not a second catalog.
CLAS contracts and receipt structures used where they cleanly match a service's acceptance model.
Service identity and version, request schema, result schema, execution mode, quote semantics, payment options, acceptance conditions, evidence contract, and stable endpoints.
Primitive graph, provider selection, retries, budget enforcement, content fees, model costs, storage, payment/facilitator cost, and execution ledger internals.
Paste a receipt and inspect canonicalization, hash, signature, signer, and verification state.
Current SDK-oriented documentation and receipt wrapping surfaces.
Reference integrations and demonstrations preserved while the commercial factory evolves.
Public API and verification endpoints.
Experiment with current public examples without treating demos as commercial product claims.
Preserved reference flow showing automatic receipt verification without making it a top-level product page.
Receipt, trust, and adapter architecture that sits underneath the factory.
A valid receipt can prove canonical integrity, signature validity, signer/provenance information, and declared execution evidence. It does not prove that a statement is factually true merely because it was signed.
// payment evidence and execution evidence remain distinct { "execution": { "input_hash": "sha256:...", "output_hash": "sha256:...", "acceptance": "passed" }, "proof": "signed execution scope" }