{
  "openapi": "3.1.0",
  "info": {
    "title": "Wever Labs Commercial Trust Infrastructure API",
    "version": "investor-commercial-trust",
    "x-wever-labs-official-mcp-registry": {
      "name": "com.weverlabs/agentic-rails",
      "title": "Wever Labs Agentic Rails",
      "status": "active",
      "endpoint": "https://weverlabs.com/api/mcp"
    }
  },
  "servers": [
    {
      "url": "https://os.weverlabs.com",
      "description": "Wever Labs OS public API host"
    }
  ],
  "x-weverlabs-policy": {
    "review_required": true,
    "outside_agents_do_not_receive_os_access": true,
    "public_endpoints_accept_intake_not_execution": true,
    "do_not_submit": [
      "private keys",
      "seed phrases",
      "passwords",
      "credentials",
      "API credentials",
      "regulated records",
      "confidential production client data"
    ],
    "conversion_path": "public request -> external_agent_request or workflow_intake -> OS review -> Work Order -> approved autopilot run -> delivery package",
    "active_requested_tool_ids": [
      "packetops",
      "distributionops",
      "tokenops",
      "wever_labs_os"
    ]
  },
  "agent_to_agent_economy": "Wever Labs provides workflow infrastructure for agents and systems to discover, quote, route, operate, and return outputs through OS-governed Work Orders.",
  "x-weverlabs-tokenops": {
    "evidence_completion": {
      "docs": "https://weverlabs.com/operating-tools/tokenops/#evidence-completion",
      "schema": "https://weverlabs.com/schemas/tokenops-result-package.schema.json",
      "complete_request_example": "https://weverlabs.com/examples/tokenops-complete-agent-run-request.json",
      "result_package_example": "https://weverlabs.com/examples/tokenops-result-package.json"
    },
    "receipt_and_callback_contracts": {
      "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",
      "usage_receipt_example": "https://weverlabs.com/examples/tokenops-usage-receipt.json",
      "callback_payload_example": "https://weverlabs.com/examples/tokenops-callback-payload.json"
    }
  },
  "x-weverlabs-trust-quote-credit-rail": {
    "trust_registry_page": "https://weverlabs.com/agent-trust-registry/",
    "quote_rail_page": "https://weverlabs.com/agent-quote-rail/",
    "register_endpoint": "/api/agents/register",
    "quote_endpoint": "/api/agents/quote",
    "credit_entitlement_endpoint": "/api/agents/credits/{entitlement_id}",
    "status_endpoint": "/api/agents/status/{token}"
  },
  "x-weverlabs-task-ledger-result-attestation": {
    "docs": "https://weverlabs.com/agent-task-ledger/",
    "ledger_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/ledger",
    "attestation_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/attestation",
    "schemas": [
      "https://weverlabs.com/schemas/agent-task-run.schema.json",
      "https://weverlabs.com/schemas/agent-run-state-event.schema.json",
      "https://weverlabs.com/schemas/agent-result-attestation.schema.json"
    ]
  },
  "x-weverlabs-exception-recovery-replay-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."
  },
  "x-weverlabs-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."
  },
  "x-weverlabs-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"
    ]
  },
  "x-weverlabs-result-contract-settlement-receipt-split": {
    "version": "1.0",
    "documentation": "https://weverlabs.com/agent-result-contract/",
    "settlement_receipts": "https://weverlabs.com/settlement-receipts/",
    "schemas": {
      "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",
      "tokenops_usage_receipt": "https://weverlabs.com/schemas/tokenops-usage-receipt.schema.json"
    },
    "receipt_split": "settlement_receipt_funds_credits_usage_receipt_records_consumed_credits"
  },
  "x-weverlabs-queue-scheduler-monitor-runtime-heartbeat": {
    "public_page": "https://weverlabs.com/agent-queue-monitor/",
    "schemas": [
      "https://weverlabs.com/schemas/agent-queue-scheduler-monitor.schema.json",
      "https://weverlabs.com/schemas/agent-queue-heartbeat.schema.json",
      "https://weverlabs.com/schemas/agent-stuck-task-alert.schema.json",
      "https://weverlabs.com/schemas/agent-run-retry-command.schema.json"
    ],
    "examples": [
      "https://weverlabs.com/examples/agent-queue-scheduler-monitor-tokenops.json",
      "https://weverlabs.com/examples/agent-queue-heartbeat-tokenops.json",
      "https://weverlabs.com/examples/tokenops-stuck-task-alert.json",
      "https://weverlabs.com/examples/tokenops-run-retry-command.json"
    ],
    "runtime_role": "Keeps agent-paid OS work moving through queue heartbeat, stuck-task alerts, retry commands, replay readiness, callback pressure, and settlement-credit pressure."
  },
  "x-weverlabs-motto": "Agentic rails for complex work.",
  "x-weverlabs-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",
    "sequence": [
      "submit_manifest",
      "receive_trust_state",
      "use_status_url",
      "request_quote",
      "prepare_run_contract",
      "submit_agent_run"
    ]
  },
  "x-weverlabs-agent-access-key-delivery": {
    "public_docs": "https://weverlabs.com/agent-access-keys/",
    "schemas": [
      "https://weverlabs.com/schemas/agent-access-key-delivery.schema.json",
      "https://weverlabs.com/schemas/agent-credential-envelope.schema.json",
      "https://weverlabs.com/schemas/agent-credential-rotation-request.schema.json"
    ],
    "sequence": [
      "trust_approved",
      "credential_envelope_created",
      "access_key_scoped",
      "callback_or_contact_delivery",
      "rotation_ready",
      "gateway_ready"
    ],
    "motto": "Agentic rails for complex work."
  },
  "x-weverlabs": {
    "motto": "Agentic rails for complex work."
  },
  "x-weverlabs-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",
    "sequence": [
      "onboarding",
      "trust",
      "quote",
      "provider_route",
      "credit_entitlement",
      "run_contract",
      "queue",
      "tokenops_execution",
      "result_contract",
      "settlement_receipt",
      "usage_receipt",
      "callback",
      "task_ledger",
      "attestation"
    ]
  },
  "x-weverlabs-positioning": "Agentic operating infrastructure for complex workflows for the agent-to-agent economy.",
  "x-weverlabs-financeops-operating-tool": {
    "status": "built",
    "url": "https://weverlabs.com/operating-tools/financeops/",
    "manifest": "https://weverlabs.com/operating-tools/financeops/manifest.json"
  },
  "x-weverlabs-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."
  },
  "x-weverlabs-provider-activation-binding": {
    "page": "/provider-activation-binding/",
    "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",
      "provider_confirmation",
      "credit_funding_event",
      "settlement_receipt",
      "run_eligibility",
      "result_contract",
      "callback"
    ],
    "motto": "Agentic rails for complex work."
  },
  "x-weverlabs-financeops-reference-workflow-v1": {
    "page": "https://weverlabs.com/financeops-reference-workflow/",
    "schemas": [
      "https://weverlabs.com/schemas/financeops-reference-workflow.schema.json",
      "https://weverlabs.com/schemas/financeops-reconciliation-check.schema.json"
    ],
    "examples": [
      "https://weverlabs.com/examples/financeops-reference-workflow.json"
    ]
  },
  "x-weverlabs-energyops-reference-workflow-v1": {
    "page": "https://weverlabs.com/energyops-reference-workflow/",
    "schemas": [
      "https://weverlabs.com/schemas/energyops-reference-workflow.schema.json",
      "https://weverlabs.com/schemas/energyops-interconnection-readiness-check.schema.json"
    ],
    "examples": [
      "https://weverlabs.com/examples/energyops-reference-workflow.json",
      "https://weverlabs.com/examples/energyops-interconnection-readiness-check.json"
    ]
  },
  "x-weverlabs-client-agent-intake-rail-v1": {
    "status": "built",
    "description": "Shared intake rail for clients and agents to submit routable work into Wever Labs OS runtime records.",
    "motto": "Agentic rails for complex work."
  },
  "x-weverlabs-intake-work-order-dispatch-v1": {
    "public_page": "https://weverlabs.com/intake-work-order-dispatch/",
    "schemas": [
      "https://weverlabs.com/schemas/intake-work-order-dispatch.schema.json",
      "https://weverlabs.com/schemas/work-order-creation-event.schema.json",
      "https://weverlabs.com/schemas/tool-routing-decision.schema.json"
    ],
    "purpose": "Bind client and agent intake to Work Orders, operating tool routes, task runs, queue state, and return contracts."
  },
  "x-weverlabs-supabase-runtime-deployment-pack": {
    "id": "wever_supabase_runtime_deployment_pack_v1",
    "name": "Supabase Runtime Deployment Pack v1",
    "version": "1.0.0",
    "status": "deployment_ready_scaffold",
    "motto": "Agentic rails for complex work.",
    "purpose": "Deploy Wever Labs runtime tables, provider activation records, intake dispatch records, Work Order execution bindings, and TokenOps pilot records into Supabase in a controlled order.",
    "deployment_order": [
      "wever-runtime-data-binding-v1.sql",
      "wever-provider-activation-binding-v1.sql",
      "wever-intake-work-order-dispatch-v1.sql",
      "wever-work-order-execution-binding-v1.sql",
      "wever-tokenops-live-pilot-flow-v1.sql",
      "wever-runtime-smoke-tests-v1.sql"
    ],
    "runtime_tables": [
      "agent_onboarding_records",
      "agent_trust_profiles",
      "agent_credential_envelopes",
      "agent_quote_records",
      "settlement_provider_routes",
      "agent_credit_entitlements",
      "agent_run_contracts",
      "agent_task_runs",
      "agent_lifecycle_events",
      "agent_result_contracts",
      "agent_settlement_receipts",
      "agent_usage_receipts",
      "agent_callback_deliveries",
      "agent_result_attestations",
      "runtime_binding_events",
      "provider_webhook_verifications",
      "provider_activation_bindings",
      "credit_funding_events",
      "wever_intake_work_order_dispatches",
      "wever_work_order_creation_events",
      "work_order_execution_bindings",
      "tool_execution_commands",
      "tool_execution_result_events",
      "tokenops_live_pilot_runs",
      "tokenops_live_pilot_events"
    ],
    "rls_assumption": "Apply RLS only after service-role function writes and read policies are confirmed for the first controlled pilot path.",
    "service_role_required_for": [
      "runtime writes",
      "provider webhook writes",
      "work order dispatch",
      "execution binding",
      "result persistence",
      "callback retry updates"
    ],
    "first_pilot": "TokenOps controlled pilot execution",
    "public_docs": "https://weverlabs.com/supabase-runtime-deployment/"
  },
  "x-weverlabs-runtime-function-wiring-v1": {
    "state": "built",
    "functions": [
      "runtime-data-binding",
      "intake-work-order-dispatch",
      "work-order-execution-binding",
      "provider-activation-binding",
      "tokenops-live-pilot"
    ],
    "runtime_targets": [
      "runtime_binding_events",
      "wever_intake_work_order_dispatches",
      "work_order_execution_bindings",
      "provider_activation_bindings",
      "tokenops_live_pilot_runs"
    ],
    "next_build": "Callback Delivery + Retry Binding v1"
  },
  "x-weverlabs-os-security-hardening-v1": {
    "status": "added",
    "purpose": "Runtime auth, credential handling, webhook verification, callback validation, audit events, and kill-switch controls for controlled pilot activation.",
    "public_page": "/os-security-hardening/",
    "function": "/api/os-security-hardening"
  },
  "x-weverlabs-runtime-function-auth-validation-v1": {
    "status": "built",
    "purpose": "Validate identity, tool scope, payload fields, callback URLs, and response envelopes before Supabase runtime writes.",
    "activation_chain": [
      "request",
      "auth_validation",
      "tool_scope",
      "payload_validation",
      "runtime_write",
      "audit_event",
      "controlled_pilot"
    ]
  },
  "x-weverlabs-tokenops-controlled-pilot-execution-v1": {
    "status": "built",
    "purpose": "Run one supervised TokenOps Work Order through validation, runtime persistence, result contract, callback delivery, ledger, attestation, and console review.",
    "documentation": "/tokenops-controlled-pilot-execution/",
    "function": "/api/tokenops-controlled-pilot-execution",
    "schema": "/schemas/tokenops-controlled-pilot-execution.schema.json",
    "example": "/examples/tokenops-controlled-pilot-execution.json"
  },
  "x-weverlabs-financeops-controlled-pilot-execution-v1": {
    "tool": "financeops",
    "url": "/financeops-controlled-pilot-execution/",
    "function": "/api/financeops-controlled-pilot-execution",
    "runtime_path": [
      "request",
      "auth_validation",
      "work_order",
      "execution_command",
      "reconciliation_check",
      "result_contract",
      "receipts",
      "callback",
      "ledger",
      "attestation"
    ]
  },
  "x-weverlabs-energyops-controlled-pilot-execution-v1": {
    "tool": "energyops",
    "url": "/energyops-controlled-pilot-execution/",
    "function": "/api/energyops-controlled-pilot-execution",
    "runtime_path": [
      "request",
      "auth_validation",
      "work_order",
      "execution_command",
      "evidence_check",
      "readiness_result",
      "result_contract",
      "receipts",
      "callback",
      "ledger",
      "attestation"
    ]
  },
  "x-weverlabs-client-offers-v1": {
    "status": "built",
    "offers": [
      "tokenops",
      "financeops",
      "energyops"
    ],
    "purpose": "Package operating tools for clients and agents with clear inputs, outputs, workflow fit, request path, and pilot path."
  },
  "x-weverlabs-provider-sandbox-activation-v1": {
    "status": "built",
    "rail": "provider_sandbox_activation",
    "purpose": "Bind provider sandbox/test events to webhook verification, credit funding, settlement receipts, and controlled pilot eligibility.",
    "chain": [
      "provider_route",
      "webhook_verification",
      "credit_funding_event",
      "settlement_receipt",
      "run_eligibility",
      "controlled_pilot"
    ]
  },
  "x-weverlabs-pilot-client-agent-offer-launch-v1": {
    "page": "/pilot-client-agent-offer-launch/",
    "schema": "/schemas/pilot-client-agent-offer-launch-request.schema.json",
    "response_schema": "/schemas/pilot-client-agent-offer-launch-response.schema.json",
    "runtime_route": "/api/pilot-client-agent-offer-launch"
  },
  "x-weverlabs-pilot-invitation-response-workflow-v1": {
    "public_page": "/pilot-invitation-response-workflow/",
    "runtime_route": "/api/pilot-invitation-response-workflow",
    "purpose": "capture response after pilot offer review and before launch authorization"
  },
  "x-weverlabs-energyops-runtime-pilot-run-v1": {
    "surface": "operator_activation",
    "public_navigation": false,
    "purpose": "Run one EnergyOps path through runtime records after deployment verification, record writes, callback testing, and controlled pilot setup.",
    "runtime_route": "/api/energyops-runtime-pilot-run"
  },
  "x-weverlabs-financeops-mvp-runtime-run-execution-v1": {
    "visibility": "operator_only",
    "runtime_route": "/api/financeops-mvp-runtime-run",
    "direct_function_route": "/.netlify/functions/financeops-mvp-runtime-run",
    "purpose": "Reuse the TokenOps MVP runtime rail for FinanceOps reconciliation and evidence review."
  },
  "x-weverlabs-agent-api-quickstart-v1": {
    "status": "built",
    "public_page": "/agent-api-quickstart/",
    "json_endpoint": "/api/agent-api-quickstart",
    "allowed_tools": [
      "tokenops",
      "financeops",
      "energyops",
      "packetops",
      "distributionops"
    ],
    "principle": "agents_can_use_the_rails_without_receiving_runtime_wiring"
  },
  "x-weverlabs-invite-only-pilot-launch-v1": {
    "page": "https://weverlabs.com/agent-rail-checkout/",
    "runtime_route": "/api/agent-rail-checkout",
    "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 agent rail checkout 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",
    "public_path": "/agent-rail-checkout/"
  },
  "x-weverlabs-agent-rail-checkout-v1": {
    "page": "https://weverlabs.com/agent-rail-checkout/",
    "runtime_route": "/api/agent-rail-checkout",
    "request_schema": "https://weverlabs.com/schemas/agent-rail-checkout-request.schema.json",
    "response_schema": "https://weverlabs.com/schemas/agent-rail-checkout-response.schema.json",
    "request_example": "https://weverlabs.com/examples/agent-rail-checkout-tokenops.json",
    "purpose": "open agent rail checkout lane for rail work, with operator-reviewed release boundaries"
  },
  "x-weverlabs-agent-payment-rail-v1": {
    "status": "built",
    "public_path": "/agent-payment-rail/",
    "api_path": "/api/agent-payment-rail",
    "posture": "reference_based_until_payment_provider_webhooks_are_enabled",
    "payment_paths": [
      "hosted_checkout_link",
      "invoice_or_purchase_order",
      "agent_credit",
      "manual_operator_verified_reference"
    ]
  },
  "x-weverlabs-payment-product-link-wiring-v1": {
    "summary": "Rail products can expose hosted product URLs through a shared product-link catalog.",
    "env_vars": [
      "STRIPE_PAYMENT_LINK_TOKENOPS",
      "STRIPE_PAYMENT_LINK_FINANCEOPS",
      "STRIPE_PAYMENT_LINK_ENERGYOPS",
      "STRIPE_PAYMENT_LINK_PACKETOPS",
      "STRIPE_PAYMENT_LINK_DISTRIBUTIONOPS"
    ],
    "fallback": "If a hosted link is not configured, product cards fall back to Rail Checkout."
  },
  "x-weverlabs-scout-v1": {
    "status": "built",
    "page": "/wever-labs-scout/",
    "endpoint": "/api/wever-labs-scout",
    "schema": "/schemas/wever-labs-scout-request.schema.json",
    "review": "draft_ready_draft_review_before_outreach"
  },
  "x-weverlabs-agent-credit-checkout-binding-v1": {
    "status": "built",
    "surface": "/agent-credit-checkout-binding/",
    "api": "/api/agent-credit-checkout-binding",
    "purpose": "Bind prepaid agent credits to checkout records and consume credits after runtime dispatch."
  },
  "x-weverlabs-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"
    ]
  },
  "x-weverlabs-diligenceops-product-to-proof-loop-v1": {
    "page": "https://weverlabs.com/diligenceops-product-to-proof-loop/",
    "api": "https://weverlabs.com/api/diligenceops-product-to-proof-loop",
    "schema": "https://weverlabs.com/schemas/diligenceops-product-to-proof-loop.schema.json",
    "request_example": "https://weverlabs.com/examples/diligenceops-product-to-proof-loop-request.json",
    "exception_example": "https://weverlabs.com/examples/diligenceops-product-to-proof-loop-exception.json",
    "summary": "DiligenceOps Product-to-Proof connects checkout, payment or credit reference, controlled loop validation, runtime proof, workspace binding, proof review, return package gate, and attestation.",
    "operator_boundary": "DiligenceOps packages conclusions and delivery status for review."
  },
  "x-weverlabs-packetops-manifest-loop-v1": {
    "name": "PacketOps Manifest Loop v1",
    "public_path": "/packetops-manifest-loop/",
    "api": "/api/packetops-manifest-loop",
    "schema": "/schemas/packetops-manifest-loop.schema.json",
    "sql_migration": "/sql/wever-packetops-manifest-loop-v1.sql",
    "summary": "Governed PacketOps loop for packet intake, manifest build, required-item check, readiness object, exception object, operator review, return package, and attestation.",
    "operator_boundary": "PacketOps prepares manifests, checks, readiness objects, and package status for review."
  },
  "x-weverlabs-loop-review-console-v1": {
    "page": "https://weverlabs.com/loop-review-console/",
    "api": "https://weverlabs.com/api/loop-review-console",
    "schema": "https://weverlabs.com/schemas/loop-review-console.schema.json",
    "summary": "Operator-only console for reviewing active controlled loops, proof-ready packages, exceptions, and operator decisions across DiligenceOps, Scout, PacketOps, and external submission status.",
    "sql_note": "No new SQL required. Reads and updates existing loop and submission status tables.",
    "operator_boundary": "Records review decisions and package status."
  },
  "x-weverlabs-loop-review-console-compact-mode-v1": {
    "api": "https://weverlabs.com/api/loop-review-console?compact=true",
    "field_note": "https://weverlabs.com/field-notes/controlled-loops-become-the-operating-pattern.html",
    "operator_only": true,
    "sql_required": false
  },
  "x-weverlabs-customer-activation-path-v1": {
    "public_path": "/customer-activation-path/",
    "api": "/api/customer-activation-path",
    "purpose": "Give customers and agents a clear first-run path into PacketOps or DiligenceOps.",
    "recommended_first_rails": [
      "packetops",
      "diligenceops"
    ]
  },
  "x-weverlabs-sample-return-packages-v1": {
    "public_path": "/sample-return-packages/",
    "api": "/api/sample-return-packages",
    "schema": "/schemas/sample-return-package.schema.json",
    "purpose": "Customer and agent proof previews for first pilots."
  },
  "x-weverlabs-pilot-intake-v1": {
    "page": "https://weverlabs.com/pilot-intake/",
    "api": "https://weverlabs.com/api/pilot-intake",
    "schema": "https://weverlabs.com/schemas/pilot-intake-request.schema.json",
    "purpose": "Public intake for one bounded PacketOps or DiligenceOps pilot request before operator review."
  },
  "x-weverlabs-diligenceops-stripe-product-links-v1": {
    "public_path": "/diligenceops-stripe-product-links/",
    "api": "/api/diligenceops-stripe-product-links",
    "env_keys": [
      "STRIPE_PAYMENT_LINK_DILIGENCEOPS_ENTRY",
      "STRIPE_PAYMENT_LINK_DILIGENCEOPS_STANDARD",
      "STRIPE_PAYMENT_LINK_DILIGENCEOPS_PRO",
      "STRIPE_PAYMENT_LINK_DILIGENCEOPS"
    ],
    "operator_boundary": "Payment links create checkout references for review packages."
  },
  "x-weverlabs-loop-decision-audit-pack-v1": {
    "page": "https://weverlabs.com/loop-decision-audit-pack/",
    "api": "https://weverlabs.com/api/loop-decision-audit-pack",
    "schema": "https://weverlabs.com/schemas/loop-decision-audit-pack.schema.json",
    "summary": "Operator-only audit pack desk for turning loop review states and decision events into clean proof trails.",
    "operator_boundary": "Audit pack summarizes review, delivery, and payment-related states."
  },
  "x-weverlabs-first-pilot-outreach-pack-v1": {
    "page": "https://weverlabs.com/first-pilot-outreach-pack/",
    "api": "https://weverlabs.com/api/first-pilot-outreach-pack",
    "schema": "https://weverlabs.com/schemas/first-pilot-outreach-pack.schema.json",
    "operator_boundary": "Drafts are prepared for operator review."
  },
  "x-weverlabs-stripe-link-configuration-sprint-v1": {
    "name": "Stripe Link Configuration Sprint",
    "path": "/stripe-link-configuration-sprint/",
    "endpoint": "/api/stripe-link-configuration-sprint",
    "public_navigation": false,
    "description": "Operator-only sprint for configuring DiligenceOps Entry, Standard, and Pro Stripe Payment Links.",
    "operator_boundary": "Manual Stripe and Netlify setup with visible configuration status."
  },
  "x-weverlabs-first-pilot-run-execution-pack-v1": {
    "page": "/first-pilot-run-execution/",
    "api": "/api/first-pilot-run-execution",
    "schema": "/schemas/first-pilot-run-execution.schema.json",
    "review": "Creates review packages only. Review state, package status, and next step."
  },
  "x-weverlabs-paid-next-step-pack-v1": {
    "label": "Paid Next Step Pack v1",
    "page": "/paid-next-step-pack/",
    "endpoint": "/api/paid-next-step-pack",
    "schema": "/schemas/paid-next-step-pack.schema.json",
    "examples": [
      "/examples/paid-next-step-pack-read.json",
      "/examples/paid-next-step-pack-build.json",
      "/examples/paid-next-step-pack-record-conversion.json"
    ],
    "description": "Operator desk for preparing a paid next step after a useful PacketOps or DiligenceOps pilot run.",
    "states": [
      "paid_next_step_ready",
      "converted_to_paid"
    ]
  },
  "x-weverlabs-pilot-conversation-tracker-v1": {
    "page": "https://weverlabs.com/pilot-conversation-tracker/",
    "endpoint": "https://weverlabs.com/api/pilot-conversation-tracker",
    "schema": "https://weverlabs.com/schemas/pilot-conversation-tracker.schema.json",
    "purpose": "Track five qualified pilot conversations, response state, next action, and pilot intake handoff."
  },
  "x-weverlabs-customer-workflow-production-v1": {
    "public_path": "/customer-workflow-production/",
    "api": "/api/customer-workflow-production",
    "purpose": "Turn bounded customer requests into repeatable workflow packages across current and future rails."
  },
  "x-weverlabs-rail-run-starter-v1": {
    "page": "/rail-run-starter/",
    "schema": "/schemas/rail-run-starter.schema.json",
    "public_copy_rule": "Choose the rail, see the returned package, start the workflow."
  },
  "x-weverlabs-agent-allowance-wallet-v1": {
    "name": "Free Agent Allowance Wallet",
    "url": "https://weverlabs.com/free-agent-wallet/",
    "api": "https://weverlabs.com/api/agent-allowance-wallet",
    "schema": "https://weverlabs.com/schemas/agent-allowance-wallet.schema.json",
    "description": "Free agent wallets for bounded agent-to-agent spending, payment routing, and receipt-backed work.",
    "product_parts": [
      "free_agent_allowance_wallet",
      "agent_allowance",
      "payment_router",
      "receipt_ledger"
    ],
    "fee_model": "wallet_creation_free_small_rail_fee_on_completed_paid_agent_work"
  },
  "x-weverlabs-wallet-bound-rail-run-v1": {
    "name": "Wallet-Bound Rail Run",
    "public_path": "https://weverlabs.com/wallet-bound-rail-run/",
    "api": "https://weverlabs.com/api/wallet-bound-rail-run",
    "schema": "https://weverlabs.com/schemas/wallet-bound-rail-run.schema.json",
    "first_rails": [
      "packetops",
      "diligenceops"
    ],
    "description": "Carries wallet ID, payment intent ID, settlement reference, receipt ID, work order, and return package target through paid rail work."
  },
  "x-weverlabs-agent-commercial-layer-v1": {
    "public_path": "https://weverlabs.com/agent-commercial-layer/",
    "api": "https://weverlabs.com/api/agent-commercial-layer",
    "schema": "https://weverlabs.com/schemas/agent-commercial-layer.schema.json",
    "fee_items": [
      "micro_routing_fee",
      "receipt_fee",
      "escrow_fee",
      "premium_wallet_tier",
      "developer_fee",
      "trust_badge_fee",
      "enterprise_controls"
    ]
  },
  "x-weverlabs-trust-listing-path-v1": {
    "label": "Trust Listing Path",
    "public_path": "/trust-listing-path/",
    "api_path": "/api/trust-listing-path",
    "schema": "/schemas/trust-listing-path.schema.json",
    "summary": "Verified agent and service listings carry trust listing ID, commercial plan ID, trust badge state, and fee event ID.",
    "modes": [
      "create_trust_listing",
      "quote_trust_badge_fee",
      "create_trust_badge_plan",
      "record_trust_badge_fee_event",
      "read_trust_listings"
    ],
    "commercial_path": "trust_badge_fee"
  },
  "x-weverlabs-enterprise-controls-v1": {
    "public_path": "/enterprise-controls/",
    "api": "/api/enterprise-controls",
    "schema": "/schemas/enterprise-controls.schema.json",
    "summary": "Enterprise account, team wallet controls, monthly platform plan, usage summaries, and commercial records for teams managing many agents."
  },
  "x-weverlabs-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"
      ]
    }
  },
  "x-weverlabs-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"
    ]
  },
  "x-weverlabs-production-write-gate-v1": {
    "public_path": "/production-write-gate/",
    "api_path": "/api/production-write-gate",
    "schema": "/schemas/production-write-gate.schema.json",
    "summary": "Selected agent production writes validate scoped key, idempotency, allowed rail, HTTPS callback, and audit event."
  },
  "x-weverlabs-customer-production-runs-v1": {
    "public_path": "/customer-production-runs/",
    "api_path": "/api/customer-production-runs",
    "schema": "/schemas/customer-production-runs.schema.json",
    "summary": "PacketOps and DiligenceOps production run records bind customer account, work order, payment reference, return package, receipt, and completion state."
  },
  "x-weverlabs-mcp-server-wrapper-v1": {
    "key": "mcp_server_wrapper_v1",
    "label": "MCP Server Wrapper v1",
    "public_path": "/mcp-server-wrapper/",
    "api": "/api/mcp-server-wrapper",
    "alias_api": "/api/mcp",
    "schema": "/schemas/mcp-server-wrapper.schema.json",
    "descriptor": "/.well-known/mcp.json",
    "summary": "JSON-RPC tool surface for Wever Labs rails, payment challenges, rail runs, status, return packages, receipts, and production write validation.",
    "mcp_methods": [
      "initialize",
      "notifications/initialized",
      "ping",
      "tools/list",
      "tools/call"
    ],
    "tools": [
      "list_rails",
      "quote_run",
      "create_payment_challenge",
      "start_rail_run",
      "get_run_status",
      "fetch_return_package",
      "record_receipt",
      "validate_production_write"
    ],
    "supported_rails": [
      "packetops",
      "diligenceops"
    ]
  },
  "x-weverlabs-first-paid-production-run-execution-v1": {
    "public_path": "/first-paid-production-run/",
    "api": "/api/first-paid-production-run-execution",
    "alias_api": "/api/first-paid-production-run",
    "schema": "/schemas/first-paid-production-run-execution.schema.json",
    "mcp_tool": "execute_first_paid_production_run",
    "success_condition": "One paid PacketOps or DiligenceOps run completes with customer account, work order, payment reference, MCP tool path, return package, receipt, proof hash, and completion signature.",
    "supported_rails": [
      "packetops",
      "diligenceops"
    ]
  },
  "x-weverlabs-agent-to-agent-test-harness-v1": {
    "status": "active",
    "public_path": "/agent-to-agent-test-harness/",
    "api_path": "/api/agent-to-agent-test-harness",
    "alias_api_path": "/api/agent-test-harness",
    "schema": "/schemas/agent-to-agent-test-harness.schema.json",
    "mcp_tool": "run_agent_to_agent_test",
    "summary": "Agents test Wever Labs by using Wever Labs: discovery, MCP tools, payment reference, PacketOps or DiligenceOps run, return package, receipt, verification packet, and transcript hash.",
    "supported_rails": [
      "packetops",
      "diligenceops"
    ],
    "primary_users": "agents",
    "human_role": "principal_or_company_behind_agent, not primary test operator"
  },
  "x-weverlabs-agent-first-direction-v1": "Agents test Wever Labs by using Wever Labs: discovery, MCP tools, payment reference, PacketOps or DiligenceOps run, return package, receipt, verification packet, and transcript hash.",
  "x-weverlabs-pricing-surface-v1": {
    "status": "active",
    "page": "/agent-pricing/",
    "api": "/api/agent-pricing",
    "mcp_tool": "quote_run",
    "currency": "usd",
    "rails": {
      "packetops": {
        "entry_units": 49,
        "standard_units": 99,
        "pro_units": 249,
        "standard_rail_fee_units": 8,
        "standard_total_units": 107
      },
      "diligenceops": {
        "entry_units": 99,
        "standard_units": 199,
        "pro_units": 399,
        "standard_rail_fee_units": 16,
        "standard_total_units": 215
      }
    },
    "agent_instruction": "Call quote_run or /api/agent-pricing before creating a payment reference or rail run."
  },
  "x-weverlabs-agentic-external-invocation-persistence-enforcement-rotation-submission-v1": {
    "build": "agentic-external-invocation-persistence-enforcement-rotation-submission-v1",
    "date": "2026-06-17",
    "pages": [
      "/external-agent-invocation-test/",
      "/external-agent-agent-test/",
      "/persistent-regression-store/",
      "/credential-enforcement-middleware/",
      "/signing-secret-rotation/",
      "/directory-submission-execution/"
    ],
    "apis": [
      "/api/external-agent-invocation-test",
      "/api/external-agent-agent-test",
      "/api/persistent-regression-store",
      "/api/credential-enforcement-middleware",
      "/api/signing-secret-rotation",
      "/api/directory-submission-execution"
    ],
    "mcp_tools": [
      "run_external_agent_invocation_test",
      "persist_regression_report",
      "enforce_agent_credential",
      "read_signing_versions",
      "rotate_signing_credential",
      "execute_directory_submission"
    ],
    "copy_changes": [
      "positioning line updated",
      "OS Sign In restored",
      "contact page restored founder photo bio and Leading With Agents",
      "A2A callback overflow fixed",
      "per-use pricing restored for agents"
    ]
  },
  "x-weverlabs-agentic-external-invoke-store-enforce-rotate-submit-v1": {
    "status": "active",
    "mcp_tools": [
      "run_external_agent_invocation_test",
      "store_regression_report",
      "read_recent_regressions",
      "enforce_agent_credential",
      "rotate_signing_credential",
      "sign_with_active_signing_version",
      "verify_signature_by_version",
      "execute_directory_submission"
    ],
    "positioning": "Agentic operating infrastructure for complex workflows for the agent-to-agent economy."
  },
  "x-weverlabs-pricing-model-v2": {
    "pricing_model": "free_tools_movement_fee",
    "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
      }
    }
  },
  "x-weverlabs-active-rails": [
    "packetops",
    "diligenceops",
    "energyops",
    "distributionops",
    "tokenops",
    "financeops",
    "contractops",
    "scout"
  ],
  "x-weverlabs-pricing-model": "free_tools_movement_fees",
  "x-weverlabs-next-build": "Directory activation, registry verification, signed directory receipts, x402 settlement binding, A2A tasks, public repo CI, release gate automation, and Stripe movement fee checkout.",
  "x-weverlabs-payment-authority-layer-v1": {
    "public_path": "https://weverlabs.com/payment-authority-layer/",
    "api": "https://weverlabs.com/api/payment-authority-layer",
    "authority_types": [
      "stripe_checkout",
      "stripe_stablecoin_checkout",
      "agent_allowance_reference",
      "wallet_reference"
    ],
    "rail_completion_endpoint": "https://weverlabs.com/api/agent-self-serve-rail-loop"
  },
  "x-weverlabs-callback-completion-v1": {
    "state": "active",
    "api_path": "/api/agent-paid-callback-completion"
  },
  "x-weverlabs-credential-enforcement-agent-test-v1": {
    "state": "active",
    "api_path": "/api/credential-enforcement-agent-test"
  },
  "x-weverlabs-provider-callback-receiver-examples-v1": {
    "state": "built",
    "public_path": "/provider-callback-receiver-examples/",
    "api_path": "/api/provider-callback-receiver-examples",
    "demo_receiver_api_path": "/api/provider-callback-receiver-demo",
    "mcp_tool": "get_provider_callback_receiver_examples"
  },
  "x-wever-labs-public-paid-workflow-v1": {
    "public_path": "/agent-paid-workflow/"
  },
  "x-weverlabs-agent-start-hub-v1": {
    "state": "public_agent_ready",
    "paths": [
      "/agents-start-here/",
      "/agent-sandbox/",
      "/agent-passport/",
      "/agent-registry/",
      "/work-order-exchange/"
    ],
    "apis": [
      "/api/agent-sandbox",
      "/api/work-order-exchange",
      "/api/agent-passport",
      "/api/agents-start-here",
      "/api/agent-registry"
    ],
    "nav_fix": "Rail Runs and Agent Products use wider two-column dropdowns with additional gap and line-height."
  },
  "x-weverlabs-agent-run-clearing-spine-v1": {
    "page": "https://weverlabs.com/agent-run-clearing-spine/",
    "api": "https://weverlabs.com/api/agent-run-clearing-spine",
    "return_object": [
      "clearing_id",
      "obligation_object",
      "evidence_envelope",
      "policy_scope",
      "payment_reference",
      "run_receipt",
      "proof_state",
      "clearing_decision",
      "retry_available",
      "handoff_ready",
      "next_endpoint"
    ]
  },
  "x-weverlabs-compliance-evidenceops-flagship-samples-v1": {
    "page": "https://weverlabs.com/compliance-evidence-samples/",
    "api": "https://weverlabs.com/api/compliance-evidence-samples",
    "samples": [
      "soc2_evidence_packet",
      "vendor_security_questionnaire",
      "insurance_renewal_compliance_packet"
    ]
  },
  "paths": {
    "/api/free-proof-run": {
      "get": {
        "summary": "Run a free sandbox proof run",
        "responses": {
          "200": {
            "description": "Signed sandbox proof object with receipt passport and verification packet"
          }
        }
      },
      "post": {
        "summary": "Run a free sandbox proof run with supplied evidence",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Signed sandbox proof object with receipt passport and verification packet"
          }
        }
      }
    },
    "/agent-tools.json": {
      "get": {
        "summary": "Read the canonical Wever Labs agent tools manifest",
        "responses": {
          "200": {
            "description": "Agent tools manifest"
          }
        }
      }
    },
    "/api/agent-tools": {
      "get": {
        "summary": "Read the canonical Wever Labs agent tools manifest through an API endpoint",
        "responses": {
          "200": {
            "description": "Agent tools manifest"
          }
        }
      }
    },
    "/api/claude-evidence-analysis": {
      "get": {
        "summary": "Inspect Evidence Analysis sample object without model call",
        "responses": {
          "200": {
            "description": "Sample object with force_fallback true. No model calls spent."
          }
        }
      },
      "post": {
        "summary": "Run Model-backed Compliance EvidenceOps analysis",
        "description": "Accepts structured compliance packet context and returns Model-backed analysis wrapped in Wever Labs proof and receipt objects. Guardrails limit payload size and daily model calls.",
        "responses": {
          "200": {
            "description": "Model-backed analysis and receipt/proof package"
          },
          "429": {
            "description": "Rate guardrail reached"
          },
          "413": {
            "description": "Payload too large"
          }
        }
      }
    },
    "/api/claude-proof-relay": {
      "get": {
        "summary": "Inspect Analysis Proof Relay sample object without model call",
        "responses": {
          "200": {
            "description": "Sample relay binding with analysis_result, ledger_entry, and proof_relay objects"
          }
        }
      },
      "post": {
        "summary": "Run Evidence Analysis and bind to Proof Relay",
        "description": "Accepts either an existing analysis_result or structured compliance packet context. Returns Evidence Analysis output bound to Receipt Passport, Agent Run Ledger, Proof Relay, and retry/handoff state.",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Model-backed analysis with ledger and relay binding"
          }
        }
      }
    },
    "/api/investor-demo-v2": {
      "get": {
        "summary": "Investor Demo sample",
        "responses": {
          "200": {
            "description": "Sample description without model call"
          }
        }
      },
      "post": {
        "summary": "Run Investor Demo proof arc",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Free proof, analysis proof relay, ledger, receipt and relay state"
          }
        }
      }
    },
    "/api/investor-demo": {
      "get": {
        "summary": "Investor Demo sample",
        "responses": {
          "200": {
            "description": "Sample description without model call"
          }
        }
      },
      "post": {
        "summary": "Run Investor Demo proof arc",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "additionalProperties": true
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Free proof, analysis proof relay, ledger, receipt and relay state"
          }
        }
      }
    },
    "/api/stripe-receipt-completion": {
      "get": {
        "summary": "Read Stripe receipt completion sample",
        "responses": {
          "200": {
            "description": "Sample Stripe receipt completion proof object"
          }
        }
      },
      "post": {
        "summary": "Complete paid proof from Stripe checkout or payment reference",
        "requestBody": {
          "required": false,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "rail_key": {
                    "type": "string"
                  },
                  "movement_amount_units": {
                    "type": "number"
                  },
                  "movement_type": {
                    "type": "string"
                  },
                  "payment_reference": {
                    "type": "string"
                  },
                  "stripe_session_id": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Receipt Passport, ledger entry, and Proof Relay state"
          }
        }
      }
    },
    "/api/durable-usage-ledger": {
      "get": {
        "summary": "Read sample durable usage ledger event",
        "responses": {
          "200": {
            "description": "Sample event"
          }
        }
      },
      "post": {
        "summary": "Record durable usage and proof event",
        "responses": {
          "200": {
            "description": "Recorded event"
          }
        }
      }
    },
    "/api/work-orders": {
      "get": {
        "summary": "Inspect work order schema",
        "responses": {
          "200": {
            "description": "Work order schema and example"
          }
        }
      },
      "post": {
        "summary": "Submit work order and write verified Trust Ledger record",
        "responses": {
          "202": {
            "description": "Queued work order with rail run, receipt, verification packet, and Trust Ledger record when validation passes"
          }
        }
      }
    },
    "/api/verify-receipt": {
      "get": {
        "summary": "Verify receipt by query parameters",
        "responses": {
          "200": {
            "description": "Receipt verification packet"
          }
        }
      },
      "post": {
        "summary": "Verify receipt by body payload",
        "responses": {
          "200": {
            "description": "Receipt verification packet"
          }
        }
      }
    },
    "/api/work-history/summary": {
      "get": {
        "summary": "Read verified work history summary",
        "responses": {
          "200": {
            "description": "Observed verified work records and summary"
          }
        }
      }
    },
    "/api/work-history/record": {
      "get": {
        "summary": "Lookup a Trust Ledger work history record",
        "parameters": [
          {
            "name": "record_id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "receipt_id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Trust Ledger record object"
          }
        }
      }
    },
    "/api/agent-pricing": {
      "get": {
        "summary": "Read pricing catalog or quote a movement fee",
        "parameters": [
          {
            "name": "rail_key",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "movement_amount_units",
            "in": "query",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "movement_type",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Commercial pricing catalog or quote"
          }
        }
      }
    },
    "/api/agent-work-history": {
      "get": {
        "summary": "Return agent work history profile",
        "description": "Returns verified work-history profile assembled from Trust Ledger records.",
        "parameters": [
          {
            "name": "agent_id",
            "in": "query",
            "required": false,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Agent work history profile"
          }
        }
      }
    },
    "/api/agent-resume": {
      "get": {
        "summary": "Return agent resume profile",
        "description": "Alias for agent work-history profile backed by Trust Ledger records.",
        "parameters": [
          {
            "name": "agent_id",
            "in": "query",
            "required": false,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Agent resume profile"
          }
        }
      }
    },
    "/api/agent-permission-ledger": {
      "get": {
        "summary": "Read Agent Permission Ledger service shape",
        "responses": {
          "200": {
            "description": "Public service shape"
          }
        }
      },
      "post": {
        "summary": "Run Agent Permission Ledger public agent product",
        "responses": {
          "202": {
            "description": "Accepted public agent product run"
          }
        }
      }
    },
    "/api/agent-work-order-rail": {
      "get": {
        "summary": "Read Agent Work Order Rail service shape",
        "responses": {
          "200": {
            "description": "Public service shape"
          }
        }
      },
      "post": {
        "summary": "Run Agent Work Order Rail public agent product",
        "responses": {
          "202": {
            "description": "Accepted public agent product run"
          }
        }
      }
    },
    "/api/agent-decision-packet-rail": {
      "get": {
        "summary": "Read Agent Decision Packet Rail service shape",
        "responses": {
          "200": {
            "description": "Public service shape"
          }
        }
      },
      "post": {
        "summary": "Run Agent Decision Packet Rail public agent product",
        "responses": {
          "202": {
            "description": "Accepted public agent product run"
          }
        }
      }
    },
    "/api/agent-file-desk-rail": {
      "get": {
        "summary": "Read Agent File Desk Rail service shape",
        "responses": {
          "200": {
            "description": "Public service shape"
          }
        }
      },
      "post": {
        "summary": "Run Agent File Desk Rail public agent product",
        "responses": {
          "202": {
            "description": "Accepted public agent product run"
          }
        }
      }
    },
    "/api/mcp-diligence-rail": {
      "get": {
        "summary": "Read MCP Diligence Rail service shape",
        "responses": {
          "200": {
            "description": "Public service shape"
          }
        }
      },
      "post": {
        "summary": "Run MCP Diligence Rail public agent product",
        "responses": {
          "202": {
            "description": "Accepted public agent product run"
          }
        }
      }
    },
    "/api/agent-daily-operator-brief": {
      "get": {
        "summary": "Read Agent Daily Operator Brief service shape",
        "responses": {
          "200": {
            "description": "Public service shape"
          }
        }
      },
      "post": {
        "summary": "Run Agent Daily Operator Brief public agent product",
        "responses": {
          "202": {
            "description": "Accepted public agent product run"
          }
        }
      }
    }
  },
  "x-weverlabs-free-proof-run": {
    "public_path": "/free-proof-run/",
    "api_path": "/api/free-proof-run",
    "purpose": "Return a signed sandbox receipt, package hash, verification packet, and upgrade path before paid production movement.",
    "billing": "free_sandbox_no_production_movement",
    "next": "/api/diligenceops-paid-run"
  },
  "agent_tools_manifest_v1": {
    "public_path": "/all-agent-tools/",
    "json_path": "/agent-tools.json",
    "api_path": "/api/agent-tools",
    "recommended_first_run": "/api/free-proof-run"
  },
  "x-weverlabs-claude_evidence_analysis_live_demo": {
    "public_path": "/evidence-analysis/",
    "api_path": "/api/claude-evidence-analysis",
    "get_behavior": "sample_without_model_call",
    "post_behavior": "live_model_backed_analysis_when_env_key_present",
    "guardrails": [
      "CLAUDE_ANALYSIS_MAX_BODY_BYTES",
      "CLAUDE_ANALYSIS_PER_IP_DAILY_LIMIT",
      "CLAUDE_ANALYSIS_DAILY_LIMIT"
    ]
  },
  "x-weverlabs-investor-demo-v2": {
    "public_path": "/investor-demo/",
    "api_path": "/api/investor-demo-v2",
    "mcp_tool": "run_investor_demo_v2",
    "proof_path": [
      "free_proof_run",
      "claude_evidence_analysis",
      "receipt_passport",
      "agent_run_ledger",
      "proof_relay",
      "agent_retry_manager_or_handoff_receiver"
    ]
  },
  "version": "durable-usage-ledger-v1",
  "x-weverlabs-durable-usage-ledger-v1": {
    "public_path": "/durable-usage-ledger/",
    "mcp_tool": "run_durable_usage_ledger_event"
  },
  "x-weverlabs-callable-agent-surfaces-v5": {
    "sacred_sequence": [
      "work_order",
      "rail_run",
      "receipt",
      "verification",
      "work_history"
    ],
    "callable_surfaces": {
      "free_proof_run": "/api/free-proof-run",
      "submit_work_order": "/api/work-orders",
      "verify_receipt": "/api/verify-receipt",
      "work_history_summary": "/api/work-history/summary"
    }
  },
  "x-weverlabs-investor-story": {
    "public_path": "/investor-demo/",
    "proof_pack_path": "/investor-proof-pack/",
    "proof_pack_pdf": "/assets/investor-proof-pack/Wever_Labs_Investor_Proof_Pack_2026-06-28.pdf",
    "positioning": "Infrastructure for trusted agent commerce.",
    "architecture": [
      "work_order",
      "rail_run",
      "receipt",
      "verification",
      "trust_ledger"
    ],
    "live_proof": [
      "/api/work-orders",
      "/api/verify-receipt",
      "/api/work-history/summary",
      "/api/work-history/record",
      "/api/agent-pricing"
    ],
    "recorded_demo": "/videos/wever-labs-investor-demo.mp4?v=7"
  },
  "x-weverlabs-agent-work-history": {
    "public_path": "/agent-work-history/",
    "api": "/api/agent-work-history",
    "alias": "/api/agent-resume",
    "backing_source": "agent_work_history_events / Trust Ledger"
  }
}
