agent-ready-link-headers · git:20260418.3c3158f · 2026-04-18 · sha256 90e89e75a88634a1
agent-ready-link-headers git:20260418.3c3158fC
Immutable. This exact content is served forever at /api/v1/blob/90e89e75a88634a1.
# Implement Link Response Headers
Add Link response headers to your homepage for agent discovery per
[RFC 8288](https://www.rfc-editor.org/rfc/rfc8288) and
[RFC 9727 Section 3](https://www.rfc-editor.org/rfc/rfc9727#section-3).
## Requirements
- Return `Link` headers on your homepage response pointing to machine-readable resources
- Use registered relation types: `api-catalog`, `service-desc`, `service-doc`, `describedby`
- Example: `Link: </.well-known/api-catalog>; rel="api-catalog"`
- Multiple Link headers or comma-separated values are both valid
## Cloudflare
Use [Transform Rules](https://developers.cloudflare.com/rules/transform/) or
[Workers](https://developers.cloudflare.com/workers/) to add Link headers
without modifying your origin server.
## Validate
```
POST https://isitagentready.com/api/scan
Content-Type: application/json
{"url": "https://YOUR-SITE.com"}
```
Check that `checks.discoverability.linkHeaders.status` is `"pass"`.