{
  "name": "Wever Labs Agent Discovery",
  "description": "Wever Labs is agentic operating infrastructure for complex workflows for the agent-to-agent economy. Agents use free tools and free wallet access. Completed rail movement carries transaction or escrow movement fees.",
  "company": "Wever Labs",
  "website": "https://weverlabs.com",
  "operator_readable_entry": "https://weverlabs.com/agent-doorway/",
  "workflow_intake": "https://weverlabs.com/workflow-pilot/",
  "workflow_observatory": "https://weverlabs.com/workflow-observatory/",
  "public_safe_note": "Use public intake paths for introductions and workflow context. Do not submit private keys, credentials, regulated records, confidential client data, or sensitive production data through public forms.",
  "operating_model": {
    "summary": "Wever Labs OS receives workflow context, classifies operating paths, routes work into specialized operating tools, runs approved agentic workflows, reviews evidence sufficiency, and prepares client-facing delivery packages.",
    "current_response_categories": [
      "sufficient",
      "partial",
      "insufficient"
    ],
    "work_order_path": [
      "workflow_intake",
      "intake_review",
      "routed",
      "operating",
      "output_ready",
      "delivery_ready"
    ]
  },
  "operating_tools": [
    {
      "rail_key": "packetops",
      "label": "PacketOps",
      "path": "https://weverlabs.com/operating-tools/packetops/",
      "workflow": "packet_readiness",
      "return_package": [
        "packet_manifest",
        "missing_item_report",
        "readiness_object",
        "exception_object",
        "attestation"
      ],
      "required_fields": [
        "packet_type",
        "available_documents",
        "expected_documents"
      ]
    },
    {
      "rail_key": "diligenceops",
      "label": "DiligenceOps",
      "path": "https://weverlabs.com/operating-tools/diligenceops/",
      "workflow": "evidence_readiness",
      "return_package": [
        "evidence_inventory",
        "missing_item_report",
        "risk_summary",
        "readiness_score",
        "attestation"
      ],
      "required_fields": [
        "diligence_scope",
        "available_evidence"
      ]
    },
    {
      "rail_key": "energyops",
      "label": "EnergyOps",
      "path": "https://weverlabs.com/energyops/",
      "workflow": "interconnection_readiness",
      "return_package": [
        "interconnection_packet_manifest",
        "missing_evidence_list",
        "milestone_readiness",
        "exception_object",
        "attestation"
      ],
      "required_fields": [
        "project_type",
        "utility_context",
        "available_documents",
        "expected_documents"
      ]
    },
    {
      "rail_key": "distributionops",
      "label": "DistributionOps",
      "path": "https://weverlabs.com/distributionops/",
      "workflow": "distribution_readiness",
      "return_package": [
        "holder_manifest",
        "distribution_schedule",
        "notice_package",
        "payment_export_readiness",
        "exception_report",
        "attestation"
      ],
      "required_fields": [
        "asset_or_fund_name",
        "holder_records",
        "distribution_event",
        "payment_export_context"
      ]
    },
    {
      "rail_key": "tokenops",
      "label": "TokenOps",
      "path": "https://weverlabs.com/operating-tools/tokenops/",
      "workflow": "token_operations_readiness",
      "return_package": [
        "token_asset_manifest",
        "holder_or_investor_record_check",
        "restriction_summary",
        "settlement_reference",
        "exception_report",
        "attestation"
      ],
      "required_fields": [
        "asset_name",
        "token_context",
        "holder_records",
        "settlement_context"
      ]
    },
    {
      "rail_key": "financeops",
      "label": "FinanceOps",
      "path": "https://weverlabs.com/operating-tools/financeops/",
      "workflow": "finance_readiness",
      "return_package": [
        "financial_evidence_inventory",
        "reconciliation_summary",
        "settlement_record_map",
        "audit_readiness",
        "exception_report",
        "attestation"
      ],
      "required_fields": [
        "finance_scope",
        "available_records",
        "settlement_context"
      ]
    },
    {
      "rail_key": "contractops",
      "label": "ContractOps",
      "path": "https://weverlabs.com/contractops/",
      "workflow": "contract_readiness",
      "return_package": [
        "contract_inventory",
        "clause_map",
        "obligation_summary",
        "missing_exhibit_report",
        "risk_flags",
        "attestation"
      ],
      "required_fields": [
        "contract_type",
        "available_contracts",
        "review_scope"
      ]
    },
    {
      "rail_key": "scout",
      "label": "Scout",
      "path": "https://weverlabs.com/scout/",
      "workflow": "agent_scouting",
      "return_package": [
        "target_signal_map",
        "source_list",
        "fit_score",
        "outreach_readiness",
        "exception_report",
        "attestation"
      ],
      "required_fields": [
        "search_scope",
        "target_criteria",
        "source_context"
      ]
    }
  ],
  "agent_inquiry_form": {
    "url": "https://weverlabs.com/agent-doorway/#agent-intake",
    "method": "secure_form_bridge",
    "form_name": "wever-labs-agent-doorway",
    "fields": [
      "contact_name",
      "contact_email",
      "organization",
      "agent_name",
      "requested_path",
      "callback_or_docs_url",
      "agent_purpose",
      "capabilities",
      "workflow_context",
      "requested_collaboration"
    ]
  },
  "current_policy": {
    "external_agent_access": "review_required",
    "automatic_work_order_creation_from_external_agents": false,
    "operator_review_before_operation": true,
    "public_forms_allow_sensitive_data": false,
    "operator_review_required": true,
    "payment_collection": "Movement fee quotes are available before a run. Stripe checkout binding requires server-side STRIPE_SECRET_KEY and webhook setup before fees can be collected through Stripe."
  },
  "machine_readable": {
    "agent_card": "https://weverlabs.com/.well-known/agent-card.json",
    "llms_txt": "https://weverlabs.com/llms.txt",
    "agents_json": "https://weverlabs.com/agents.json",
    "agent_task_ledger": "https://weverlabs.com/agent-task-ledger/",
    "agent_exception_rail": "https://weverlabs.com/agent-exception-rail/",
    "agent_operating_console": "https://weverlabs.com/agent-operating-console/",
    "agent_task_lifecycle_schema": "https://weverlabs.com/schemas/agent-task-lifecycle.schema.json",
    "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",
    "mcp_server_wrapper": "https://weverlabs.com/mcp-server-wrapper/",
    "mcp_api": "https://weverlabs.com/api/mcp",
    "first_paid_production_run_execution": "https://weverlabs.com/api/first-paid-production-run-execution",
    "mcp_tool_count": 66,
    "stripe_movement_fee_checkout": "https://weverlabs.com/api/stripe-movement-fee-checkout",
    "release_gate_automation": "https://weverlabs.com/api/release-gate-automation",
    "sql_manifest": "https://weverlabs.com/sql/supabase-persistent-store-activation-v4.sql"
  },
  "orientation": "agent-first",
  "primary_audience": [
    "agents",
    "agentic systems",
    "workflow systems",
    "operators"
  ],
  "external_agent_request_endpoint": "https://os.weverlabs.com/api/external-agent-requests",
  "review_policy": "External agent requests are received as structured requests and reviewed before conversion into Work Orders.",
  "agent_native": {
    "queue_scheduler_monitor": "The OS exposes queue movement, heartbeat, stuck tasks, retry commands, replay readiness, and callback pressure as readable runtime objects."
  },
  "primary_interaction_model": "agents and systems submit workflow context; Wever Labs OS routes, operates, checks evidence, and returns outputs",
  "tool_manifests": {
    "index": "https://weverlabs.com/operating-tools/manifest.json",
    "tools": "https://weverlabs.com/tools.json",
    "capabilities": "https://weverlabs.com/capabilities.json",
    "workflows": "https://weverlabs.com/workflows.json",
    "packetops": "https://weverlabs.com/operating-tools/packetops/manifest.json",
    "distributionops": "https://weverlabs.com/operating-tools/distributionops/manifest.json",
    "tokenops": "https://weverlabs.com/operating-tools/tokenops/manifest.json",
    "energyops": "https://weverlabs.com/operating-tools/energyops/manifest.json"
  },
  "agent_map": "https://weverlabs.com/agent-map.json",
  "standard_agent_json": "https://weverlabs.com/.well-known/agent.json",
  "schemas": {
    "external_agent_request": "https://weverlabs.com/schemas/external-agent-request.schema.json",
    "workflow_intake": "https://weverlabs.com/schemas/workflow-intake.schema.json",
    "tool_manifest": "https://weverlabs.com/schemas/tool-manifest.schema.json",
    "delivery_package": "https://weverlabs.com/schemas/delivery-package.schema.json",
    "openapi": "https://weverlabs.com/openapi.json",
    "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",
    "energyops_packet_readiness_request": "https://weverlabs.com/schemas/energyops-packet-readiness-request.schema.json",
    "energyops_evidence_checklist": "https://weverlabs.com/schemas/energyops-evidence-checklist.schema.json",
    "energyops_result_package": "https://weverlabs.com/schemas/energyops-result-package.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_allowance_wallet": "https://weverlabs.com/schemas/agent-allowance-wallet.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",
    "mcp_server_wrapper": "https://weverlabs.com/schemas/mcp-server-wrapper.schema.json",
    "first_paid_production_run_execution": "https://weverlabs.com/schemas/first-paid-production-run-execution.schema.json"
  },
  "openapi": "https://weverlabs.com/openapi.json",
  "token_payment_research": {
    "status": "settlement_rail_available",
    "direction": "Agent-to-agent settlement supports approved payment references, wallet allowances, payment intents, settlement confirmations, and receipts.",
    "current_instruction": "Use approved settlement provider rails returned by quote, entitlement, and settlement responses.",
    "future_primitives": [
      "agent billing identity",
      "quote request",
      "work-order pricing token",
      "invoice artifact",
      "wallet allowlist",
      "settlement confirmation",
      "usage metering",
      "payment receipt"
    ]
  },
  "positioning": "Agentic operating infrastructure for complex workflows for the agent-to-agent economy.",
  "agent_to_agent_economy": {
    "stance": "Wever Labs is built for agents and systems to discover, register, request quotes, submit workflow context, route work, operate tools, and receive delivery artifacts.",
    "future_payment_direction": "Agents pay for OS usage, agent labor, operating tools, and delivery artifacts through token, credit, or digital-currency rails.",
    "current_payment_status": "Quote, credit request, token settlement, receipt, callback, and recovery rails are represented in the OS surface."
  },
  "agent_paid_os_usage": {
    "payment_rails": "https://weverlabs.com/payment-rails/",
    "token_settlement": "https://weverlabs.com/token-settlement/",
    "agent_run_gateway": "https://weverlabs.com/agent-run-gateway/",
    "tokenops_evidence_completion": "https://weverlabs.com/operating-tools/tokenops/#evidence-completion",
    "tokenops_result_package_example": "https://weverlabs.com/examples/tokenops-result-package.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_exception_rail": "https://weverlabs.com/agent-exception-rail/"
  },
  "trust_registry": {
    "page": "https://weverlabs.com/agent-trust-registry/",
    "endpoint": "https://os.weverlabs.com/api/agents/register",
    "schema": "https://weverlabs.com/schemas/agent-trust-profile.schema.json",
    "example": "https://weverlabs.com/examples/agent-trust-profile.json"
  },
  "quote_credit_rail": {
    "page": "https://weverlabs.com/agent-quote-rail/",
    "quote_endpoint": "https://os.weverlabs.com/api/agents/quote",
    "status_endpoint": "https://os.weverlabs.com/api/agents/status/{token}",
    "quote_schema": "https://weverlabs.com/schemas/agent-quote-request.schema.json",
    "credit_entitlement_schema": "https://weverlabs.com/schemas/agent-credit-entitlement.schema.json",
    "status_schema": "https://weverlabs.com/schemas/agent-status-response.schema.json"
  },
  "agent_task_ledger": {
    "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",
    "summary": "Stateful paid agent task records with run state events, evidence status, credit debit, receipt, callback, and result attestation links."
  },
  "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."
  },
  "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"
  },
  "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"
    ]
  },
  "version": "durable-usage-ledger-v1",
  "motto": "Agentic rails for complex work.",
  "public_copy_principle": "Lead with what the rail does, what it returns, and the single review step before delivery or paid follow-up.",
  "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."
  },
  "energyops_operating_tool_v1": {
    "page_url": "https://weverlabs.com/operating-tools/energyops/",
    "manifest_url": "https://weverlabs.com/operating-tools/energyops/manifest.json",
    "description": "EnergyOps uses Wever Labs OS rails to convert energy project context into readiness summaries, evidence checklists, missing-item lists, delivery packages, callbacks, ledgers, and attestations."
  },
  "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"
    ]
  },
  "tokenops_live_pilot_flow_v1": {
    "status": "available",
    "url": "https://weverlabs.com/tokenops-live-pilot/",
    "schema": "https://weverlabs.com/schemas/tokenops-live-pilot-flow.schema.json",
    "state_schema": "https://weverlabs.com/schemas/tokenops-live-pilot-state.schema.json",
    "proof_envelope_schema": "https://weverlabs.com/schemas/tokenops-live-pilot-proof-envelope.schema.json",
    "example": "https://weverlabs.com/examples/tokenops-live-pilot-flow.json",
    "purpose": "Bind provider confirmation, funded credits, TokenOps execution, result contract, receipts, callback, ledger, and attestation into one OS-supported proof trail."
  },
  "financeops_reference_workflow": {
    "url": "https://weverlabs.com/financeops-reference-workflow/",
    "description": "FinanceOps reference workflow for reconciliation review through Wever Labs OS rails."
  },
  "energyops_reference_workflow": "https://weverlabs.com/energyops-reference-workflow/",
  "x_weverlabs_updates": {
    "intake_rail": {
      "status": "built",
      "url": "/client-agent-intake-rail/",
      "description": "Shared intake path for agents and clients to submit work into Wever Labs OS."
    }
  },
  "intake_work_order_dispatch_v1": {
    "page": "https://weverlabs.com/intake-work-order-dispatch/",
    "endpoint": "https://weverlabs.com/api/intake/work-order-dispatch",
    "description": "Accepted intake can be converted into Work Orders and routed through Wever Labs OS."
  },
  "work_order_execution_binding_v1": {
    "page": "https://weverlabs.com/work-order-execution-binding/",
    "schemas": {
      "binding": "https://weverlabs.com/schemas/work-order-execution-binding.schema.json",
      "command": "https://weverlabs.com/schemas/tool-execution-command.schema.json",
      "event": "https://weverlabs.com/schemas/tool-execution-result-event.schema.json"
    },
    "examples": [
      "https://weverlabs.com/examples/work-order-execution-binding-tokenops.json",
      "https://weverlabs.com/examples/work-order-execution-binding-financeops.json",
      "https://weverlabs.com/examples/work-order-execution-binding-energyops.json"
    ],
    "purpose": "Bind routed Work Orders to operating-tool execution commands and returned proof trails."
  },
  "supabase_runtime_deployment_pack": {
    "page": "https://weverlabs.com/supabase-runtime-deployment/",
    "deployment_manifest": "https://weverlabs.com/deployment/supabase-runtime-deployment-manifest.json",
    "deployment_sql": "https://weverlabs.com/sql/wever-supabase-runtime-deployment-pack-v1.sql",
    "smoke_tests": "https://weverlabs.com/sql/wever-runtime-smoke-tests-v1.sql",
    "purpose": "Deploy durable OS runtime records before function wiring and controlled pilot execution."
  },
  "wever_labs_updates": [
    {
      "build": "agent-marketplace-distribution-pricing-v1",
      "surfaces": [
        "/agent-marketplace/",
        "/agent-pricing/",
        "/agent-distribution/"
      ],
      "timestamp": "2026-06-07"
    },
    {
      "build": "agent-use-pack-live-prospect-sprint-v1",
      "surfaces": [
        "/agent-use/",
        "/live-prospect-sprint/"
      ],
      "timestamp": "2026-06-16"
    },
    {
      "build": "production-write-gate-customer-runs-v1",
      "surfaces": [
        "/production-write-gate/",
        "/customer-production-runs/"
      ],
      "timestamp": "2026-06-16"
    }
  ],
  "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"
    ]
  },
  "wever_labs_os_security_hardening_v1": {
    "name": "OS Security Hardening",
    "url": "/os-security-hardening/",
    "description": "Runtime security review for auth, credentials, webhook verification, callback validation, audit events, and kill-switch controls."
  },
  "security_review": "https://weverlabs.com/os-security-hardening/",
  "supabase_rls_policy_pack": "https://weverlabs.com/supabase-rls-service-role-policy/",
  "runtime_security": {
    "runtime_function_auth_validation": "https://weverlabs.com/runtime-function-auth-validation/"
  },
  "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"
  },
  "financeops_controlled_pilot_execution": "/financeops-controlled-pilot-execution/",
  "energyops_controlled_pilot_execution": {
    "page": "/energyops-controlled-pilot-execution/",
    "schema": "/schemas/energyops-controlled-pilot-execution.schema.json",
    "function": "/api/energyops-controlled-pilot-execution",
    "example": "/examples/energyops-controlled-pilot-execution.json",
    "tool": "energyops",
    "purpose": "controlled pilot execution for EnergyOps interconnection packet readiness"
  },
  "client_offers_v1": {
    "url": "/client-offers/",
    "offers": [
      "tokenops",
      "financeops",
      "energyops"
    ],
    "description": "Client and agent workflow offer pages with inputs, outputs, fit, and request paths."
  },
  "provider_sandbox_activation_v1": {
    "name": "Provider Sandbox Activation v1",
    "url": "/provider-sandbox-activation/",
    "description": "Binds provider sandbox/test events to webhook verification, credit funding, settlement receipts, and controlled pilot eligibility.",
    "schemas": [
      "/schemas/provider-sandbox-activation.schema.json",
      "/schemas/provider-sandbox-test-event.schema.json",
      "/schemas/provider-credit-funding-test-result.schema.json"
    ],
    "examples": [
      "/examples/provider-sandbox-activation-tokenops.json",
      "/examples/provider-sandbox-test-event-tokenops.json",
      "/examples/provider-credit-funding-test-result-tokenops.json"
    ]
  },
  "links": [
    {
      "name": "Operating model",
      "url": "https://weverlabs.com/operating-model/"
    },
    {
      "name": "Agent Observatory",
      "url": "https://weverlabs.com/workflow-observatory/"
    },
    {
      "rel": "pilot_offer_review",
      "href": "/pilot-offer-review/",
      "title": "Pilot Offer Review"
    },
    {
      "name": "Free Agent Allowance Wallet",
      "url": "https://weverlabs.com/free-agent-wallet/"
    },
    {
      "rel": "agent_use_pack",
      "href": "/agent-use/",
      "title": "Agent Use Pack"
    },
    {
      "rel": "live_prospect_sprint",
      "href": "/live-prospect-sprint/",
      "title": "Live Prospect Sprint"
    },
    {
      "name": "Production Write Gate",
      "url": "/production-write-gate/"
    },
    {
      "name": "Customer Production Runs",
      "url": "/customer-production-runs/"
    },
    {
      "title": "MCP Server Wrapper",
      "url": "https://weverlabs.com/mcp-server-wrapper/",
      "api": "https://weverlabs.com/api/mcp"
    },
    {
      "name": "Receipt Verification",
      "url": "/receipt-verification/"
    }
  ],
  "pilot_offer_intake": {
    "name": "Pilot Offer Intake",
    "url": "https://weverlabs.com/pilot-offer-intake/",
    "api": "https://weverlabs.com/api/pilot-offer-intake",
    "tools": [
      "packetops",
      "distributionops",
      "tokenops",
      "financeops",
      "energyops"
    ],
    "purpose": "route client or agent work into the matching Wever Labs operating tool rail"
  },
  "capabilities": [
    "pilot_offer_review",
    {
      "id": "controlled_operating_loops",
      "name": "Controlled Operating Loops",
      "description": "Agent loops with validation, exceptions, review, and return packages.",
      "url": "/controlled-operating-loops/"
    },
    {
      "key": "pilot_run_routing",
      "label": "Pilot Run Routing",
      "path": "/pilot-run-routing/",
      "endpoint": "/api/pilot-run-routing",
      "review": "operator_only_route_package_no_release_no_charge_no_external_action"
    },
    {
      "key": "qualified_pilot_outreach_sprint",
      "label": "Qualified Pilot Outreach Sprint",
      "path": "/qualified-pilot-outreach-sprint/",
      "api": "/api/qualified-pilot-outreach-sprint",
      "visibility": "operator",
      "summary": "Build and track five qualified PacketOps or DiligenceOps pilot conversations."
    },
    {
      "name": "Customer Workflow Production",
      "key": "customer_workflow_production",
      "path": "/customer-workflow-production/",
      "api": "/api/customer-workflow-production",
      "summary": "Customer-forward path for turning bounded requests into repeatable workflow packages."
    },
    {
      "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."
    },
    "production_write_gate_v1",
    "customer_production_runs_v1",
    {
      "label": "MCP Server Wrapper v1",
      "description": "Agents use Wever Labs as an MCP-style tool surface for rail discovery, quotes, payment challenge, run start, status, return package, receipt, and production write validation.",
      "path": "/mcp-server-wrapper/",
      "api": "/api/mcp"
    },
    {
      "key": "first_paid_production_run_execution_v1",
      "label": "First Paid Production Run Execution v1",
      "path": "/first-paid-production-run/",
      "api": "/api/first-paid-production-run-execution",
      "schema": "/schemas/first-paid-production-run-execution.schema.json",
      "description": "Execute one paid PacketOps or DiligenceOps run through customer account, work order, payment reference, MCP tool path, return package, receipt, proof hash, and completion signature.",
      "supported_rails": [
        "packetops",
        "diligenceops"
      ],
      "status": "active"
    },
    {
      "key": "receipt_verification_endpoint_v1",
      "label": "Receipt Verification Endpoint v1",
      "path": "/receipt-verification/",
      "api": "/api/receipt-verification",
      "schema": "/schemas/receipt-verification.schema.json",
      "description": "Verify that a receipt hash and signature belong to the same production run and return package used by PacketOps or DiligenceOps.",
      "supported_rails": [
        "packetops",
        "diligenceops"
      ],
      "status": "active"
    }
  ],
  "pilot_client_agent_offer_launch": {
    "page": "https://weverlabs.com/pilot-client-agent-offer-launch/",
    "request_schema": "https://weverlabs.com/schemas/pilot-client-agent-offer-launch-request.schema.json",
    "runtime_route": "https://weverlabs.com/api/pilot-client-agent-offer-launch"
  },
  "x-weverlabs-pilot-invitation-response-workflow-v1": {
    "url": "https://weverlabs.com/pilot-invitation-response-workflow/",
    "purpose": "pilot invitation response before launch authorization"
  },
  "x-weverlabs-energyops_runtime_pilot_run": {
    "surface": "operator_activation",
    "public_navigation": false,
    "route": "/api/energyops-runtime-pilot-run"
  },
  "agent_api_quickstart": {
    "url": "https://weverlabs.com/agent-api-quickstart/",
    "json": "https://weverlabs.com/api/agent-api-quickstart",
    "allowed_tools": [
      "tokenops",
      "financeops",
      "energyops",
      "packetops",
      "distributionops"
    ]
  },
  "invite_only_pilot_launch_v1": {
    "page": "https://weverlabs.com/agent-rail-checkout/",
    "runtime_route": "https://weverlabs.com/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"
  },
  "agent_cafe": {
    "public_path": "/agent-cafe/",
    "catalog_endpoint": "/api/agent-cafe",
    "request_log_endpoint": "/api/agent-cafe-request-log",
    "rail_checkout_endpoint": "/api/agent-rail-checkout",
    "agent_first": true
  },
  "wever_labs_scout_v1": {
    "page": "https://weverlabs.com/wever-labs-scout/",
    "api": "https://weverlabs.com/api/wever-labs-scout",
    "schema": "https://weverlabs.com/schemas/wever-labs-scout-request.schema.json",
    "summary": "Scout records possible agent-facing targets, recommends a Wever Labs rail, scores fit, and generates draft-only outreach for operator review.",
    "operator_boundary": "draft_review_before_outreach"
  },
  "scout_operator_console": "https://weverlabs.com/wever-labs-scout-operator-console/",
  "pilot_workspace": "https://weverlabs.com/pilot-workspace/",
  "wever_labs_scout_real_target_pack_v1": {
    "path": "/api/scout-real-target-pack",
    "purpose": "Seed real agent ecosystem targets into Scout and workspace candidates"
  },
  "wever_labs_scout": {
    "signal_feed": "/api/agent-cafe",
    "operator_signal_console": "/scout-agent-signals/",
    "signal_automation": "Scout scores targets, publishes rail signals, and feeds agent-facing surfaces."
  },
  "wever_labs_private_operator_surfaces": [
    "pilot-workspace-proof-review"
  ],
  "wever_labs_diligenceops": {
    "url": "https://weverlabs.com/operating-tools/diligenceops/",
    "api": "https://weverlabs.com/api/diligenceops-mvp-runtime-run",
    "description": "DiligenceOps reviews diligence packets and returns evidence inventory, missing items, risk summary, readiness score, and attestation."
  },
  "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"
    ]
  },
  "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."
  },
  "scout_controlled_distribution_loop": {
    "name": "Scout Controlled Distribution Loop",
    "url": "https://weverlabs.com/scout-controlled-distribution-loop/",
    "api": "https://weverlabs.com/api/scout-controlled-distribution-loop",
    "schema": "https://weverlabs.com/schemas/scout-controlled-distribution-loop.schema.json",
    "operator_boundary": "draft_review_before_outreach"
  },
  "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."
  },
  "external_submission_status_console_v1": {
    "summary": "Operator console for copying external listing packages and tracking ready, submitted, listed, response, follow-up, archived, and blocked states."
  },
  "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": {
    "api": "https://weverlabs.com/api/loop-review-console?compact=true",
    "purpose": "Return compact review counts and small review cards so operators do not have to read full proof-envelope JSON during routine checks.",
    "full_api": "https://weverlabs.com/api/loop-review-console",
    "operator_only": true
  },
  "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"
    ],
    "operator_boundary": "Release and submission states are tracked for operator review."
  },
  "sample_return_packages_v1": {
    "public_path": "/sample-return-packages/",
    "api": "/api/sample-return-packages",
    "schema": "/schemas/sample-return-package.schema.json",
    "purpose": "Show realistic PacketOps, DiligenceOps, Scout, and Loop Review sample outputs so agents and customers can inspect return packages before a pilot run.",
    "operator_boundary": "Sample packages are read-only examples. They show output shape before a run."
  },
  "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",
    "examples": [
      "https://weverlabs.com/examples/pilot-intake-request-packetops.json",
      "https://weverlabs.com/examples/pilot-intake-request-diligenceops.json"
    ],
    "operator_boundary": "Intake records a bounded request for review."
  },
  "directory_submission_sprint": {
    "page": "https://weverlabs.com/directory-submission-sprint/",
    "api": "https://weverlabs.com/api/directory-submission-sprint",
    "access": "operator_only",
    "purpose": "Move prepared agent-directory listing packages through manual submitted, listed, response, follow-up, or archive states."
  },
  "diligenceops_stripe_product_links_v1": {
    "title": "DiligenceOps Stripe Product Links",
    "url": "https://weverlabs.com/diligenceops-stripe-product-links/",
    "api": "https://weverlabs.com/api/diligenceops-stripe-product-links",
    "description": "Entry, Standard, and Pro Stripe product link configuration for DiligenceOps review runs."
  },
  "generated_at": "2026-06-24T00:00:00Z",
  "contractops_discovery_design_v1": {
    "title": "ContractOps Discovery Design",
    "url": "https://weverlabs.com/contractops-discovery/",
    "api": "https://weverlabs.com/api/contractops-discovery",
    "schema": "https://weverlabs.com/schemas/contractops-discovery.schema.json",
    "description": "Review-package design for obligation inventories, renewal-date maps, clause exception summaries, redline question lists, and attestation. Contract review package.",
    "return_package": [
      "obligation_inventory",
      "renewal_date_map",
      "clause_exception_summary",
      "redline_question_list",
      "operator_review_state",
      "attestation"
    ],
    "operator_boundary": "Contract outputs are organized for operator or counsel review."
  },
  "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."
  },
  "pilot_conversion_sprint": {
    "page": "https://weverlabs.com/pilot-conversion-sprint/",
    "api": "https://weverlabs.com/api/pilot-conversion-sprint",
    "schema": "https://weverlabs.com/schemas/pilot-conversion-sprint.schema.json",
    "public_navigation": false,
    "operator_boundary": "Records review and conversion states for accepted pilots."
  },
  "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",
    "purpose": "Draft operator-reviewed pilot invitations for qualified targets.",
    "operator_boundary": "Outreach drafts are prepared for review."
  },
  "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."
  },
  "first_pilot_run_execution": {
    "name": "First Pilot Run Execution",
    "url": "https://weverlabs.com/first-pilot-run-execution/",
    "api": "https://weverlabs.com/api/first-pilot-run-execution",
    "schema": "https://weverlabs.com/schemas/first-pilot-run-execution.schema.json",
    "description": "Operator-only execution desk for route-ready PacketOps and DiligenceOps pilot runs. Creates review packages only and keeps release behind the operator review."
  },
  "pilot_return_review_delivery_gate_v1": {
    "label": "Pilot Return Review + Delivery Gate v1",
    "page": "/pilot-return-review-delivery-gate/",
    "endpoint": "/api/pilot-return-review-delivery-gate",
    "schema": "/schemas/pilot-return-review-delivery-gate.schema.json",
    "examples": [
      "/examples/pilot-return-review-delivery-gate-read.json",
      "/examples/pilot-return-review-delivery-gate-build-package.json",
      "/examples/pilot-return-review-delivery-gate-record-decision.json"
    ],
    "operator_boundary": "Record delivery decisions only. Delivery and next-step states are recorded.",
    "states": [
      "pilot_run_complete",
      "pilot_return_hold",
      "pilot_return_needs_more_information",
      "pilot_return_approved_for_delivery",
      "pilot_return_delivered",
      "paid_next_step_ready"
    ]
  },
  "june_9_field_note_v1": {
    "label": "The First Customer Path Becomes a Pilot Run",
    "date": "2026-06-09",
    "url": "/field-notes/the-first-customer-path-reaches-the-operator-gate.html"
  },
  "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"
    ]
  },
  "pilot_conversation_tracker": "https://weverlabs.com/api/pilot-conversation-tracker",
  "activation_surfaces": [
    {
      "key": "pilot_to_paid_workflow_readiness",
      "label": "Pilot to Paid Workflow Readiness",
      "public_path": "/pilot-to-paid-run/",
      "api": "/api/pilot-to-paid-run",
      "related": [
        "/workflow-rail-shelf/",
        "/pilot-intake/",
        "/first-customer-proof-snapshot/"
      ]
    },
    {
      "key": "agent_use_pack_v1",
      "label": "Agent Use Pack",
      "public_path": "/agent-use/",
      "api": "/api/agent-use",
      "related": [
        "/rail-run-starter/",
        "/agent-pricing/",
        "/sample-return-packages/"
      ]
    },
    {
      "key": "live_prospect_sprint_v1",
      "label": "Live Prospect Sprint",
      "public_path": "/live-prospect-sprint/",
      "api": "/api/live-prospect-sprint",
      "related": [
        "/agent-use/",
        "/pilot-intake/",
        "/customer-workflow-production/"
      ]
    },
    {
      "key": "production_write_gate_v1",
      "label": "Production Write Gate",
      "public_path": "/production-write-gate/",
      "api": "/api/production-write-gate",
      "related": [
        "/agent-use/",
        "/customer-production-runs/"
      ]
    },
    {
      "key": "customer_production_runs_v1",
      "label": "Customer Production Runs",
      "public_path": "/customer-production-runs/",
      "api": "/api/customer-production-runs",
      "related": [
        "/agent-use/",
        "/production-write-gate/",
        "/sample-return-packages/"
      ]
    },
    {
      "label": "MCP Tools",
      "path": "/mcp-server-wrapper/",
      "api": "/api/mcp",
      "state": "active"
    },
    {
      "key": "first_paid_production_run_execution_v1",
      "label": "First Paid Production Run",
      "public_path": "/first-paid-production-run/",
      "api": "/api/first-paid-production-run-execution",
      "related": [
        "/api/mcp",
        "/customer-production-runs/",
        "/live-prospect-sprint/"
      ]
    }
  ],
  "workflow_rail_shelf": {
    "public_path": "/workflow-rail-shelf/",
    "api": "/api/workflow-rail-shelf"
  },
  "agent_workbench": {
    "public_path": "/agent-dashboard/",
    "api": "/api/agent-dashboard",
    "summary": "Choose a rail, start a bounded workflow, and view the return package shape.",
    "recommended_first_rails": [
      "packetops",
      "diligenceops"
    ]
  },
  "os_agent_workbench": {
    "operator_path": "/os-production-runbook/",
    "api": "/api/os-production-runbook",
    "public_navigation": false
  },
  "rail_run_starter_v1": {
    "page": "https://weverlabs.com/rail-run-starter/",
    "api": "https://weverlabs.com/api/rail-run-starter",
    "schema": "https://weverlabs.com/schemas/rail-run-starter.schema.json",
    "description": "Product-first start desk for choosing a Wever Labs rail, seeing the returned package, and starting a bounded workflow."
  },
  "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"
  },
  "wallet_bound_rail_run_v1": {
    "name": "Wallet-Bound Rail Run",
    "url": "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",
    "description": "Wallet-bound rail runs connect the Free Agent Allowance Wallet, payment intent, settlement reference, receipt ledger, and returned package for PacketOps and DiligenceOps work.",
    "first_rails": [
      "packetops",
      "diligenceops"
    ]
  },
  "agent_commercial_layer": {
    "page": "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"
    ]
  },
  "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"
    ]
  },
  "pricing_separation_v1": {
    "page": "https://weverlabs.com/pricing-separation/",
    "summary": "Operating tools are priced by rail or package. Wallet movement fees attach to completed agent-to-agent movement."
  },
  "developer_fee_path_v1": {
    "page": "https://weverlabs.com/developer-fee-path/",
    "api": "https://weverlabs.com/api/developer-fee-path",
    "schema": "https://weverlabs.com/schemas/developer-fee-path.schema.json",
    "summary": "Usage-based SDK/API fee path for MCP servers, agent builders, and payment-enabled tools."
  },
  "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"
  },
  "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"
    ]
  },
  "production_write_gate_v1": {
    "label": "Production Write Gate v1",
    "public_path": "/production-write-gate/",
    "api_path": "/api/production-write-gate",
    "schema": "/schemas/production-write-gate.schema.json",
    "summary": "Selected agents use scoped keys, idempotency, HTTPS callback validation, allowed rail checks, and audit events for production writes.",
    "modes": [
      "request_production_access",
      "issue_scoped_agent_key",
      "validate_production_write",
      "record_production_write_audit",
      "rotate_scoped_agent_key"
    ]
  },
  "customer_production_runs_v1": {
    "label": "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 paid production runs carry customer account, work order, payment reference, return package, receipt, and completion state.",
    "supported_rails": [
      "packetops",
      "diligenceops"
    ]
  },
  "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"
    ]
  },
  "first_paid_production_run_execution_v1": {
    "label": "First Paid Production Run Execution v1",
    "public_path": "https://weverlabs.com/first-paid-production-run/",
    "api": "https://weverlabs.com/api/first-paid-production-run-execution",
    "schema": "https://weverlabs.com/schemas/first-paid-production-run-execution.schema.json",
    "mcp_tool": "execute_first_paid_production_run",
    "summary": "Execute and verify the first paid PacketOps or DiligenceOps run with payment reference, return package, receipt, proof hash, and completion signature.",
    "supported_rails": [
      "packetops",
      "diligenceops"
    ],
    "state": "active"
  },
  "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"
  },
  "agent_first_direction_v1": {
    "status": "active",
    "principle": "Agents are the primary users of Wever Labs. Public pages explain the surface, but tests and runs are performed through agent-readable discovery, MCP, APIs, payment references, return packages, receipts, and verification packets.",
    "avoid": "Do not route the next proof through agent principal selling. Use synthetic agents and external agents to test agent-to-agent workflows."
  },
  "agent_first_direction": "Agents are the primary users. Public pages state callable actions. Machine-readable descriptors are the operating surface.",
  "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
      }
    }
  },
  "agentic_external_invocation_persistence_enforcement_rotation_submission_v1": {
    "status": "active",
    "pages": [
      "/external-agent-invocation-test/",
      "/persistent-regression-store/",
      "/credential-enforcement-middleware/",
      "/signing-secret-rotation/",
      "/directory-submission-execution/"
    ],
    "apis": [
      "/api/external-agent-invocation-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"
    ],
    "success_marker": "external_agent_invocation_test returns transcript_hash; regression report can be persisted or exported; credentials enforce scoped writes; signing versions rotate; directory submission returns submission_hash."
  },
  "agentic_external_invoke_store_enforce_rotate_submit_v1": {
    "status": "active",
    "pages": [
      "/external-agent-invocation-test/",
      "/persistent-regression-store/",
      "/credential-enforcement-middleware/",
      "/signing-secret-rotation/",
      "/directory-submission-execution/"
    ],
    "apis": [
      "/api/external-agent-invocation-test",
      "/api/persistent-regression-store",
      "/api/credential-enforcement-middleware",
      "/api/signing-secret-rotation",
      "/api/directory-submission-execution"
    ],
    "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"
    ]
  },
  "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/"
    }
  ],
  "supported_rails": [
    "packetops",
    "diligenceops",
    "energyops",
    "distributionops",
    "tokenops",
    "financeops",
    "contractops",
    "scout"
  ],
  "pricing_model": "free_tools_movement_fees",
  "movement_fee_schedule": "https://weverlabs.com/api/agent-pricing",
  "active_rail_catalog": "https://weverlabs.com/api/active-rail-catalog",
  "mcp_endpoint": "https://weverlabs.com/api/mcp",
  "free_agent_tools_index": "https://weverlabs.com/free-agent-tools/",
  "external_agent_client_runner": "https://weverlabs.com/external-agent-client-runner/",
  "agent_discovery_distribution_plan": "https://weverlabs.com/os-agent-discovery-distribution-plan/",
  "persistent_store": {
    "policy_pack": "https://weverlabs.com/supabase-rls-policy-pack/",
    "receipt_ledger": "https://weverlabs.com/persistent-receipt-ledger/",
    "benchmark_promotion": "https://weverlabs.com/persistent-benchmark-promotion/",
    "credential_registry": "https://weverlabs.com/issued-credential-registry/"
  },
  "live_verification_registry_mcp_a2a_x402_v1": {
    "live_supabase_verification_v1": {
      "status": "active",
      "page": "/live-supabase-verification/",
      "api": "/api/live-supabase-verification",
      "schema": "/schemas/live-supabase-verification.schema.json",
      "mcp_tools": [
        "run_live_supabase_verification",
        "read_live_supabase_verification"
      ]
    },
    "external_registry_submission_run_v1": {
      "status": "active",
      "page": "/os-registry-submission-run/",
      "api": "/api/os-registry-submission-run",
      "schema": "/schemas/external-registry-submission-run.schema.json",
      "mcp_tool": "execute_external_registry_submission_run"
    },
    "mcp_package_metadata_v1": {
      "status": "active",
      "page": "/mcp-package-metadata/",
      "api": "/api/mcp-package-metadata",
      "package_files": [
        "/mcp-package/README.md",
        "/mcp-package/package.json",
        "/mcp-package/RELEASE_NOTES.md"
      ],
      "mcp_tool": "build_mcp_package_metadata"
    },
    "a2a_agent_card_hardening_v1": {
      "status": "active",
      "page": "/a2a-agent-card-hardening/",
      "api": "/api/a2a-agent-card-hardening",
      "agent_card": "/.well-known/agent-card.json",
      "mcp_tool": "validate_a2a_agent_card"
    },
    "x402_payment_challenge_adapter_v1": {
      "status": "active",
      "page": "/x402-payment-challenge-adapter/",
      "api": "/api/x402-payment-challenge-adapter",
      "mcp_tool": "create_x402_payment_challenge",
      "fallback": "payment_reference"
    },
    "public_agent_client_repo_v1": {
      "status": "active",
      "page": "/public-agent-client-repo/",
      "api": "/api/public-agent-client-repo",
      "client_files": [
        "/agent-client/README.md",
        "/agent-client/package.json"
      ],
      "mcp_tool": "build_public_agent_client_repo"
    },
    "directory_status_console_v1": {
      "status": "active",
      "mcp_tools": [
        "update_directory_status_record",
        "read_directory_status_console"
      ]
    }
  },
  "a2a_agent_card": "https://weverlabs.com/.well-known/agent-card.json",
  "mcp_package_metadata": "https://weverlabs.com/api/mcp-package-metadata",
  "agent_self_serve_paid_rail_loop": "https://weverlabs.com/api/agent-self-serve-rail-loop",
  "agent_payment_reference_completion": "https://weverlabs.com/agent-payment-reference-completion/",
  "payment_reference_completion": {
    "api_path": "https://weverlabs.com/api/agent-self-serve-rail-loop",
    "mode": "complete_payment_reference_run",
    "canonical_mode": "complete_paid_rail_run",
    "accepted_reference_fields": [
      "payment_reference",
      "wallet_reference",
      "invoice_reference",
      "stablecoin_reference",
      "x402_reference",
      "ap2_mandate_reference"
    ],
    "returns": [
      "production_run",
      "return_package",
      "receipt",
      "verification_packet",
      "receipt_ledger_entry",
      "transcript_hash"
    ]
  },
  "payment_authority_layer_v1": {
    "public_path": "https://weverlabs.com/payment-authority-layer/",
    "api": "https://weverlabs.com/api/payment-authority-layer",
    "description": "Optional authority abstraction for Stripe Checkout, Stripe stablecoin/crypto readiness, and internal wallet or allowance references.",
    "authority_types": [
      "stripe_checkout",
      "stripe_stablecoin_checkout",
      "agent_allowance_reference",
      "wallet_reference"
    ],
    "rail_completion_endpoint": "https://weverlabs.com/api/agent-self-serve-rail-loop"
  },
  "callback_completion_v1": {
    "state": "active",
    "public_path": "https://weverlabs.com/agent-paid-callback-completion/",
    "api_path": "https://weverlabs.com/api/agent-paid-callback-completion",
    "description": "Paid rail completion can build callback-ready proof, optionally deliver to HTTPS callback_url, and store callback receipt evidence."
  },
  "credential_enforcement_dry_run_v1": {
    "state": "active",
    "public_path": "https://weverlabs.com/credential-enforcement-agent-test/",
    "api_path": "https://weverlabs.com/api/credential-enforcement-agent-test",
    "description": "Credential agent test proves allow and deny boundaries before production write expansion."
  },
  "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",
    "summary": "Receiver examples for providers, agents, and workflow systems that need to accept callback proof after paid rail completion.",
    "receiver_contract": {
      "method": "POST",
      "transport": "public_https",
      "store_fields": [
        "callback_hash",
        "receipt_hash",
        "receipt_signature",
        "return_package_id",
        "verification_id",
        "transcript_hash"
      ]
    },
    "mcp_tool": "get_provider_callback_receiver_examples"
  },
  "official_mcp_registry": {
    "name": "com.weverlabs/agentic-rails",
    "title": "Wever Labs Agentic Rails",
    "status": "active",
    "endpoint": "https://weverlabs.com/api/mcp",
    "registry_repo": "https://github.com/CodeWever/wever-labs-mcp-registry"
  },
  "agent_operating_products_v1": {
    "public_path": "/agent-operating-products/",
    "api_path": "/api/agent-operating-products",
    "count": 17,
    "products": [
      {
        "key": "receipt-passport",
        "title": "Receipt Passport",
        "path": "/receipt-passport/",
        "api_path": "/api/receipt-passport",
        "summary": "Create a short, portable proof object for a completed rail run. Agents use it to verify receipt state without carrying the full run payload."
      },
      {
        "key": "return-package-viewer",
        "title": "Return Package Viewer",
        "path": "/return-package-viewer/",
        "api_path": "/api/return-package-viewer",
        "summary": "Read a rail return package in a clean shape. Agents get JSON. Humans get the same facts in a page that shows what was checked, what is missing, and what proof was issued."
      },
      {
        "key": "agent-allowance-console",
        "title": "Agent Allowance Console",
        "path": "/agent-allowance-console/",
        "api_path": "/api/agent-allowance-console",
        "summary": "Create bounded permission records for an agent. Set allowed rails, max usage per run, run count, callback requirement, and expiration."
      },
      {
        "key": "callback-health-monitor",
        "title": "Callback Health Monitor",
        "path": "/callback-health-monitor/",
        "api_path": "/api/callback-health-monitor",
        "summary": "Check whether a callback receiver is alive, accepts proof payloads, and returns an acknowledgment shape an agent can trust."
      },
      {
        "key": "agent-work-order-exchange",
        "title": "Agent Work Order Exchange",
        "path": "/agent-work-order-exchange/",
        "api_path": "/api/agent-work-order-exchange",
        "summary": "Post or request a bounded work package that another agent or operator can route into a rail."
      },
      {
        "key": "agent-budget-guard",
        "title": "Agent Budget Guard",
        "path": "/agent-budget-guard/",
        "api_path": "/api/agent-budget-guard",
        "summary": "Return allow or deny decisions before an agent exceeds permitted runs, fees, rails, or callback destinations."
      },
      {
        "key": "agent-sla-rail",
        "title": "Agent SLA Rail",
        "path": "/agent-sla-rail/",
        "api_path": "/api/agent-sla-rail",
        "summary": "Create an operational promise around a rail run: response expectation, callback requirement, retry count, proof requirements, and failure behavior."
      },
      {
        "key": "agent-trust-scorecard",
        "title": "Agent Trust Scorecard",
        "path": "/agent-trust-scorecard/",
        "api_path": "/api/agent-trust-scorecard",
        "summary": "Show proof-based trust signals for an agent or provider: completed runs, verified receipts, callback success, denied attempts, supported rails, and last seen."
      },
      {
        "key": "payment-authority-inspector",
        "title": "Payment Authority Inspector",
        "path": "/payment-authority-inspector/",
        "api_path": "/api/payment-authority-inspector",
        "summary": "Take a payment reference and return what an agent can safely do with it: paid, pending, agent-test only, allowed rail, amount, expiration, and run permission."
      },
      {
        "key": "x402-agent-test-gateway",
        "title": "x402 Payment Gateway",
        "path": "/x402-agent-test-gateway/",
        "api_path": "/api/x402-agent-test-gateway",
        "summary": "Accept x402-style optional authority references, bind them to a requested rail, and return unlock, receipt, and proof fields."
      },
      {
        "key": "ap2-mandate-agent-test",
        "title": "AP2 Mandate Gateway",
        "path": "/ap2-mandate-agent-test/",
        "api_path": "/api/ap2-mandate-agent-test",
        "summary": "Parse an AP2-style mandate reference and bind it to a rail run receipt model without live settlement."
      },
      {
        "key": "agent-to-agent-handoff-pack",
        "title": "Agent-to-Agent Handoff Pack",
        "path": "/agent-to-agent-handoff-pack/",
        "api_path": "/api/agent-to-agent-handoff-pack",
        "summary": "Package completed work so another agent can pick it up: task summary, return package, exception object, receipt passport, callback target, and next action."
      },
      {
        "key": "proof-inbox",
        "title": "Proof Inbox",
        "path": "/proof-inbox/",
        "api_path": "/api/proof-inbox",
        "summary": "Read a single inbox view of completed runs, receipts, callback events, exceptions, and directory status events."
      },
      {
        "key": "rail-sandbox-playground",
        "title": "Rail Playground",
        "path": "/rail-playground/",
        "api_path": "/api/rail-playground",
        "summary": "Run PacketOps and DiligenceOps style tests with safe sample data and agent-test receipts."
      },
      {
        "key": "agent-escrow-lite",
        "title": "Agent Escrow Lite",
        "path": "/agent-escrow-lite/",
        "api_path": "/api/agent-escrow-lite",
        "summary": "Create a pending completion authority record that releases only when the required proof package exists."
      },
      {
        "key": "agent-invoice-rail",
        "title": "Agent Invoice Rail",
        "path": "/agent-invoice-rail/",
        "api_path": "/api/agent-invoice-rail",
        "summary": "Create an invoice-style reference for a rail run when instant checkout is not the right payment flow."
      },
      {
        "key": "proof-relay",
        "title": "Proof Relay",
        "path": "/proof-relay/",
        "api_path": "/api/proof-relay",
        "summary": "Receive proof from one agent and relay it to an approved callback receiver with allowlist and audit fields."
      }
    ],
    "added_in": "agent_operating_products_public_v1"
  },
  "wever_labs_public_paid_workflow_v1": {
    "public_path": "/agent-paid-workflow/",
    "sequence": [
      "agent-allowance-console",
      "unified-agent-checkout",
      "diligenceops-paid-run",
      "receipt-passport",
      "agent-work-order-exchange",
      "proof-relay"
    ],
    "apis": [
      "/api/agent-allowance-console",
      "/api/unified-agent-checkout",
      "/api/diligenceops-paid-run",
      "/api/receipt-passport",
      "/api/agent-work-order-exchange",
      "/api/proof-relay"
    ],
    "commerce_state": "paid_agent_use_available"
  },
  "agent_start_hub": {
    "public_path": "/agents-start-here/",
    "api_path": "/api/agents-start-here",
    "sandbox": "/agent-sandbox/",
    "passport": "/agent-passport/",
    "registry": "/agent-registry/",
    "work_order_exchange": "/work-order-exchange/"
  },
  "agent_product_expansion": [
    {
      "slug": "agent-run-ledger",
      "label": "Agent Run Ledger",
      "api_path": "/api/agent-run-ledger",
      "public_path": "/agent-run-ledger/",
      "kind": "commercial_product"
    },
    {
      "slug": "agent-retry-manager",
      "label": "Agent Retry Manager",
      "api_path": "/api/agent-retry-manager",
      "public_path": "/agent-retry-manager/",
      "kind": "commercial_product"
    },
    {
      "slug": "agent-proof-diff",
      "label": "Agent Proof Diff",
      "api_path": "/api/agent-proof-diff",
      "public_path": "/agent-proof-diff/",
      "kind": "commercial_product"
    },
    {
      "slug": "agent-policy-binder",
      "label": "Agent Policy Binder",
      "api_path": "/api/agent-policy-binder",
      "public_path": "/agent-policy-binder/",
      "kind": "commercial_product"
    },
    {
      "slug": "agent-vendor-packet-rail",
      "label": "Agent Vendor Packet Rail",
      "api_path": "/api/agent-vendor-packet-rail",
      "public_path": "/agent-vendor-packet-rail/",
      "kind": "vertical_rail"
    },
    {
      "slug": "agent-claimsops",
      "label": "Agent ClaimsOps",
      "api_path": "/api/agent-claimsops",
      "public_path": "/agent-claimsops/",
      "kind": "vertical_rail"
    },
    {
      "slug": "agent-legal-intakeops",
      "label": "Agent Legal IntakeOps",
      "api_path": "/api/agent-legal-intakeops",
      "public_path": "/agent-legal-intakeops/",
      "kind": "vertical_rail"
    },
    {
      "slug": "agent-healthcare-adminops",
      "label": "Agent Healthcare AdminOps",
      "api_path": "/api/agent-healthcare-adminops",
      "public_path": "/agent-healthcare-adminops/",
      "kind": "vertical_rail"
    },
    {
      "slug": "agent-real-estate-transactionops",
      "label": "Agent Real Estate TransactionOps",
      "api_path": "/api/agent-real-estate-transactionops",
      "public_path": "/agent-real-estate-transactionops/",
      "kind": "vertical_rail"
    },
    {
      "slug": "agent-grantops",
      "label": "Agent GrantOps",
      "api_path": "/api/agent-grantops",
      "public_path": "/agent-grantops/",
      "kind": "vertical_rail"
    },
    {
      "slug": "agent-procurementops",
      "label": "Agent ProcurementOps",
      "api_path": "/api/agent-procurementops",
      "public_path": "/agent-procurementops/",
      "kind": "vertical_rail"
    },
    {
      "slug": "agent-business-travelops",
      "label": "Agent TravelOps for Business",
      "api_path": "/api/agent-business-travelops",
      "public_path": "/agent-business-travelops/",
      "kind": "vertical_rail"
    },
    {
      "slug": "agent-compliance-evidenceops",
      "label": "Agent Compliance EvidenceOps",
      "api_path": "/api/agent-compliance-evidenceops",
      "public_path": "/agent-compliance-evidenceops/",
      "kind": "flagship_rail"
    },
    {
      "slug": "agent-rail-opportunity-map",
      "label": "Agent Rail Opportunity Map",
      "api_path": "/api/agent-rail-opportunity-map",
      "public_path": "/agent-rail-opportunity-map/",
      "kind": "strategy_surface"
    }
  ],
  "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"
    ]
  },
  "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"
    ]
  },
  "free_proof_run_v1": {
    "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"
  },
  "recommended_first_agent_path": [
    "/free-proof-run/",
    "/agents-start-here/",
    "/api/mcp",
    "/agent-run-clearing-spine/"
  ],
  "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",
    "rail_counts": {
      "primary_operating_rails": 8,
      "expanded_vertical_rails": 9,
      "run_spine_and_proof_tools": 12
    },
    "included_rail_keys": [
      "packetops",
      "diligenceops",
      "energyops",
      "distributionops",
      "tokenops",
      "financeops",
      "contractops",
      "scout",
      "compliance_evidenceops",
      "vendor_packet_rail",
      "claimsops",
      "legal_intakeops",
      "healthcare_adminops",
      "real_estate_transactionops",
      "grantops",
      "procurementops",
      "business_travelops"
    ]
  },
  "claude_evidence_analysis_v1": {
    "public_path": "/evidence-analysis/",
    "api_path": "/api/claude-evidence-analysis",
    "rail_key": "compliance_evidenceops",
    "model_provider": "anthropic",
    "requires_env": [
      "ANTHROPIC_API_KEY"
    ],
    "returns": [
      "evidence_summary",
      "missing_evidence",
      "risk_notes",
      "readiness_score_rationale",
      "recommended_next_action",
      "receipt_passport",
      "proof_hash"
    ]
  },
  "claude_evidence_analysis_demo": {
    "public_path": "/evidence-analysis/",
    "api_path": "/api/claude-evidence-analysis",
    "rail_key": "compliance_evidenceops",
    "model_provider": "anthropic",
    "status": "live_verified",
    "guardrails": "GET sample does not call the model provider. POST is bounded by body-size and daily rate guardrails."
  },
  "claude_proof_relay_binding": {
    "public_path": "/analysis-proof-relay/",
    "api_path": "/api/claude-proof-relay",
    "mcp_tool": "run_claude_proof_relay",
    "purpose": "Move Evidence Analysis output through Receipt Passport, Agent Run Ledger, Proof Relay, and Retry Manager state."
  },
  "investor_demo_v2": {
    "public_path": "/investor-demo/",
    "api_path": "/api/investor-demo-v2",
    "description": "One-click proof arc for investor and agent reviewers."
  },
  "stripe_receipt_completion": {
    "public_path": "/stripe-receipt-completion/",
    "api_path": "/api/stripe-receipt-completion",
    "mcp_tool": "run_stripe_receipt_completion",
    "summary": "Complete a paid rail run from Stripe checkout session or payment reference into Receipt Passport, ledger entry, and Proof Relay state."
  },
  "durable_usage_ledger_v1": {
    "public_path": "/durable-usage-ledger/",
    "api_path": "/api/durable-usage-ledger",
    "mcp_tool": "run_durable_usage_ledger_event",
    "purpose": "Record proof, receipt, relay, and usage activity as ledger-compatible events."
  },
  "callable_agent_surfaces_v5": {
    "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"
  },
  "investor_review": {
    "proof_pack_path": "/investor-proof-pack/",
    "proof_pack_pdf": "/assets/investor-proof-pack/Wever_Labs_Investor_Proof_Pack_2026-06-28.pdf",
    "memo_status": "archived_to_avoid_confusion"
  },
  "agent_storefront": {
    "public_path": "/agent-store/",
    "free_access": true,
    "login_required": false,
    "feedback_model": "on each product page",
    "supported_agent_systems": [
      "OpenClaw",
      "Hermes",
      "Claude",
      "ChatGPT",
      "Netlify",
      "LangChain",
      "CrewAI",
      "AutoGen",
      "MCP",
      "custom agents"
    ],
    "core_action": "Bring your agent. Pick a rail. Run work. Get a receipt. Verify it."
  },
  "new_practical_agent_rails_2026_07_03": [
    {
      "title": "Agent Permission Ledger",
      "path": "/agent-permission-ledger/",
      "api": "/api/agent-permission-ledger",
      "summary": "Track what an agent is allowed to do, what requires approval, what changed, and what must be denied before action."
    },
    {
      "title": "Agent Work Order Rail",
      "path": "/agent-work-order-rail/",
      "api": "/api/agent-work-order-rail",
      "summary": "Create structured work orders with scope, expected output, allowed tools, return package, revision path, and completion receipt."
    },
    {
      "title": "Agent Decision Packet Rail",
      "path": "/agent-decision-packet-rail/",
      "api": "/api/agent-decision-packet-rail",
      "summary": "Turn messy options into a decision packet with pros, cons, risks, unknowns, constraints, recommendation, and human decision point."
    },
    {
      "title": "Agent File Desk Rail",
      "path": "/agent-file-desk-rail/",
      "api": "/api/agent-file-desk-rail",
      "summary": "Classify files, extract document metadata, detect duplicates, suggest destinations, and create a cleanup review queue."
    },
    {
      "title": "MCP Diligence Rail",
      "path": "/mcp-diligence-rail/",
      "api": "/api/mcp-diligence-rail",
      "summary": "Review MCP servers and external agent tools before use by checking permissions, docs, risk signals, fit, and safer alternatives."
    },
    {
      "title": "Agent Daily Operator Brief",
      "path": "/agent-daily-operator-brief/",
      "api": "/api/agent-daily-operator-brief",
      "summary": "Collect open loops across agent work, email, calendar, files, tasks, approvals, blockers, and next actions into one operator brief."
    }
  ]
}
