# AI Score — Agent-Readiness Domain Scan

> AI Score — Agent-Readiness Domain Scan is a paid API for AI agents from www.getbags.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Scans a given domain or URL for agent-readiness and returns a scored assessment of how well the site supports AI agent interactions

## Facts

- Endpoint: GET https://www.getbags.app/api/agent/link/pl-90ce47d5-ccb1-48c3-8388-379b07517b5c
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-score-agent-readiness-domain-scan-7e12a3bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QmTh0R-rgMqPUj4jb4Wrs

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 ai-score-agent-readiness-domain-scan-7e12a3bc
```

Example prompt: Can you run an agent-readiness scan on https://example.com and tell me how well it supports AI agents? My name is Jane Doe and my email is jane@example.com for the receipt.

## When to prefer this

Use this endpoint when you need a quick, low-cost ($0.01 USDC) automated readiness assessment of whether a domain supports AI agent interactions, x402 micropayments, or agentic infrastructure — particularly when building agent discovery pipelines or evaluating third-party sites for agent compatibility.

## Known failure modes

- Invalid or unreachable URL results in scan failure or error response
- Missing payment or failed x402 micropayment returns 402 Payment Required
- Malformed input schema returns 400 Bad Request
- Domain with no detectable agent signals returns low score with minimal detail
- Rate limiting or quota exceeded returns 429 Too Many Requests

## How this service works

POST /api/scan — agent-readiness scan for a domain (~$0.01 USDC per call)

## Output

Returns a scored assessment indicating how agent-ready the given domain is, including scan results and a receipt tied to the buyer's email, for approximately $0.01 USDC per call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Site URL or domain to scan for agent readiness"
  },
  "customerName": {
   "type": "string",
   "description": "Optional buyer name"
  },
  "customerEmail": {
   "type": "string",
   "description": "Optional buyer email for the receipt/customer record"
  },
  "customFieldValues": {
   "type": "object",
   "properties": {
    "scan_result": {
     "type": "string",
     "description": "Scan result"
    }
   },
   "description": "Buyer answers for this link's custom checkout fields"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-score-agent-readiness-domain-scan-7e12a3bc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.getbags.app](https://www.zero.xyz/host/www.getbags.app/llms.txt)
