Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# BotVisibility
> AI agent readiness scanner — check how visible and usable your website or API is to AI agents.
BotVisibility scans any URL and evaluates its readiness for AI agent consumption. It checks for llms.txt, agent cards, OpenAPI specs, CORS headers, rate limit headers, structured data, and more. 30 automated web checks across 3 levels, plus 7 CLI-only checks for Level 4.
## Pages
- [Scanner](https://botvisibility.com) — Free AI visibility audit. Enter a URL to scan.
- [White Papers](https://botvisibility.com/white-papers) — Research library: all BotVisibility publications.
- [Code](https://botvisibility.com/code) — Deployable tools, agents, and integrations for AI agent readiness.
- [The Discovery Gap](https://botvisibility.com/discovery-gap) — White paper: Your site is agent-ready. The agents aren't. Six fixes.
- [The Agent Tax](https://botvisibility.com/agent-tax) — Research: 30 optimizations that slash AI token costs.
- [The $250K Token Illusion](https://botvisibility.com/token-illusion) — White paper: why Jensen Huang wants you to burn through AI spend — and why smart companies won't.
- [The Death and Resurrection of MCP](https://botvisibility.com/mcp-resurrection) — White paper: how a failing protocol got a second life from an unlikely source.
- [37-Item Checklist](https://botvisibility.com/checklist) — Complete checklist for AI agent readiness.
- [CLI Tool](https://botvisibility.com/cli) — Scan your codebase locally with npx botvisibility.
- [Claude Managed Agent](https://botvisibility.com/claude-managed-agent) — Deployable Claude Managed Agent that audits sites and repos against the 37-item checklist.
- [WordPress Plugin](https://botvisibility.com/wordpress-plugin) — Scan, fix, and harden WordPress sites for AI agents with one-click fixes.
- [Badge](https://botvisibility.com/badge) — Embed an agent-readiness trust badge on your site.
- [Contact](https://botvisibility.com/contact) — Consulting services for AI agent
OpenAPI Spec (preview)
{
"openapi": "3.0.3",
"info": {
"title": "BotVisibility API",
"description": "Scan any URL to check AI agent readiness",
"version": "1.0.0",
"contact": {
"name": "Joey Janisheck",
"url": "https://janisheck.com"
}
},
"servers": [
{ "url": "https://botvisibility.com" }
],
"paths": {
"/api/scan": {
"get": {
"operationId": "scanUrl",
"summary": "Scan a URL for agent readiness. Returns JSON when format=json or Accept: applicati