{
  "format": "delx/intent-card/v1",
  "id": "website-intelligence-api",
  "intent": "inspect a website before an agent uses it",
  "title": "Website intelligence API for autonomous agents",
  "description": "Collect trust, contact, pricing, login and discovery signals from a public website as structured JSON.",
  "keywords": [
    "website intelligence API",
    "website trust report",
    "agent web research",
    "site inspection API"
  ],
  "updated_at": "2026-07-30",
  "canonical_url": "https://commerce.delx.ai/intents/website-intelligence-api",
  "machine_url": "https://commerce.delx.ai/intents/website-intelligence-api.json",
  "recommendation": {
    "tool_name": "util_website_intelligence_report",
    "service_name": "Delx Website Intelligence Report",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/website-intelligence-report",
    "price_usdc": "0.01",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "description": "URL to inspect"
        },
        "timeout": {
          "type": "integer",
          "description": "Timeout in seconds (1-15)",
          "default": 8,
          "minimum": 1,
          "maximum": 15
        }
      },
      "required": [
        "url"
      ]
    },
    "example_input": {
      "url": "https://example.com"
    },
    "example_output": {
      "tool_name": "util_website_intelligence_report",
      "result": {
        "summary": {
          "title": "Example Domain",
          "has_forms": false,
          "has_feeds": false,
          "has_contacts": false
        },
        "page": {
          "title": "Example Domain"
        }
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/website-intelligence-report -m POST -H 'x-delx-source: intent-card-website-intelligence-api' --max-amount 0.01 -b '{\"url\":\"https://example.com\"}'",
      "max_amount_usdc": "0.01"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-website-intelligence-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/website-intelligence-report"
  }
}
