# AgentReadyScanner/1.0 Documentation

## User-Agent

```
AgentReadyScanner/1.0 (+https://agentsready.io/scanner)
```

## Scanner behavior

- Only GET requests to public endpoints
- Follows robots.txt directives
- 10-second timeout per request
- No more than 5 concurrent requests per domain
- Maximum response body size — 5 MB

## Web Bot Auth

JWKS directory: [/.well-known/http-message-signatures-directory](/.well-known/http-message-signatures-directory)

Outgoing requests are signed per RFC 9421 (Ed25519).

## Whitelist

Add the User-Agent to your WAF/CDN allowlist:

```
AgentReadyScanner/1.0
```

## Contact

[scanner@agentsready.io](mailto:scanner@agentsready.io)

## Links

- [Run the scanner](/en/)
- [Web Bot Auth glossary](/en/glossary/web-bot-auth)
