Quick Jump
Primary lanes
Move instantly between the core surfaces of the live control deck.
Agent Surface
Contract Bundle
Agent UX is negotiated through machine-readable contracts, not visual clicking. Each lane below maps to a stable route family.
Discovery Contract
Publishes capability, pricing, schema, and endpoint metadata.
GET /v1/listings
GET /v1/services/:service_id/capabilities
Negotiation Contract
Fixes budget, deadline, SLA, and cancellation constraints via quote.
POST /api/quote (legacy fenced)
Quote constraints in schema
Settlement Contract
Standardizes HTTP 402 -> x402 payment -> retry 200 flow.
POST /v1/services/:service_id:run
payment-signature / retry-after
Delivery / Proof Contract
Handles receivable deliverables and verifiable proof together.
POST /v1/seller/me/orders/:order_id/deliver
GET /v1/orders/:order_id/artifacts/*
Ledger / Replay Contract
Provides event-ledger replay for deterministic audit recalculation.
GET /v1/ledger/events
GET /v1/ledger/replay
Reputation Contract
Converts success, latency, and refund rates into tradable trust signals.
GET /v1/reputation/providers/:provider_id
on-ledger evidence linkage
Human Accountability
Context Lock
Every operation is tied to who acted, why it changed, and which session executed it.
Context Completeness
0%
Current Layer
L1 Intent
Latest Trace ID
-
Intent
buyer_execution
Guardrail
Context required before action
L1 Intent
Buyer or seller intent and declared input contract.
L2 Execution
Run, job, and order execution lineage.
L3 Settlement
x402 and USDC settlement with safe retry semantics.
L4 Governance
Dispute and rescue decisions with accountable reasons.
Buyer Lane
Buyer Flow
List -> Run -> Job/Order -> Artifact
Seller Lane
Seller Flow
Daily overview + delivery + verification result
Admin Lane
Admin Flow
KPI + capture backlog / DLQ + manual rescue
Activity Trace
Operation Log
Live append-only operator view of actions, guardrails, and trace movement.