# Oromi Agent-Readiness Scanner

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

Audits a website URL and returns an agent-readiness grade and score indicating how well the site supports AI agent interaction

## Facts

- Endpoint: POST https://oromi-agent-services.onrender.com/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-scanner-099aa493
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lLoOwRBJfoxgpi5uTM6zV

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-scanner-099aa493 -d '<json body>'
```

Example prompt: Can you scan https://example-salon.co.uk for me and tell me its agent-readiness grade — I want to know how well it supports AI agents?

## When to prefer this

Use this endpoint when you need a fast, pay-per-call assessment of whether a specific website is accessible and readable by AI agents — especially for UK business websites. Prefer this over manual inspection when you need a structured, comparable grade across multiple sites. Ideal for pre-screening websites before deploying AI-driven workflows that interact with them.

## Known failure modes

- Invalid or unreachable URL returns an error or low-confidence result
- Payment failure via x402 protocol blocks the request
- Slow-loading or JavaScript-heavy sites may not be fully evaluated
- Non-UK or unusual TLD sites may produce less accurate business name detection
- Rate limiting if called too frequently

## 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, 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 supports 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-scanner-099aa493/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oromi-agent-services.onrender.com](https://www.zero.xyz/host/oromi-agent-services.onrender.com/llms.txt)
