Card snapshot
weverlabs.com
·
2026-08-17 23:47:45 UTC
·
498811ceab4229650a98bb7bd0ef2e8088abcc5853accdb88c143530549787d6
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Wever Labs OS",
"description": "Wever Labs is the infrastructure hub for agentic commerce. The OS connects permissions, scoped work, evidence review, payment references, result contracts, return packages, receipts, callbacks, exceptions, replay, and proof verification.",
"url": "https://weverlabs.com",
"version": "0.2.0",
"commerce_manifest": "https://weverlabs.com/.well-known/wever-commerce.json",
"discovery_gateway": "https://weverlabs.com/api/agent-discovery-gateway",
"operations_gateway": "https://weverlabs.com/api/agent-operations",
"provider": {
"organization": "Wever Labs",
"url": "https://weverlabs.com"
},
"documentation_url": "https://weverlabs.com/agent-doorway/",
"agent_map": "https://weverlabs.com/agent-map.json",
"llms_txt": "https://weverlabs.com/llms.txt",
"capabilities_url": "https://weverlabs.com/capabilities.json",
"tools_url": "https://weverlabs.com/tools.json",
"workflows_url": "https://weverlabs.com/workflows.json",
"api_spec": "https://weverlabs.com/openapi.json",
"capabilities": [
{
"id": "external_agent_request",
"name": "External Agent Request",
"description": "Receive agent/system/capability inquiries for OS review.",
"endpoint": "https://os.weverlabs.com/api/external-agent-requests",
"method": "POST",
"schema": "https://weverlabs.com/schemas/external-agent-request.schema.json",
"review_required": true
},
{
"id": "workflow_intake",
"name": "Workflow Intake",
"description": "Receive workflow context for routing into Wever Labs OS.",
"endpoint": "https://os.weverlabs.com/api/agentic-pilot-intake",
"method": "POST",
"schema": "https://weverlabs.com/schemas/workflow-intake.schema.json",
"review_required": true
},
{
"id": "public_observatory",
"name": "Workflow Observatory",
"description": "Return public operating activity from the synthetic workflow stream.",
"endpoint": "https://os.weverlabs.com/api/public/workflow-observatory",
"method": "GET",
"review_required": false
},
{
"id": "packetops",
"name": "PacketOps",
"description": "Operate packet workflows after Work Order review and routing.",
"manifest": "https://weverlabs.com/operating-tools/packetops/manifest.json"
},
{
"id": "distributionops",
"name": "DistributionOps",
"description": "Operate distribution workflows after Work Order review and routing.",
"manifest": "https://weverlabs.com/operating-tools/distributionops/manifest.json"
},
{
"id": "tokenops",
"name": "TokenOps",
"description": "Operate token settlement evidence, payment request, usage receipt, paid agent task, callback delivery, and TokenOps result package workflows after Work Order review and routing.",
"manifest": "https://weverlabs.com/operating-tools/tokenops/manifest.json",
"result_package_schema": "https://weverlabs.com/schemas/tokenops-result-package.schema.json"
},
"tokenops_usage_receipt",
"agent_callback_payload",
"receipt_ledger_review",
"callback_delivery_review",
{
"id": "agent_trust_registry",
"name": "Agent Trust Registry",
"description": "Register external agents and systems for review before quote, credit, and paid run access.",
"endpoint": "https://os.weverlabs.com/api/agents/register",
"method": "POST",
"schema": "https://weverlabs.com/schemas/agent-trust-profile.schema.json",
"documentation": "https://weverlabs.com/agent-trust-registry/",
"review_required": true
},
{
"id": "agent_quote_rail",
"name": "Quote + Credit Rail",
"description": "Request quotes, create scoped credit entitlements, and retrieve paid agent task status.",
"endpoint": "https://os.weverlabs.com/api/agents/quote",
"method": "POST",
"schema": "https://weverlabs.com/schemas/agent-quote-request.schema.json",
"documentation": "https://weverlabs.com/agent-quote-rail/",
"review_required": true
},
{
"id": "agent_task_ledger",
"name": "Agent Task Ledger",
"description": "Retrieve paid agent task run ledgers and result attestations for continuation by downstream agents.",
"endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/ledger",
"method": "GET",
"schema": "https://weverlabs.com/schemas/agent-task-run.schema.json",
"documentation": "https://weverlabs.com/agent-task-ledger/",
"review_required": true
},
{
"id": "agent_handshake",
"name": "Agent Handshake",
"description": "Receive public first contact and capability negotiation requests from external agents.",
"endpoint": "https://os.weverlabs.com/api/agents/handshake",
"method": "POST",
"schema": "https://weverlabs.com/schemas/agent-handshake-request.schema.json",
"review_required": true
},
{
"id": "agent_preflight_check",
"name": "Agent Preflight Check",
"description": "Return support status, evidence readiness, trust readiness, quote readiness, and next required objects before a paid run.",
"endpoint": "https://os.weverlabs.com/api/agents/preflight",
"method": "POST",
"schema": "https://weverlabs.com/schemas/agent-preflight-check.schema.json",
"review_required": true
},
{
"id": "agent_run_contract",
"name": "Agent Run Contract",
"description": "Create scoped run contracts before credit debit and task execution.",
"endpoint": "https://os.weverlabs.com/api/agents/contracts",
"method": "POST",
"schema": "https://weverlabs.com/schemas/agent-run-contract.schema.json",
"review_required": true
},
{
"id": "agent_result_contract_v2",
"name": "Agent Result Contract v2",
"description": "Retrieve one canonical result envelope for machine result, operator summary, proof objects, settlement receipt, usage receipt, callback state, exception state, and replay state.",
"endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/result-contract",
"method": "GET",
"schema": "https://weverlabs.com/schemas/agent-result-contract-v2.schema.json",
"documentation": "https://weverlabs.com/agent-result-contract/"
},
{
"id": "agent_settlement_receipt",
"name": "Agent Settlement Receipt",
"description": "Retrieve the provider-side receipt that funds credits for an agent run.",
"endpoint": "https://os.weverlabs.com/api/agents/settlements/{settlement_id}/receipt",
"method": "GET",
"schema": "https://weverlabs.com/schemas/agent-settlement-receipt.schema.json",
"documentation": "https://weverlabs.com/settlement-receipts/"
},
{
"id": "callback_delivery_retry_binding",
"description": "Persist callback delivery status, retry attempts, failure reasons, result links, receipts, ledger references, and attestation references."
},
{
"id": "controlled_operating_loops",
"name": "Controlled Operating Loops",
"description": "Agent loops with validation, exceptions, review, and return packages.",
"url": "/controlled-operating-loops/"
},
{
"key": "agent_use_pack",
"label": "Agent Use Pack v1",
"path": "/agent-use/",
"api": "/api/agent-use",
"schema": "/schemas/agent-use.schema.json",
"summary": "Canonical agent entry point for PacketOps and DiligenceOps: list rails, quote run, create payment challenge, start sandbox run, read status, fetch return package, and record receipt.",
"supported_rails": [
"packetops",
"diligenceops"
],
"status": "active"
},
{
"key": "live_prospect_sprint",
"label": "Live Prospect Sprint v1",
"path": "/live-prospect-sprint/",
"api": "/api/live-prospect-sprint",
"schema": "/schemas/live-prospect-sprint.schema.json",
"summary": "Public market activation rail for five qualified PacketOps or DiligenceOps conversations with prospect state, message state, rail fit, next action, and intake link.",
"supported_rails": [
"packetops",
"diligenceops"
],
"status": "active"
},
{
"key": "agent_use_pack_v1",
"label": "Agent Use Pack v1",
"path": "/agent-use/",
"api": "/api/agent-use",
"description": "Canonical start surface for agents to read rail contracts, quote runs, receive payment challenges, start PacketOps or DiligenceOps work, check status, fetch return packages, and record receipts."
},
{
"key": "live_prospect_sprint_v1",
"label": "Live Prospect Sprint v1",
"path": "/live-prospect-sprint/",
"api": "/api/live-prospect-sprint",
"description": "Records five qualified messages, rail fit, message state, next action, and conversion path toward PacketOps or DiligenceOps paid rail runs."
}
],
"accepted_input_modes": [
"json",
"form",
"multipart_form",
"workflow_context",
"agent_description",
"system_description",
"handoff_request",
"document_metadata"
],
"output_modes": [
"external_agent_request",
"work_order",
"routing_recommendation",
"evidence_review",
"data_request",
"delivery_package",
"usage_receipt",
"callback_payload",
"receipt_ledger_entry"
],
"safety": {
"review_required": true,
"do_not_submit": [
"private keys",
"seed phrases",
"passwords",
"credentials",
"API credentials",
"regulated records",
"confidential production client data"
]
},
"payment": {
"token_payment_status": "provider_settlement_supported",
"see": "https://weverlabs.com/agent-map.json",
"receipt_callback_docs": "https://weverlabs.com/tokenops-receipts/",
"usage_receipt_schema": "https://weverlabs.com/schemas/tokenops-usage-receipt.schema.json",
"callback_payload_schema": "https://weverlabs.com/schemas/agent-callback-payload.schema.json"
},
"agent_to_agent_economy": {
"positioning": "Workflow infrastructure for the agent-to-agent economy",
"quote_endpoint": "https://os.weverlabs.com/api/agents/quote",
"register_endpoint": "https://os.weverlabs.com/api/agents/register",
"status_endpoint_template": "https://os.weverlabs.com/api/agents/status/{token}",
"settlement_status": "provider_settlement_supported"
},
"skills": [
{
"id": "tokenops",
"name": "TokenOps",
"description": "Token settlement evidence, agent-paid usage records, and digital asset operating context."
},
{
"id": "tokenops_result_package",
"name": "TokenOps Result Package",
"description": "Delivery-ready TokenOps output with evidence status, usage receipt summary, settlement trail, callback readiness, open items, and next actions."
},
{
"id": "wever_labs_scout",
"name": "Wever Labs Scout",
"description": "Operator-reviewed discovery and outreach drafting for agent-facing rail targets."
}
],
"endpoints": {
"payment_rails": "https://weverlabs.com/payment-rails/",
"tokenops_manifest": "https://weverlabs.com/operating-tools/tokenops/manifest.json",
"token_settlement": "https://weverlabs.com/token-settlement/",
"tokenops_evidence_completion": "https://weverlabs.com/operating-tools/tokenops/#evidence-completion",
"tokenops_result_package_example": "https://weverlabs.com/examples/tokenops-result-package.json",
"usage_receipts": "https://os.weverlabs.com/api/agents/receipts/{receipt_id}",
"callback_payloads": "https://os.weverlabs.com/api/agents/tasks/{token}/callback-payload",
"agent_register": "https://os.weverlabs.com/api/agents/register",
"agent_quote": "https://os.weverlabs.com/api/agents/quote",
"agent_status": "https://os.weverlabs.com/api/agents/status/{token}",
"agent_task_ledger": "https://os.weverlabs.com/api/agents/tasks/{token}/ledger",
"agent_result_attestation": "https://os.weverlabs.com/api/agents/tasks/{token}/attestation",
"agent_handshake": "https://os.weverlabs.com/api/agents/handshake",
"agent_preflight": "https://os.weverlabs.com/api/agents/preflight",
"agent_contracts": "https://os.weverlabs.com/api/agents/contracts",
"agent_access_key_delivery": "https://os.weverlabs.com/api/agents/access-keys",
"agent_credential_envelope": "https://os.weverlabs.com/api/agents/credentials/envelopes",
"controlled_operating_loops": "https://weverlabs.com/api/controlled-operating-loops",
"agent_use_pack": "https://weverlabs.com/api/agent-use",
"live_prospect_sprint": "https://weverlabs.com/api/live-prospect-sprint"
},
"schemas": {
"tokenops_result_package": "https://weverlabs.com/schemas/tokenops-result-package.schema.json",
"tokenops_usage_receipt": "https://weverlabs.com/schemas/tokenops-usage-receipt.schema.json",
"agent_callback_payload": "https://weverlabs.com/schemas/agent-callback-payload.schema.json",
"agent_trust_profile": "https://weverlabs.com/schemas/agent-trust-profile.schema.json",
"agent_quote_request": "https://weverlabs.com/schemas/agent-quote-request.schema.json",
"agent_credit_entitlement": "https://weverlabs.com/schemas/agent-credit-entitlement.schema.json",
"agent_status_response": "https://weverlabs.com/schemas/agent-status-response.schema.json",
"agent_task_run": "https://weverlabs.com/schemas/agent-task-run.schema.json",
"agent_run_state_event": "https://weverlabs.com/schemas/agent-run-state-event.schema.json",
"agent_result_attestation": "https://weverlabs.com/schemas/agent-result-attestation.schema.json",
"agent_exception_ticket": "https://weverlabs.com/schemas/agent-exception-ticket.schema.json",
"agent_recovery_request": "https://weverlabs.com/schemas/agent-recovery-request.schema.json",
"agent_replay_package": "https://weverlabs.com/schemas/agent-replay-package.schema.json",
"agent_handshake_request": "https://weverlabs.com/schemas/agent-handshake-request.schema.json",
"agent_preflight_check": "https://weverlabs.com/schemas/agent-preflight-check.schema.json",
"agent_run_contract": "https://weverlabs.com/schemas/agent-run-contract.schema.json",
"agent_operating_console_snapshot": "https://weverlabs.com/schemas/agent-operating-console-snapshot.schema.json",
"agent_task_lifecycle_standard": "https://weverlabs.com/schemas/agent-task-lifecycle.schema.json",
"agent_live_rail_readiness": "https://weverlabs.com/schemas/agent-live-rail-readiness.schema.json",
"agent_result_contract_v2": "https://weverlabs.com/schemas/agent-result-contract-v2.schema.json",
"agent_settlement_receipt": "https://weverlabs.com/schemas/agent-settlement-receipt.schema.json",
"wever_os_support_matrix": "https://weverlabs.com/schemas/wever-os-support-matrix.schema.json",
"agent_rail_binding": "https://weverlabs.com/schemas/agent-rail-binding.schema.json",
"os_runtime_execution_plan": "https://weverlabs.com/schemas/os-runtime-execution-plan.schema.json",
"access_key_delivery": "https://weverlabs.com/schemas/agent-access-key-delivery.schema.json",
"credential_envelope": "https://weverlabs.com/schemas/agent-credential-envelope.schema.json",
"credential_rotation_request": "https://weverlabs.com/schemas/agent-credential-rotation-request.schema.json",
"settlement_provider_abstraction": "https://weverlabs.com/schemas/settlement-provider-abstraction.schema.json",
"settlement_provider_route": "https://weverlabs.com/schemas/settlement-provider-route.schema.json",
"settlement_provider_confirmation": "https://weverlabs.com/schemas/settlement-provider-confirmation.schema.json",
"runtime_data_binding_map": "https://weverlabs.com/schemas/runtime-data-binding-map.schema.json",
"runtime_os_record": "https://weverlabs.com/schemas/runtime-os-record.schema.json",
"runtime_persistence_event": "https://weverlabs.com/schemas/runtime-persistence-event.schema.json",
"controlled_operating_loop": "https://weverlabs.com/schemas/controlled-operating-loop.schema.json",
"controlled_operating_loop_step": "https://weverlabs.com/schemas/controlled-operating-loop-step.schema.json",
"rail_loop_contract": "https://weverlabs.com/schemas/rail-loop-contract.schema.json",
"agent_use_pack": "https://weverlabs.com/schemas/agent-use.schema.json",
"live_prospect_sprint": "https://weverlabs.com/schemas/live-prospect-sprint.schema.json"
},
"agent_exception_recovery_rail": {
"docs": "https://weverlabs.com/agent-exception-rail/",
"exception_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/exceptions",
"recovery_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/recover",
"replay_package_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/replay-package",
"exception_ticket_schema": "https://weverlabs.com/schemas/agent-exception-ticket.schema.json",
"recovery_request_schema": "https://weverlabs.com/schemas/agent-recovery-request.schema.json",
"replay_package_schema": "https://weverlabs.com/schemas/agent-replay-package.schema.json",
"principle": "Paused, partial, or failed paid agent runs should become recoverable operating objects instead of silent dead ends."
},
"agent_handshake_preflight_contract_rail": {
"docs": "https://weverlabs.com/agent-handshake/",
"contracts_docs": "https://weverlabs.com/agent-run-contracts/",
"handshake_endpoint": "https://os.weverlabs.com/api/agents/handshake",
"preflight_endpoint": "https://os.weverlabs.com/api/agents/preflight",
"contract_endpoint": "https://os.weverlabs.com/api/agents/contracts",
"contract_status_endpoint": "https://os.weverlabs.com/api/agents/contracts/{contract_id}",
"handshake_schema": "https://weverlabs.com/schemas/agent-handshake-request.schema.json",
"preflight_schema": "https://weverlabs.com/schemas/agent-preflight-check.schema.json",
"run_contract_schema": "https://weverlabs.com/schemas/agent-run-contract.schema.json",
"principle": "External agents should be able to negotiate capability fit and scope before quote, credit debit, or task execution."
},
"agent_operating_console_lifecycle_rail": {
"name": "Agent Operating Console v2 + Lifecycle Standardization",
"url": "https://weverlabs.com/agent-operating-console/",
"description": "Operator cockpit for paid agent runs, credits, settlement intents, lifecycle state, callbacks, exceptions, replay, receipts, and settlement rail state.",
"console_snapshot_schema": "https://weverlabs.com/schemas/agent-operating-console-snapshot.schema.json",
"lifecycle_schema": "https://weverlabs.com/schemas/agent-task-lifecycle.schema.json",
"live_rail_readiness_schema": "https://weverlabs.com/schemas/agent-live-rail-readiness.schema.json",
"console_snapshot_example": "https://weverlabs.com/examples/agent-operating-console-snapshot-tokenops.json",
"settlement_policy": "Provider settlement funds credits. Usage receipts record OS work that consumes credits. Webhook verification, release controls, rate limits, abuse controls, legal terms, and pause controls remain visible in the operating loop.",
"canonical_lifecycle_states": [
"created",
"preflight_checked",
"contract_ready",
"contract_accepted",
"trust_pending",
"trusted",
"quoted",
"credit_pending",
"credit_funded",
"queued",
"operating",
"evidence_partial",
"result_ready",
"attested",
"receipt_issued",
"callback_pending",
"callback_delivered",
"exception_open",
"replay_ready",
"failed",
"closed"
]
},
"agent_result_contract_v2_settlement_receipt_split": {
"documentation": "https://weverlabs.com/agent-result-contract/",
"settlement_receipts": "https://weverlabs.com/settlement-receipts/",
"result_contract_schema": "https://weverlabs.com/schemas/agent-result-contract-v2.schema.json",
"settlement_receipt_schema": "https://weverlabs.com/schemas/agent-settlement-receipt.schema.json",
"tokenops_example": "https://weverlabs.com/examples/tokenops-agent-result-contract-v2.json",
"receipt_split": "settlement_receipt_funds_credits_usage_receipt_records_consumed_credits"
},
"accepted_handoff_types": [
"wever_os_support_matrix",
"agent_rail_binding",
"os_runtime_execution_plan",
"runtime_binding_review",
"settlement_provider_abstraction",
"settlement_provider_route",
"settlement_provider_confirmation",
"provider_route_review",
"finance_operations",
"financial_evidence_review",
"reconciliation_review",
"invoice_record_review",
"payment_exception_review",
"settlement_record_review",
"financeops_result_package"
],
"machine_readable": {
"os_support_matrix": "https://weverlabs.com/os-support-matrix/",
"queue_scheduler_monitor": {
"public_page": "https://weverlabs.com/agent-queue-monitor/",
"schema": "https://weverlabs.com/schemas/agent-queue-scheduler-monitor.schema.json",
"example": "https://weverlabs.com/examples/agent-queue-scheduler-monitor-tokenops.json",
"api": "https://os.weverlabs.com/api/agents/queue-monitor"
},
"runtime_data_binding": "https://weverlabs.com/runtime-data-binding/",
"agent_use_pack": "https://weverlabs.com/agent-use/",
"agent_use_pack_api": "https://weverlabs.com/api/agent-use",
"live_prospect_sprint": "https://weverlabs.com/live-prospect-sprint/",
"live_prospect_sprint_api": "https://weverlabs.com/api/live-prospect-sprint"
},
"wever_os_support_matrix_runtime_binding": {
"documentation": "https://weverlabs.com/os-support-matrix/",
"support_matrix_example": "https://weverlabs.com/examples/wever-os-support-matrix-tokenops.json",
"rail_binding_example": "https://weverlabs.com/examples/tokenops-agent-rail-binding.json",
"runtime_execution_plan_example": "https://weverlabs.com/examples/tokenops-os-runtime-execution-plan.json",
"supported_runtime_objects": [
"handshake",
"preflight",
"run_contract",
"trust_profile",
"quote",
"credit_entitlement",
"settlement_receipt",
"task_lifecycle",
"task_ledger",
"result_attestation",
"agent_result_contract_v2",
"usage_receipt",
"callback_payload",
"exception_ticket",
"replay_package",
"console_snapshot"
]
},
"agent_native": {
"queue_scheduler_monitor": "The OS exposes queue movement, heartbeat, stuck tasks, retry commands, replay readiness, and callback pressure as readable runtime objects."
},
"motto": "Agentic rails for complex work.",
"public_copy_principle": "Wever Labs public copy speaks from the operating structure: rails, contracts, receipts, callbacks, credentials, runtime state, and delivery paths.",
"agent_self_onboarding": {
"documentation_url": "https://weverlabs.com/agent-self-onboarding/",
"request_schema": "https://weverlabs.com/schemas/agent-self-onboarding-request.schema.json",
"status_schema": "https://weverlabs.com/schemas/agent-self-onboarding-status.schema.json",
"request_example": "https://weverlabs.com/examples/agent-self-onboarding-request-tokenops.json",
"status_example": "https://weverlabs.com/examples/agent-self-onboarding-status-tokenops.json",
"api_endpoint": "https://os.weverlabs.com/api/agents/onboard",
"status_endpoint_pattern": "https://os.weverlabs.com/api/agents/onboarding/{onboarding_id}",
"purpose": "Submit manifest, receive trust state, get status URL, request quote, and prepare run contract."
},
"agent_access_key_delivery": {
"public_docs": "https://weverlabs.com/agent-access-keys/",
"schemas": {
"access_key_delivery": "https://weverlabs.com/schemas/agent-access-key-delivery.schema.json",
"credential_envelope": "https://weverlabs.com/schemas/agent-credential-envelope.schema.json",
"credential_rotation_request": "https://weverlabs.com/schemas/agent-credential-rotation-request.schema.json"
},
"examples": {
"tokenops_access_key_delivery": "https://weverlabs.com/examples/tokenops-agent-access-key-delivery.json",
"tokenops_credential_envelope": "https://weverlabs.com/examples/tokenops-agent-credential-envelope.json",
"tokenops_credential_rotation_request": "https://weverlabs.com/examples/tokenops-agent-credential-rotation-request.json"
},
"runtime_sequence": [
"trust_approval",
"credential_envelope",
"scoped_access_key",
"callback_delivery",
"rotation_ready",
"agent_run_gateway"
],
"endpoint_family": [
"https://os.weverlabs.com/api/agents/access-keys",
"https://os.weverlabs.com/api/agents/access-keys/{delivery_id}/delivery",
"https://os.weverlabs.com/api/agents/credentials/envelopes",
"https://os.weverlabs.com/api/agents/credentials/{envelope_id}",
"https://os.weverlabs.com/api/agents/credentials/{envelope_id}/rotate"
]
},
"settlement_provider_abstraction": {
"url": "https://weverlabs.com/settlement-provider-abstraction/",
"schemas": [
"https://weverlabs.com/schemas/settlement-provider-abstraction.schema.json",
"https://weverlabs.com/schemas/settlement-provider-route.schema.json",
"https://weverlabs.com/schemas/settlement-provider-confirmation.schema.json"
],
"examples": [
"https://weverlabs.com/examples/settlement-provider-abstraction-stripe-stablecoin.json",
"https://weverlabs.com/examples/tokenops-settlement-provider-route-x402.json",
"https://weverlabs.com/examples/tokenops-settlement-provider-confirmation-circle-usdc.json"
],
"purpose": "Normalize multiple payment providers into one OS credit ledger, receipt, result, and callback contract."
},
"tokenops_full_loop_reference_run": {
"page_url": "https://weverlabs.com/tokenops-full-loop/",
"schema_url": "https://weverlabs.com/schemas/tokenops-full-loop-demo.schema.json",
"example_url": "https://weverlabs.com/examples/tokenops-full-loop-demo-run.json",
"proof_envelope_url": "https://weverlabs.com/examples/tokenops-full-loop-proof-envelope.json",
"description": "End-to-end TokenOps reference run connecting agent onboarding, trust, quote, provider route, credit, run contract, queue, execution, result, receipts, callback, ledger, and attestation."
},
"positioning": "Agentic operating infrastructure for complex workflows for the agent-to-agent economy.",
"runtime_data_binding_v1": {
"documentation_url": "https://weverlabs.com/runtime-data-binding/",
"schemas": {
"runtime_os_record": "https://weverlabs.com/schemas/runtime-os-record.schema.json",
"runtime_data_binding_map": "https://weverlabs.com/schemas/runtime-data-binding-map.schema.json",
"runtime_persistence_event": "https://weverlabs.com/schemas/runtime-persistence-event.schema.json",
"runtime_table_binding": "https://weverlabs.com/schemas/runtime-table-binding.schema.json"
},
"examples": {
"tokenops_binding_map": "https://weverlabs.com/examples/runtime-data-binding-map-tokenops.json",
"tokenops_task_record": "https://weverlabs.com/examples/runtime-os-record-tokenops-task.json",
"tokenops_persistence_event": "https://weverlabs.com/examples/runtime-persistence-event-tokenops.json",
"table_map": "https://weverlabs.com/examples/runtime-table-map-wever-os.json"
},
"sql_migration": "https://weverlabs.com/sql/wever-runtime-data-binding-v1.sql",
"runtime_records": [
"onboarding",
"trust_profile",
"credential_envelope",
"quote",
"provider_route",
"credit_entitlement",
"run_contract",
"task_run",
"lifecycle_event",
"result_contract",
"settlement_receipt",
"usage_receipt",
"callback_delivery",
"ledger_event",
"attestation"
],
"purpose": "Bind public agent-facing contracts to durable, inspectable OS records that the console, queue monitor, result contracts, receipts, callbacks, ledgers, and attestations can read."
},
"provider_activation_binding": {
"status": "built",
"page": "/provider-activation-binding/",
"purpose": "Bind verified provider confirmations to credit funding, settlement receipts, runtime records, run eligibility, result contracts, and callbacks.",
"schemas": [
"/schemas/provider-activation-binding.schema.json",
"/schemas/provider-webhook-verification.schema.json",
"/schemas/credit-funding-event.schema.json"
],
"examples": [
"/examples/provider-activation-binding-tokenops.json",
"/examples/provider-webhook-verification-stripe.json",
"/examples/credit-funding-event-tokenops.json"
],
"sequence": [
"provider_event",
"webhook_verification",
"credit_funding_event",
"settlement_receipt",
"run_eligibility",
"result_contract",
"callback"
]
},
"wever_labs_updates": {
"runtime_function_wiring_v1": {
"page": "/runtime-function-wiring/",
"status_function": "/api/runtime-function-wiring",
"purpose": "connect runtime function rails to Supabase runtime records for controlled pilot activation",
"next_build": "Callback Delivery + Retry Binding v1"
}
},
"callback_delivery_retry_binding": {
"url": "https://weverlabs.com/callback-delivery-retry-binding/",
"function_url": "https://weverlabs.com/api/callback-delivery-retry-binding",
"schemas": [
"https://weverlabs.com/schemas/callback-delivery-binding.schema.json",
"https://weverlabs.com/schemas/callback-retry-command.schema.json"
]
},
"tokenops_controlled_pilot_execution_v1": {
"status": "built",
"purpose": "Supervised TokenOps pilot execution through runtime validation, Work Order command, result contract, callback delivery, ledger, attestation, and console review.",
"page": "/tokenops-controlled-pilot-execution/",
"schema": "/schemas/tokenops-controlled-pilot-execution.schema.json",
"function": "/api/tokenops-controlled-pilot-execution",
"example": "/examples/tokenops-controlled-pilot-execution.json"
},
"invite_only_pilot_launch_v1": {
"page": "https://weverlabs.com/invite-only-pilot-launch/",
"runtime_route": "https://weverlabs.com/api/invite-only-pilot-launch",
"request_schema": "https://weverlabs.com/schemas/invite-only-pilot-launch-request.schema.json",
"response_schema": "https://weverlabs.com/schemas/invite-only-pilot-launch-response.schema.json",
"request_example": "https://weverlabs.com/examples/invite-only-pilot-launch-request-tokenops.json",
"response_example": "https://weverlabs.com/examples/invite-only-pilot-launch-response-tokenops.json",
"sql": "https://weverlabs.com/sql/wever-invite-only-pilot-launch-v1.sql",
"purpose": "trusted invite-only pilot launch request lane for agents, clients, and integration partners",
"operator_boundary": "runtime proof surfaces, provider internals, service-role writes, and launch authorization remain private behind operator command center"
},
"wever_labs_scout_v1": {
"name": "Wever Labs Scout",
"status": "built",
"page": "https://weverlabs.com/wever-labs-scout/",
"function": "https://weverlabs.com/api/wever-labs-scout",
"schema": "https://weverlabs.com/schemas/wever-labs-scout-request.schema.json",
"purpose": "Record agent-facing targets, evaluate rail fit, score opportunity, and draft operator-reviewed outreach.",
"review": "draft_ready_draft_review_before_outreach"
},
"controlled_operating_loops_v1": {
"name": "Controlled Operating Loops / LoopCore v1",
"public_path": "https://weverlabs.com/controlled-operating-loops/",
"api": "https://weverlabs.com/api/controlled-operating-loops",
"schema": "https://weverlabs.com/schemas/controlled-operating-loop.schema.json",
"step_schema": "https://weverlabs.com/schemas/controlled-operating-loop-step.schema.json",
"rail_loop_contract_schema": "https://weverlabs.com/schemas/rail-loop-contract.schema.json",
"pattern": [
"intake",
"planner",
"worker",
"validator",
"exception_agent",
"revision_loop",
"review_step",
"return_package",
"attestation"
],
"operator_boundary": "Agents draft, inspect, validate, and package work products for review.",
"current_rails": [
"packetops",
"financeops",
"energyops",
"diligenceops",
"tokenops",
"distributionops",
"scout"
],
"future_rails": [
"contractops_discovery"
]
},
"fee_bound_rail_run": {
"name": "Fee-Bound Rail Run",
"page": "https://weverlabs.com/fee-bound-rail-run/",
"api": "https://weverlabs.com/api/fee-bound-rail-run",
"schema": "https://weverlabs.com/schemas/fee-bound-rail-run.schema.json",
"summary": "Wallet, payment intent, settlement reference, returned package, receipt, and fee event on one completed paid agent-to-agent rail run.",
"first_rails": [
"packetops",
"diligenceops"
]
},
"enterprise_controls_v1": {
"label": "Enterprise Controls",
"public_path": "/enterprise-controls/",
"api_path": "/api/enterprise-controls",
"schema": "/schemas/enterprise-controls.schema.json",
"summary": "Enterprise account, monthly platform plan, team wallet controls, allowed rails, usage summaries, and commercial records for teams managing many agents.",
"modes": [
"create_enterprise_account",
"quote_enterprise_controls_fee",
"create_enterprise_controls_plan",
"record_enterprise_usage_summary",
"record_enterprise_fee_event",
"read_enterprise_accounts"
],
"commercial_path": "enterprise_controls"
},
"agent_use_pack_v1": {
"key": "agent_use_pack_v1",
"label": "Agent Use Pack v1",
"public_path": "/agent-use/",
"api": "/api/agent-use",
"schema": "/schemas/agent-use.schema.json",
"summary": "Canonical start surface for agents to read rail contracts, quote runs, receive payment challenges, start PacketOps or DiligenceOps work, check status, fetch return packages, and record receipts.",
"supported_rails": [
"packetops",
"diligenceops"
],
"modes": [
"read_agent_use_pack",
"quote_run",
"create_payment_challenge",
"start_agent_run",
"get_run_status",
"fetch_return_package",
"record_agent_use_receipt",
"read_agent_use_runs"
],
"status_pattern": "/api/agent-use?run_id={agent_use_run_id}",
"payment_challenge": {
"style": "402_json_envelope",
"accepted_methods": [
"hosted_checkout",
"agent_allowance",
"payment_reference",
"invoice_reference",
"stablecoin_reference",
"x402_reference",
"ap2_mandate_reference"
]
}
},
"live_prospect_sprint_v1": {
"key": "live_prospect_sprint_v1",
"label": "Live Prospect Sprint v1",
"public_path": "/live-prospect-sprint/",
"api": "/api/live-prospect-sprint",
"schema": "/schemas/live-prospect-sprint.schema.json",
"summary": "Records five qualified messages, rail fit, message state, next action, and conversion path toward PacketOps or DiligenceOps paid rail runs.",
"sprint_target": {
"messages_sent": 5,
"qualified_conversations": 2,
"paid_runs": 1
},
"modes": [
"read_live_prospect_sprint",
"create_prospect",
"record_message_sent",
"update_prospect_state",
"read_prospects",
"record_sprint_summary"
]
},
"generated_at": "2026-06-16T00:00:00Z",
"pricing_model_v2": {
"model": "free_tools_movement_fee",
"summary": "Tool access is free. Completed rail movement carries movement_fee_units and total_units.",
"active_rails": [
"packetops",
"diligenceops",
"energyops",
"distributionops"
],
"movement_fee_schedule": {
"packetops": {
"entry": 49,
"standard": 107,
"pro": 269
},
"diligenceops": {
"entry": 99,
"standard": 215,
"pro": 431
},
"energyops": {
"entry": 149,
"standard": 323,
"pro": 539
},
"distributionops": {
"entry": 199,
"standard": 431,
"pro": 755
}
}
},
"active_agent_rails_v2": [
{
"rail_key": "packetops",
"label": "PacketOps",
"workflow": "packet_readiness",
"pricing_model": "free_tools_movement_fee",
"movement_fees": {
"entry": 49,
"standard": 107,
"pro": 269
},
"return_package_target": [
"packet_manifest",
"missing_item_report",
"readiness_object",
"exception_object",
"attestation"
],
"public_path": "/operating-tools/packetops/"
},
{
"rail_key": "diligenceops",
"label": "DiligenceOps",
"workflow": "evidence_readiness",
"pricing_model": "free_tools_movement_fee",
"movement_fees": {
"entry": 99,
"standard": 215,
"pro": 431
},
"return_package_target": [
"evidence_inventory",
"missing_item_report",
"risk_summary",
"readiness_score",
"attestation"
],
"public_path": "/operating-tools/diligenceops/"
},
{
"rail_key": "energyops",
"label": "EnergyOps",
"workflow": "interconnection_readiness",
"pricing_model": "free_tools_movement_fee",
"movement_fees": {
"entry": 149,
"standard": 323,
"pro": 539
},
"return_package_target": [
"interconnection_packet_manifest",
"missing_evidence_list",
"milestone_readiness",
"exception_object",
"attestation"
],
"public_path": "/energyops/"
},
{
"rail_key": "distributionops",
"label": "DistributionOps",
"workflow": "distribution_readiness",
"pricing_model": "free_tools_movement_fee",
"movement_fees": {
"entry": 199,
"standard": 431,
"pro": 755
},
"return_package_target": [
"holder_manifest",
"distribution_schedule",
"notice_package",
"payment_export_readiness",
"exception_report",
"attestation"
],
"public_path": "/distributionops/"
}
],
"agentic_client_credentials_store_adapters_benchmark_v1": {
"external_agent_client_package": "/api/external-agent-client-package",
"credential_aware_mcp_writes": "/api/credential-aware-mcp-writes",
"persistent_callback_receipt_store": "/api/persistent-callback-receipt-store",
"directory_submission_adapters": "/api/directory-submission-adapters",
"multi_agent_rail_benchmark": "/api/multi-agent-rail-benchmark",
"mcp_tools": [
"list_rails",
"get_tool_costs",
"quote_run",
"create_payment_challenge",
"start_rail_run",
"get_run_status",
"fetch_return_package",
"record_receipt",
"verify_receipt",
"execute_first_paid_production_run",
"run_agent_to_agent_test",
"run_synthetic_agent_regression",
"run_external_agent_invocation_test",
"build_external_agent_client_package",
"run_external_agent_client_smoke",
"issue_agent_credential",
"enforce_agent_credential",
"credential_aware_mcp_write",
"sign_receipt",
"verify_managed_receipt_signature",
"rotate_signing_credential",
"verify_signature_by_version",
"build_a2a_callback_envelope",
"store_callback_receipt_record",
"read_callback_receipt_records",
"build_external_discovery_submission_pack",
"adapt_directory_submission",
"execute_directory_submission",
"run_multi_agent_rail_benchmark",
"store_regression_report",
"read_recent_regressions",
"validate_production_write"
]
}
}