llms.txt Content
# Inlay
> Inlay makes websites discoverable, accessible, and actionable for AI agents, LLMs, and tools like Claude, ChatGPT, and Perplexity.
## What Inlay Does
Inlay helps website owners optimize their sites for AI agent discovery. The platform provides:
- **AI Readiness Audit**: A free 11-point audit scoring websites across structured data, semantic HTML, meta quality, AI crawler policies, llms.txt, MCP readiness, security, content freshness, image accessibility, API discoverability, and content accessibility.
- **Hosted MCP Server**: A managed Model Context Protocol server that lets AI agents programmatically access a site's content without the site owner running any infrastructure.
- **Auto-Generated llms.txt**: Automatically creates and hosts an llms.txt file summarizing the site for AI agent discovery.
- **Embed Script**: A lightweight script tag that auto-injects structured data, AI discovery meta tags, and llms.txt links into any website.
- **Analytics**: Tracks how AI agents interact with a site — which tools they use, what content they access, and how the AI readiness score trends over time.
- **Platform Plugins**: WordPress, Shopify, Wix, and Squarespace plugins for one-click integration.
## API
The audit API is publicly accessible without authentication:
- `POST /api/audit` — Run an AI readiness audit. Body: `{ "url": "https://example.com" }`. Returns overall score, category breakdown, findings, and recommendations.
- `GET /api/audit/:id` — Retrieve a previously completed audit by ID.
## Pricing
- **Free** ($0/mo): 5 audits/month, detailed findings and recommendations.
- **Lite** ($9/mo): 1 site, hosted MCP server, embed script, 20 audits/month.
- **Starter** ($29/mo): 3 sites, MCP server, llms.txt, structured data injection, 10k AI agent requests/month.
- **Pro** ($99/mo): 10 sites, WordPress, Shopify, Wix & Squarespace plugins, analytics, 100k AI agent requests/month.
## Links
- Website: https://inlay.dev
- Free Audit: https://inlay.dev
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"Inlay API","description":"AI readiness audit API. Analyze any website across 11 criteria for AI agent discoverability.","version":"1.0.0","contact":{"name":"Inlay","url":"https://inlay.dev"}},"servers":[{"url":"https://inlay.dev"}],"paths":{"/api/audit":{"post":{"summary":"Run an AI readiness audit","description":"Crawls the given URL and scores it across 11 AI readiness categories including structured data, llms.txt, semantic HTML, meta quality, and more.","r