# Oromi Agent-Readiness Website Scanner

> Oromi Agent-Readiness Website Scanner is a paid API for AI agents from agents.oromi.co.uk, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Scans a business website URL and returns an agent-readiness grade and score indicating how well the site is structured for AI agent interaction.

## Facts

- Endpoint: POST https://agents.oromi.co.uk/api/agent-ready/scan
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oromi-agent-readiness-website-scanner-a0430da4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mvLzDXhayngEG1AZY7dVK

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 oromi-agent-readiness-website-scanner-a0430da4 -d '<json body>'
```

Example prompt: Can you scan https://mybakery.co.uk and tell me how agent-ready it is — I want to know the grade and score so I can understand if AI agents can interact with it properly.

## When to prefer this

Use this endpoint when you need a structured, scored assessment of whether a specific business website is set up for AI agent interaction — especially for UK businesses. Prefer this over generic site scrapers when you want a standardized agent-readiness grade rather than raw HTML or SEO metrics.

## Known failure modes

- Invalid or unreachable URL returns an error or low score
- Non-business or parked domain may return minimal or null business_name
- Timeout if target website is slow to respond
- Malformed request body (missing required 'url' field) returns a validation error
- Payment failure via x402 protocol prevents scan from executing

## How this service works

Machine-payable APIs for AI agents, paid per call in USDC via the x402 protocol: UK business data (Companies House), UK property market data (HM Land Registry), website agent-readiness audits, and crypto market context.

## Output

Returns a JSON object containing the scanned URL, the detected business name, and an agent_readiness object with a letter grade (e.g. 'B') and a numeric score (0–100) indicating how well the website is structured for AI agent interaction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Business website URL to scan"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "url": "https://example-business.co.uk",
  "business_name": "Example Salon",
  "agent_readiness": {
   "grade": "B",
   "score": 65
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oromi-agent-readiness-website-scanner-a0430da4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.oromi.co.uk](https://www.zero.xyz/host/agents.oromi.co.uk/llms.txt)
