{
  "schema": "delx/economic-primitives-discovery/v1",
  "surface": "commerce_economic_primitive",
  "product_line": "economic_primitives",
  "custody": false,
  "not": [
    "protocol_recovery",
    "hive_notes",
    "continuity_seals",
    "demand_board_rfq",
    "live_usdc_custody",
    "cloudflare_wallets_clone"
  ],
  "human_hub": "https://commerce.delx.ai/economic/",
  "machine_hub": "https://commerce.delx.ai/economic/manifest.json",
  "runtime": {
    "module": "runtime/economic-primitives-server.mjs",
    "health": "/health",
    "ready": "/ready",
    "well_known": "/.well-known/delx-economic.json",
    "default_port": 8791,
    "state_env": "ECONOMIC_PRIMITIVES_STATE_DIR"
  },
  "release": {
    "current_stage": "private_beta",
    "maximum_exposure": "loopback_or_private_network",
    "public_mutations": false,
    "custodial_settlement": false,
    "public_announcement": false
  },
  "documentation": {
    "normative_hub": "/docs/economic/README.md",
    "readiness": "/docs/economic/PRODUCTION_READINESS.md",
    "openapi": "/docs/economic/openapi.json",
    "security": "/docs/economic/SECURITY_AND_PRIVACY.md",
    "operations": "/docs/economic/OPERATIONS_AND_SLOS.md",
    "versioning": "/docs/economic/INTEROPERABILITY_AND_VERSIONING.md",
    "product_strategy": "/docs/economic/PRODUCT_STRATEGY_AND_MARKET.md",
    "integration": "/docs/economic/INTEGRATION_PLAYBOOK.md",
    "testing": "/docs/economic/TESTING_AND_ASSURANCE.md",
    "decisions": "/docs/economic/DECISION_LOG.md",
    "release_checklist": "/docs/economic/RELEASE_CHECKLIST.md"
  },
  "products": {
    "agent_futures": {
      "schema": "delx/agent-futures/v1",
      "primary_object": "FutureCapacityRequest",
      "problem": "Reserve capacity for a future delivery window, not only pay-per-call-now.",
      "for": "Buyer and seller agents that plan capacity ahead of time.",
      "lifecycle": ["open_request", "offer_capacity", "confirm_match", "fulfill|no_show|expired"],
      "list": "GET /api/v1/economic/futures",
      "open": "POST /api/v1/economic/futures/open",
      "spec": "/docs/economic/AGENT_FUTURES.md",
      "human_page": "https://commerce.delx.ai/economic/futures",
      "strategy": "https://commerce.delx.ai/docs/strategy/agent-futures.md"
    },
    "judgment_exchange": {
      "schema": "delx/judgment-exchange/v1",
      "primary_object": "Matter",
      "problem": "Buy schema-validated judgment (human or model) before spend/publish/irreversible actions.",
      "for": "Agents that must not decide high-risk actions alone.",
      "lifecycle": ["open_matter", "submit_verdict", "settle|dispute|expired"],
      "risk_classes": ["spend", "publish", "irreversible"],
      "list": "GET /api/v1/economic/matters",
      "open": "POST /api/v1/economic/matters/open",
      "spec": "/docs/economic/JUDGMENT_EXCHANGE.md",
      "human_page": "https://commerce.delx.ai/economic/judgment",
      "strategy": "https://commerce.delx.ai/docs/strategy/judgment-exchange.md"
    },
    "agent_firm_protocol": {
      "schema": "delx/agent-firm/v1",
      "primary_object": "Firm",
      "problem": "Form a single-purpose multi-agent firm with human veto and ordered payout splits.",
      "for": "Multi-runtime fleets shipping one goal under human ownership.",
      "lifecycle": ["incorporate", "join", "complete_milestone", "veto?", "dissolve"],
      "list": "GET /api/v1/economic/firms",
      "open": "POST /api/v1/economic/firms/incorporate",
      "spec": "/docs/economic/AGENT_FIRM_PROTOCOL.md",
      "human_page": "https://commerce.delx.ai/economic/firm",
      "strategy": "https://commerce.delx.ai/docs/strategy/agent-firm.md"
    }
  },
  "runbook": "https://commerce.delx.ai/docs/ops/ECONOMIC_PRIMITIVES_RUNBOOK.md",
  "mvp_doc": "https://commerce.delx.ai/docs/ECONOMIC_PRIMITIVES_MVP.md"
}
