{
  "format": "delx/intent-card/v1",
  "id": "robots-path-budget-api",
  "intent": "Robots Path Budget Lite for an agent workflow",
  "title": "Robots Path Budget Lite API for agents",
  "description": "Count allow/disallow rules from robots.txt text. Call when crawl budget planning from a robots body you already fetched. Returns allow_n, disallow_n, sitemaps as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.",
  "keywords": [
    "Robots Path Budget Lite API",
    "Robots Path Budget Lite for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/robots-path-budget-api",
  "machine_url": "https://commerce.delx.ai/intents/robots-path-budget-api.json",
  "recommendation": {
    "tool_name": "util_robots_path_budget",
    "service_name": "Robots Path Budget Lite",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/robots-path-budget",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "robots": {
          "type": "string",
          "description": "robots.txt body text"
        }
      },
      "required": [
        "robots"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "robots": "User-agent: *\nDisallow: /private\nAllow: /\nSitemap: https://ex.com/sitemap.xml\n"
    },
    "example_output": {
      "schema": "delx/util-robots-path-budget/v1",
      "allow_n": 1,
      "disallow_n": 1,
      "sitemaps": [
        "https://ex.com/sitemap.xml"
      ]
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/robots-path-budget -m POST -H 'x-delx-source: intent-card-robots-path-budget-api' --max-amount 0.001 -b '{\"robots\":\"User-agent: *\\nDisallow: /private\\nAllow: /\\nSitemap: https://ex.com/sitemap.xml\\n\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-robots-path-budget-api"
  },
  "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/robots-path-budget"
  }
}
