{
  "format": "delx/intent-card/v1",
  "id": "x402-demand-feed",
  "intent": "subscribe to an x402 demand feed",
  "title": "x402 demand feed",
  "description": "Discover open buyer tasks with budgets, deadlines and acceptance criteria through one metered feed.",
  "keywords": [
    "x402 demand feed",
    "buyer RFQ stream",
    "agent demand API"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/x402-demand-feed",
  "machine_url": "https://commerce.delx.ai/intents/x402-demand-feed.json",
  "recommendation": {
    "tool_name": "demand_feed",
    "service_name": "Delx Demand Feed",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/demand/feed",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "capability_family": {
          "type": "string",
          "minLength": 1,
          "maxLength": 128
        },
        "limit": {
          "type": "integer",
          "minimum": 1,
          "maximum": 500,
          "default": 100
        }
      },
      "additionalProperties": false
    },
    "example_input": {
      "capability_family": "document_analysis",
      "limit": 25
    },
    "example_output": {
      "schema": "delx/demand-board-feed/v1",
      "generated_at": "2026-08-06T12:00:00Z",
      "rfqs": [
        {
          "rfq_id": "123e4567-e89b-12d3-a456-426614174000",
          "state": "open",
          "capability_family": "document_analysis",
          "budget_ceiling_usdc": "0.08"
        }
      ]
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/demand/feed -m POST -H 'x-delx-source: intent-card-x402-demand-feed' --max-amount 0.003 -b '{\"capability_family\":\"document_analysis\",\"limit\":25}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-x402-demand-feed"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/demand/feed"
  }
}
