# agentutility — paid x402 endpoints for autonomous agents

> agentutility — paid x402 endpoints for autonomous agents is a paid API for AI agents from x402.agentutility.ai, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

## Facts

- Endpoint: POST https://x402.agentutility.ai/company-intel-pack
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/company-intel-pack-39b7a225
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TjG9HMP6mwLGeqvHSwrVv

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability company-intel-pack-39b7a225 -d '<json body>'
```

## How this service works

Paid x402 endpoints organized into product clusters. USDC-settled on Base. MCP-callable. ERC-8004 identity registry agentId 47167.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "POST"
     ]
    },
    "bodyType": {
     "type": "string",
     "enum": [
      "json",
      "form-data",
      "text"
     ]
    },
    "body": {
     "properties": {
      "company": {
       "type": "string",
       "description": "Company name, e.g. 'Stripe'. Provide this or 'domain'. Max 253 chars."
      },
      "domain": {
       "type": "string",
       "description": "Company domain, e.g. 'stripe.com'. Provide this or 'company'. Max 253 chars."
      }
     },
     "required": [],
     "anyOf": [
      {
       "required": [
        "company"
       ]
      },
      {
       "required": [
        "domain"
       ]
      }
     ]
    }
   },
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "input": {
       "type": "string"
      },
      "resolved_domain": {
       "type": "string"
      },
      "domain_source": {
       "type": "string"
      },
      "profile": {
       "type": "object",
       "properties": {
        "domain": {
         "type": "string"
        },
        "company": {
         "type": "string"
        },
        "mx_records": {
         "type": "array",
         "items": {
          "type": "string"
         }
        }
       }
      },
      "domain": {
       "type": "object",
       "properties": {
        "domain": {
         "type": "string"
        },
        "company": {
         "type": "string"
        }
       }
      },
      "registration": {
       "type": "object",
       "properties": {
        "registered_date": {
         "type": "string"
        },
        "age_days": {
         "type": "integer"
        },
        "registrar": {
         "type": "object",
         "properties": {
          "name": {
           "type": "string"
          }
         }
        }
       }
      },
      "security": {
       "type": "object",
       "properties": {
        "issuer_common_name": {
         "type": "string"
        },
        "days_until_expiry": {
         "type": "integer"
        }
       }
      },
      "tec
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "news": {
   "articles": [
    {
     "url": "https://news.example.com/1",
     "title": "Example raises Series B"
    }
   ]
  },
  "input": "example.com",
  "domain": {
   "domain": "example.com",
   "company": "Example"
  },
  "profile": {
   "domain": "example.com",
   "company": "Example",
   "mx_records": [
    "mail.example.com"
   ]
  },
  "degraded": false,
  "security": {
   "days_until_expiry": 60,
   "issuer_common_name": "DigiCert TLS RSA CA"
  },
  "components": [
   {
    "ms": 640,
    "ok": true,
    "name": "company-enrich"
   },
   {
    "ms": 4200,
    "ok": true,
    "name": "news-search"
   }
  ],
  "email_auth": {
   "spf": {
    "present": true
   },
   "dmarc": {
    "policy": "reject",
    "present": true
   }
  },
  "tech_stack": {
   "detections": [
    {
     "name": "Cloudflare",
     "category": "cdn"
    }
   ],
   "detection_count": 2
  },
  "composed_of": [
   "company-enrich",
   "domain-enrich",
   "whois",
   "ssl-cert-info",
   "tech-stack-detect",
   "dmarc-check",
   "news-search"
  ],
  "registration": {
   "age_days": 11223,
   "registrar": {
    "name": "IANA"
   },
   "registered_date": "1995-08-14T04:00:00Z"
  },
  "domain_source": "input",
  "resolved_domain": "example.com"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/company-intel-pack-39b7a225/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.agentutility.ai](https://www.zero.xyz/host/x402.agentutility.ai/llms.txt)
