# Is Agentic Is Agentic shows how ready a public website is for AI agents, using scores, evidence, and recommendations from Ora. ## When to use Is Agentic Use Is Agentic before launching or migrating a public website to check whether agents can discover, retrieve, understand, and use it. Use it when an agent struggles to read a homepage, find documentation, recover from an error, identify an API or MCP surface, or explain what a service offers. Use it after shipping a fix to compare a new public snapshot with the previous result, or to turn evidence-backed gaps into an implementation brief for a web, product, documentation, or platform team. Do not use Is Agentic as a security, accessibility, legal, or compliance certification. It does not evaluate private or authenticated product states. Submit a public HTTP or HTTPS URL on the home page; the resulting report is published at `/scan/`. ## Main pages - [Is Agentic home and URL scoring](https://is-agentic.com/) - [About Is Agentic](https://is-agentic.com/about) - [Contact and report corrections](https://is-agentic.com/contact) - [Is Agentic methodology and limitations](https://is-agentic.com/methodology) - [Is Agentic pricing — free to use](https://is-agentic.com/pricing.md) - [Is Agentic developer docs](https://is-agentic.com/docs) - [Official Is Agentic CLI on npm](https://www.npmjs.com/package/is-agentic) — run `npx is-agentic ` to retrieve or create a completed report; add `--json` for the unchanged API response - [Is Agentic agent skill](https://github.com/vercel-labs/is-agentic/tree/main/skills/is-agentic) — install with `npx skills add vercel-labs/is-agentic` to teach an agent to score sites and act on reports - [Is Agentic agent-skills discovery index](https://is-agentic.com/.well-known/agent-skills/index.json) — well-known index listing the skill file and its SHA-256 digest - [Is Agentic OpenAPI description](https://is-agentic.com/openapi.json) - [Is Agentic RFC 9727 API catalog](https://is-agentic.com/.well-known/api-catalog) - [Is Agentic API authentication and webhook policy](https://is-agentic.com/docs#authentication-and-write-operations) - [Is Agentic versioning and deprecation policy](https://is-agentic.com/docs#versioning-and-deprecation) - [Is Agentic Streamable HTTP MCP server](https://is-agentic.com/mcp) - [Is Agentic MCP Registry manifest](https://is-agentic.com/server.json) - [Is Agentic AI Catalog](https://is-agentic.com/.well-known/ai-catalog.json) - [Is Agentic MCP server card](https://is-agentic.com/mcp/server-card) - [Is Agentic well-known MCP server card](https://is-agentic.com/.well-known/mcp/server-card.json) - [Latest completed Is Agentic report API](https://is-agentic.com/api/v1/report?url=https%3A%2F%2Fexample.com) - [Privacy policy](https://is-agentic.com/privacy) - [Terms of use](https://is-agentic.com/terms) - [XML sitemap](https://is-agentic.com/sitemap.xml) ## Scan reports Public reports use the path `/scan/` and include the source URL, overall score, layer scores, check evidence, recommendations, and scan date. A report is an automated snapshot, not a certification or endorsement. Agents can request a Markdown representation of public content pages and completed scan reports with `Accept: text/markdown`. Is Agentic also exposes completed reports through a public read-only JSON API and the `is_agentic_get_report` MCP tool. Use `is_agentic_get_methodology` to explain the score and `is_agentic_get_developer_docs` for integration guidance. These interfaces never launch a scan and require no authentication. ## Usage Submit only public HTTP or HTTPS URLs. Do not submit credentials, secrets, private endpoints, or personal data. Automated bulk scanning and attempts to circumvent rate limits are not permitted.