Artificial Intelligence · 23.08.2026, 07:47 UTC
Vercel Introduces ‘Is Agentic’, a Free Agent-Readiness Scoring Tool That Audits Public Websites Using Ora’s 100+ Checks
| Schweregrad | info |
|---|---|
| Kategorie | Artificial Intelligence |
| Quelle | MarkTechPost ↗ |
| Veröffentlicht | 23.08.2026 UTC |
Sicherheitsmeldung mit Schweregrad noch nicht bewertet. Technische Details im Tab „Originaltext“; empfohlene Schritte in der Checkliste.
Vercel has released Is Agentic, a public tool that scores how readily AI agents can discover, access, understand, and use a website. Scans are run and scored by Ora, an agent-experience research company from era labs. Vercel operates the interface, report pages, storage, and the grouping that produces the displayed score.
Is it deployable?
Yes — at zero cost. Is Agentic is currently free, with no paid plans, subscription charges, or per-report fees. The public site, read-only API, CLI, and MCP server require no API key or billing account. Enter a URL in the browser, or run the CLI:
Copy CodeCopiedUse a different Browsernpx is-agentic <domain> npx is-agentic <domain> --json
Which level of company: Any organization owning a public web surface. Seed-stage startups get a free baseline audit with no procurement. Mid-market SaaS teams can wire --json output into CI as a regression gate. Enterprises can benchmark documentation portals, developer sites, and commerce surfaces across business units.
Industries: Developer tools and SaaS, e-commerce and retail, travel and hospitality, fintech, marketplaces, healthcare provider directories, and media or documentation publishers. Anywhere an agent may shop, book, integrate, or cite on a user’s behalf.
Applications: Pre-launch agent-readiness audits. CI checks that fail builds when server-rendered content regresses. Competitive benchmarking against public scores. Validating an MCP server or OpenAPI surface is actually discoverable. Prioritizing technical fixes with copy-pasteable remediation prompts.
What Exactly it …