Vercel Launches 'Is Agentic': A Free Tool to Score How Ready Your Website Is for AI Agents

Vercel has unveiled Is Agentic, a free public tool that scores how readily AI agents can discover, access, understand, and use a website. The scans are powered by Ora, an agent-experience research company spun out of era labs, which applies more than 100 checks to evaluate a site's agent-friendliness. Vercel handles the interface, report pages, storage, and the aggregation logic that produces the final score.


Accessibility and Pricing


Yes β€” it's completely free. Is Agentic currently has no paid plans, subscription fees, or per-report costs. You can use the public website, read-only API, CLI, or MCP server without needing an API key or billing account. Simply enter a URL in your browser or run the CLI:


npx is-agentic <domain>
npx is-agentic <domain> --json

Who Can Benefit


Any organization with a public web presence can use Is Agentic:


  • Seed-stage startups can get a free baseline audit without any procurement hurdles.
  • Mid-market SaaS teams can integrate --json output into their CI pipelines as a regression gate.
  • Enterprises can benchmark documentation portals, developer sites, and commerce surfaces across different business units.

As AI agents become increasingly central to how users interact with the web in 2026, ensuring your site is agent-ready is no longer optional β€” it's a competitive advantage. Is Agentic gives teams a clear, actionable starting point.

via MarkTechPost

Related