{
  "name": "Wever Labs OS",
  "description": "Wever Labs OS receives workflow context, routes work through operating tools, runs approved agentic workflows, reviews evidence sufficiency, and prepares delivery packages for the agent-to-agent economy. The OS support matrix binds public rails to runtime objects, settlement receipts, usage receipts, result contracts, callbacks, exceptions, replay, and console state. The Agent Queue Scheduler Monitor exposes runtime heartbeat, stuck-task alerts, retry commands, callback pressure, replay readiness, and queue health for OS-supported agent work.",
  "url": "https://weverlabs.com",
  "version": "0.1.9",
  "provider": {
    "organization": "Wever Labs",
    "url": "https://weverlabs.com"
  },
  "documentation_url": "https://weverlabs.com/agent-doorway/",
  "agent_map": "https://weverlabs.com/agent-map.json",
  "llms_txt": "https://weverlabs.com/llms.txt",
  "capabilities_url": "https://weverlabs.com/capabilities.json",
  "tools_url": "https://weverlabs.com/tools.json",
  "workflows_url": "https://weverlabs.com/workflows.json",
  "api_spec": "https://weverlabs.com/openapi.json",
  "capabilities": [
    {
      "id": "external_agent_request",
      "name": "External Agent Request",
      "description": "Receive agent/system/capability inquiries for OS review.",
      "endpoint": "https://os.weverlabs.com/api/external-agent-requests",
      "method": "POST",
      "schema": "https://weverlabs.com/schemas/external-agent-request.schema.json",
      "review_required": true
    },
    {
      "id": "workflow_intake",
      "name": "Workflow Intake",
      "description": "Receive workflow context for routing into Wever Labs OS.",
      "endpoint": "https://os.weverlabs.com/api/agentic-pilot-intake",
      "method": "POST",
      "schema": "https://weverlabs.com/schemas/workflow-intake.schema.json",
      "review_required": true
    },
    {
      "id": "public_observatory",
      "name": "Workflow Observatory",
      "description": "Return public-safe operating activity from the synthetic workflow stream.",
      "endpoint": "https://os.weverlabs.com/api/public/workflow-observatory",
      "method": "GET",
      "review_required": false
    },
    {
      "id": "packetops",
      "name": "PacketOps",
      "description": "Operate packet workflows after Work Order review and routing.",
      "manifest": "https://weverlabs.com/operating-tools/packetops/manifest.json"
    },
    {
      "id": "distributionops",
      "name": "DistributionOps",
      "description": "Operate distribution workflows after Work Order review and routing.",
      "manifest": "https://weverlabs.com/operating-tools/distributionops/manifest.json"
    },
    {
      "id": "tokenops",
      "name": "TokenOps",
      "description": "Operate token settlement evidence, payment request, usage receipt, paid agent task, callback delivery, and TokenOps result package workflows after Work Order review and routing.",
      "manifest": "https://weverlabs.com/operating-tools/tokenops/manifest.json",
      "result_package_schema": "https://weverlabs.com/schemas/tokenops-result-package.schema.json"
    },
    "tokenops_usage_receipt",
    "agent_callback_payload",
    "receipt_ledger_review",
    "callback_delivery_review",
    {
      "id": "agent_trust_registry",
      "name": "Agent Trust Registry",
      "description": "Register external agents and systems for review before quote, credit, and paid run access.",
      "endpoint": "https://os.weverlabs.com/api/agents/register",
      "method": "POST",
      "schema": "https://weverlabs.com/schemas/agent-trust-profile.schema.json",
      "documentation": "https://weverlabs.com/agent-trust-registry/",
      "review_required": true
    },
    {
      "id": "agent_quote_rail",
      "name": "Quote + Credit Rail",
      "description": "Request quotes, create scoped credit entitlements, and retrieve paid agent task status.",
      "endpoint": "https://os.weverlabs.com/api/agents/quote",
      "method": "POST",
      "schema": "https://weverlabs.com/schemas/agent-quote-request.schema.json",
      "documentation": "https://weverlabs.com/agent-quote-rail/",
      "review_required": true
    },
    {
      "id": "agent_task_ledger",
      "name": "Agent Task Ledger",
      "description": "Retrieve paid agent task run ledgers and result attestations for continuation by downstream agents.",
      "endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/ledger",
      "method": "GET",
      "schema": "https://weverlabs.com/schemas/agent-task-run.schema.json",
      "documentation": "https://weverlabs.com/agent-task-ledger/",
      "review_required": true
    },
    {
      "id": "agent_handshake",
      "name": "Agent Handshake",
      "description": "Receive public-safe first contact and capability negotiation requests from external agents.",
      "endpoint": "https://os.weverlabs.com/api/agents/handshake",
      "method": "POST",
      "schema": "https://weverlabs.com/schemas/agent-handshake-request.schema.json",
      "review_required": true
    },
    {
      "id": "agent_preflight_check",
      "name": "Agent Preflight Check",
      "description": "Return support status, evidence readiness, trust readiness, quote readiness, and next required objects before a paid run.",
      "endpoint": "https://os.weverlabs.com/api/agents/preflight",
      "method": "POST",
      "schema": "https://weverlabs.com/schemas/agent-preflight-check.schema.json",
      "review_required": true
    },
    {
      "id": "agent_run_contract",
      "name": "Agent Run Contract",
      "description": "Create scoped run contracts before credit debit and task execution.",
      "endpoint": "https://os.weverlabs.com/api/agents/contracts",
      "method": "POST",
      "schema": "https://weverlabs.com/schemas/agent-run-contract.schema.json",
      "review_required": true
    },
    {
      "id": "agent_result_contract_v2",
      "name": "Agent Result Contract v2",
      "description": "Retrieve one canonical result envelope for machine result, human summary, proof objects, settlement receipt, usage receipt, callback state, exception state, and replay state.",
      "endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/result-contract",
      "method": "GET",
      "schema": "https://weverlabs.com/schemas/agent-result-contract-v2.schema.json",
      "documentation": "https://weverlabs.com/agent-result-contract/"
    },
    {
      "id": "agent_settlement_receipt",
      "name": "Agent Settlement Receipt",
      "description": "Retrieve the provider-side receipt that funds credits for an agent run.",
      "endpoint": "https://os.weverlabs.com/api/agents/settlements/{settlement_id}/receipt",
      "method": "GET",
      "schema": "https://weverlabs.com/schemas/agent-settlement-receipt.schema.json",
      "documentation": "https://weverlabs.com/settlement-receipts/"
    }
  ],
  "accepted_input_modes": [
    "json",
    "form",
    "multipart_form",
    "workflow_context",
    "agent_description",
    "system_description",
    "handoff_request",
    "document_metadata"
  ],
  "output_modes": [
    "external_agent_request",
    "work_order",
    "routing_recommendation",
    "evidence_review",
    "data_request",
    "delivery_package",
    "usage_receipt",
    "callback_payload",
    "receipt_ledger_entry"
  ],
  "safety": {
    "review_required": true,
    "do_not_submit": [
      "private keys",
      "seed phrases",
      "passwords",
      "credentials",
      "API secrets",
      "regulated records",
      "confidential production client data"
    ]
  },
  "payment": {
    "token_payment_status": "provider_settlement_supported",
    "see": "https://weverlabs.com/agent-map.json",
    "receipt_callback_docs": "https://weverlabs.com/tokenops-receipts/",
    "usage_receipt_schema": "https://weverlabs.com/schemas/tokenops-usage-receipt.schema.json",
    "callback_payload_schema": "https://weverlabs.com/schemas/agent-callback-payload.schema.json"
  },
  "agent_to_agent_economy": {
    "positioning": "Workflow infrastructure for the agent-to-agent economy",
    "quote_endpoint": "https://os.weverlabs.com/api/agents/quote",
    "register_endpoint": "https://os.weverlabs.com/api/agents/register",
    "status_endpoint_template": "https://os.weverlabs.com/api/agents/status/{token}",
    "settlement_status": "provider_settlement_supported"
  },
  "skills": [
    {
      "id": "tokenops",
      "name": "TokenOps",
      "description": "Token settlement evidence, agent-paid usage records, and digital asset operating context."
    },
    {
      "id": "tokenops_result_package",
      "name": "TokenOps Result Package",
      "description": "Delivery-ready TokenOps output with evidence status, usage receipt summary, settlement trail, callback readiness, open items, and next actions."
    }
  ],
  "endpoints": {
    "payment_rails": "https://weverlabs.com/payment-rails/",
    "tokenops_manifest": "https://weverlabs.com/operating-tools/tokenops/manifest.json",
    "token_settlement": "https://weverlabs.com/token-settlement/",
    "tokenops_evidence_completion": "https://weverlabs.com/operating-tools/tokenops/#evidence-completion",
    "tokenops_result_package_example": "https://weverlabs.com/examples/tokenops-result-package.json",
    "usage_receipts": "https://os.weverlabs.com/api/agents/receipts/{receipt_id}",
    "callback_payloads": "https://os.weverlabs.com/api/agents/tasks/{token}/callback-payload",
    "agent_register": "https://os.weverlabs.com/api/agents/register",
    "agent_quote": "https://os.weverlabs.com/api/agents/quote",
    "agent_status": "https://os.weverlabs.com/api/agents/status/{token}",
    "agent_task_ledger": "https://os.weverlabs.com/api/agents/tasks/{token}/ledger",
    "agent_result_attestation": "https://os.weverlabs.com/api/agents/tasks/{token}/attestation",
    "agent_handshake": "https://os.weverlabs.com/api/agents/handshake",
    "agent_preflight": "https://os.weverlabs.com/api/agents/preflight",
    "agent_contracts": "https://os.weverlabs.com/api/agents/contracts"
  },
  "schemas": {
    "tokenops_result_package": "https://weverlabs.com/schemas/tokenops-result-package.schema.json",
    "tokenops_usage_receipt": "https://weverlabs.com/schemas/tokenops-usage-receipt.schema.json",
    "agent_callback_payload": "https://weverlabs.com/schemas/agent-callback-payload.schema.json",
    "agent_trust_profile": "https://weverlabs.com/schemas/agent-trust-profile.schema.json",
    "agent_quote_request": "https://weverlabs.com/schemas/agent-quote-request.schema.json",
    "agent_credit_entitlement": "https://weverlabs.com/schemas/agent-credit-entitlement.schema.json",
    "agent_status_response": "https://weverlabs.com/schemas/agent-status-response.schema.json",
    "agent_task_run": "https://weverlabs.com/schemas/agent-task-run.schema.json",
    "agent_run_state_event": "https://weverlabs.com/schemas/agent-run-state-event.schema.json",
    "agent_result_attestation": "https://weverlabs.com/schemas/agent-result-attestation.schema.json",
    "agent_exception_ticket": "https://weverlabs.com/schemas/agent-exception-ticket.schema.json",
    "agent_recovery_request": "https://weverlabs.com/schemas/agent-recovery-request.schema.json",
    "agent_replay_package": "https://weverlabs.com/schemas/agent-replay-package.schema.json",
    "agent_handshake_request": "https://weverlabs.com/schemas/agent-handshake-request.schema.json",
    "agent_preflight_check": "https://weverlabs.com/schemas/agent-preflight-check.schema.json",
    "agent_run_contract": "https://weverlabs.com/schemas/agent-run-contract.schema.json",
    "agent_operating_console_snapshot": "https://weverlabs.com/schemas/agent-operating-console-snapshot.schema.json",
    "agent_task_lifecycle_standard": "https://weverlabs.com/schemas/agent-task-lifecycle.schema.json",
    "agent_live_rail_readiness": "https://weverlabs.com/schemas/agent-live-rail-readiness.schema.json",
    "agent_result_contract_v2": "https://weverlabs.com/schemas/agent-result-contract-v2.schema.json",
    "agent_settlement_receipt": "https://weverlabs.com/schemas/agent-settlement-receipt.schema.json",
    "wever_os_support_matrix": "https://weverlabs.com/schemas/wever-os-support-matrix.schema.json",
    "agent_rail_binding": "https://weverlabs.com/schemas/agent-rail-binding.schema.json",
    "os_runtime_execution_plan": "https://weverlabs.com/schemas/os-runtime-execution-plan.schema.json"
  },
  "agent_exception_recovery_rail": {
    "docs": "https://weverlabs.com/agent-exception-rail/",
    "exception_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/exceptions",
    "recovery_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/recover",
    "replay_package_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/replay-package",
    "exception_ticket_schema": "https://weverlabs.com/schemas/agent-exception-ticket.schema.json",
    "recovery_request_schema": "https://weverlabs.com/schemas/agent-recovery-request.schema.json",
    "replay_package_schema": "https://weverlabs.com/schemas/agent-replay-package.schema.json",
    "principle": "Paused, partial, or failed paid agent runs should become recoverable operating objects instead of silent dead ends."
  },
  "agent_handshake_preflight_contract_rail": {
    "docs": "https://weverlabs.com/agent-handshake/",
    "contracts_docs": "https://weverlabs.com/agent-run-contracts/",
    "handshake_endpoint": "https://os.weverlabs.com/api/agents/handshake",
    "preflight_endpoint": "https://os.weverlabs.com/api/agents/preflight",
    "contract_endpoint": "https://os.weverlabs.com/api/agents/contracts",
    "contract_status_endpoint": "https://os.weverlabs.com/api/agents/contracts/{contract_id}",
    "handshake_schema": "https://weverlabs.com/schemas/agent-handshake-request.schema.json",
    "preflight_schema": "https://weverlabs.com/schemas/agent-preflight-check.schema.json",
    "run_contract_schema": "https://weverlabs.com/schemas/agent-run-contract.schema.json",
    "principle": "External agents should be able to negotiate capability fit and scope before quote, credit debit, or task execution."
  },
  "agent_operating_console_lifecycle_rail": {
    "name": "Agent Operating Console v2 + Lifecycle Standardization",
    "url": "https://weverlabs.com/agent-operating-console/",
    "description": "Operator cockpit for paid agent runs, credits, settlement intents, lifecycle state, callbacks, exceptions, replay, receipts, and settlement rail state.",
    "console_snapshot_schema": "https://weverlabs.com/schemas/agent-operating-console-snapshot.schema.json",
    "lifecycle_schema": "https://weverlabs.com/schemas/agent-task-lifecycle.schema.json",
    "live_rail_readiness_schema": "https://weverlabs.com/schemas/agent-live-rail-readiness.schema.json",
    "console_snapshot_example": "https://weverlabs.com/examples/agent-operating-console-snapshot-tokenops.json",
    "settlement_policy": "Provider settlement funds credits. Usage receipts record OS work that consumes credits. Webhook verification, release controls, rate limits, abuse controls, legal terms, and pause controls remain visible in the operating loop.",
    "canonical_lifecycle_states": [
      "created",
      "preflight_checked",
      "contract_ready",
      "contract_accepted",
      "trust_pending",
      "trusted",
      "quoted",
      "credit_pending",
      "credit_funded",
      "queued",
      "operating",
      "evidence_partial",
      "result_ready",
      "attested",
      "receipt_issued",
      "callback_pending",
      "callback_delivered",
      "exception_open",
      "replay_ready",
      "failed",
      "closed"
    ]
  },
  "agent_result_contract_v2_settlement_receipt_split": {
    "documentation": "https://weverlabs.com/agent-result-contract/",
    "settlement_receipts": "https://weverlabs.com/settlement-receipts/",
    "result_contract_schema": "https://weverlabs.com/schemas/agent-result-contract-v2.schema.json",
    "settlement_receipt_schema": "https://weverlabs.com/schemas/agent-settlement-receipt.schema.json",
    "tokenops_example": "https://weverlabs.com/examples/tokenops-agent-result-contract-v2.json",
    "receipt_split": "settlement_receipt_funds_credits_usage_receipt_records_consumed_credits"
  },
  "accepted_handoff_types": [
    "wever_os_support_matrix",
    "agent_rail_binding",
    "os_runtime_execution_plan",
    "runtime_binding_review"
  ],
  "machine_readable": {
    "os_support_matrix": "https://weverlabs.com/os-support-matrix/",
    "queue_scheduler_monitor": {
      "public_page": "https://weverlabs.com/agent-queue-monitor/",
      "schema": "https://weverlabs.com/schemas/agent-queue-scheduler-monitor.schema.json",
      "example": "https://weverlabs.com/examples/agent-queue-scheduler-monitor-tokenops.json",
      "api": "https://os.weverlabs.com/api/agents/queue-monitor"
    }
  },
  "wever_os_support_matrix_runtime_binding": {
    "documentation": "https://weverlabs.com/os-support-matrix/",
    "support_matrix_example": "https://weverlabs.com/examples/wever-os-support-matrix-tokenops.json",
    "rail_binding_example": "https://weverlabs.com/examples/tokenops-agent-rail-binding.json",
    "runtime_execution_plan_example": "https://weverlabs.com/examples/tokenops-os-runtime-execution-plan.json",
    "supported_runtime_objects": [
      "handshake",
      "preflight",
      "run_contract",
      "trust_profile",
      "quote",
      "credit_entitlement",
      "settlement_receipt",
      "task_lifecycle",
      "task_ledger",
      "result_attestation",
      "agent_result_contract_v2",
      "usage_receipt",
      "callback_payload",
      "exception_ticket",
      "replay_package",
      "console_snapshot"
    ]
  },
  "agent_native": {
    "queue_scheduler_monitor": "The OS exposes queue movement, heartbeat, stuck tasks, retry commands, replay readiness, and callback pressure as readable runtime objects."
  }
}
