AI News AI资讯 7h ago Updated 1h ago 更新于 1小时前 48

Vercel Introduces 'Is Agentic', a Free Agent-Readiness Scoring Tool That Audits Public Websites Using Ora's 100+ Checks Vercel推出「Is Agentic」免费Agent就绪评分工具,利用Ora的100多项检查审计公共网站

Vercel launched "Is Agentic," a free public tool that scores website agent-readiness across four layers: discovery, access, usability, and payments The scoring methodology, developed by Ora (era labs), comprises 118 checks reverse-engineered from real agent runs rather than opinion-based authoring Vercel regroups Ora's checks into a weighted model: 80 points for essential checks, 20 for recommended, and up to 5 bonus points for emerging signals The tool is accessible via browser, CLI (`npx is-ag Vercel发布免费工具"Is Agentic",用于评估公开网站对AI Agent的发现、访问、理解和可用性 工具由Ora提供方法论,包含118项检查覆盖发现(20分)、访问(30分)、可用性(40分)、支付(10分)四个层级 支持CLI、只读API、MCP server等多种接口,无需API密钥或计费账户即可使用 评分采用字母等级制(A+到F),区分Essential/Recommended/Bonus三个权重池,不适用检查被排除而非计为失败 适用于SaaS、电商、金融科技、医疗等多个行业,可作为CI回归测试和竞品基准分析工具

70
Hot 热度
65
Quality 质量
72
Impact 影响力

Analysis 深度分析

TL;DR

  • Vercel launched "Is Agentic," a free public tool that scores website agent-readiness across four layers: discovery, access, usability, and payments
  • The scoring methodology, developed by Ora (era labs), comprises 118 checks reverse-engineered from real agent runs rather than opinion-based authoring
  • Vercel regroups Ora's checks into a weighted model: 80 points for essential checks, 20 for recommended, and up to 5 bonus points for emerging signals
  • The tool is accessible via browser, CLI (npx is-agentic <domain>), read-only API, and MCP server — all free with no API key or billing required
  • Reports include concrete evidence, actionable recommendations, and a "Prompt to fix" feature that generates implementation briefs for coding agents

Why It Matters

As AI agents increasingly act on behalf of users — shopping, booking, integrating, and citing information — the discoverability and accessibility of public web surfaces becomes a critical infrastructure concern. This tool provides the industry's first standardized, free scoring framework for agent-readiness, enabling organizations to proactively audit and improve their web properties for agent consumption rather than human-only interaction.

Technical Details

  • Scoring Methodology: Ora's framework walks four agent interaction layers — Discovery (20 pts, 15 checks), Access (30 pts, 41 checks), Usability (40 pts, 56 checks), and Payments (10 pts, 6 checks) — totaling 118 checks reverse-engineered from real agent runs
  • Letter Grade Scale: A+ (95-100), A (86-94), B (70-85), C (48-69), D (28-47), F (0-27), with Vercel regrouping into Essential (80-point pool), Recommended (20-point pool), and Emerging signals (5-point bonus cap)
  • Applicability Logic: Recommended checks activate only when scan evidence positively identifies an API, OAuth flow, GraphQL endpoint, MCP server, developer portal, or commerce surface; marketing sites are not penalized for missing interfaces they never claimed to offer
  • Machine Interfaces: Read-only report API at /api/v1/report (120 requests per IP per 60s), OpenAPI description via RFC 9727 catalog, MCP server exposing is_agentic_get_report, is_agentic_get_methodology, and is_agentic_get_developer_docs over Streamable HTTP
  • Real Check Examples: content-no-js, agent-friendly-404 (requires real HTTP 404 rather than 200 app shell), markdown-negotiation-vary, json-ld, sitemap, trust-anchors, metadata-completeness; reports practice what they score with server-rendered HTML, Markdown variant under Accept: text/markdown, and proper Vary: Accept headers

Industry Insight

  • Organizations should integrate agent-readiness audits into pre-launch workflows and CI pipelines (using --json output as a regression gate) to prevent agent-accessibility degradation as sites evolve
  • The tool is particularly relevant for developer tools/SaaS, e-commerce, travel, fintech, and healthcare — any sector where AI agents may act on behalf of users — and mid-market teams can wire automated checks directly into their deployment pipelines
  • Vercel explicitly positions this as a prioritized technical review, not a certification, security audit, or accessibility review; professionals should treat scores as directional guidance for technical remediation rather than compliance validation

TL;DR

  • Vercel发布免费工具"Is Agentic",用于评估公开网站对AI Agent的发现、访问、理解和可用性
  • 工具由Ora提供方法论,包含118项检查覆盖发现(20分)、访问(30分)、可用性(40分)、支付(10分)四个层级
  • 支持CLI、只读API、MCP server等多种接口,无需API密钥或计费账户即可使用
  • 评分采用字母等级制(A+到F),区分Essential/Recommended/Bonus三个权重池,不适用检查被排除而非计为失败
  • 适用于SaaS、电商、金融科技、医疗等多个行业,可作为CI回归测试和竞品基准分析工具

为什么值得看

这篇文章为AI从业者和企业提供了一个标准化的评估框架,用于衡量网站对AI Agent的友好程度。随着Agent生态快速发展,企业需要确保其公开网络资产能够被AI Agent有效发现和利用,该工具填补了这一评估空白。

技术解析

  • 评分方法论:Ora基于真实Agent运行逆向工程出118项检查,分为四个层级:发现(15项检查/20分)、访问(41项检查/30分)、可用性(56项检查/40分)、支付(6项检查/10分)
  • 评分模型:Vercel将检查重新分组为Essential(80分池)、Recommended(20分池)和Bonus(最多5分),不适用检查被排除而非计为失败,推荐检查仅在扫描证据确认存在API/OAuth/GraphQL/MCP时才激活
  • 接口支持:提供Web界面、CLI工具(npx is-agentic)、只读API(/api/v1/report,限流120请求/分钟)、MCP server,所有接口均无需认证,支持HTML/Markdown/JSON三种报告格式
  • 具体检查项:包含content-no-js、agent-friendly-404、markdown-negotiation-vary、json-ld、sitemap、trust-anchors、metadata-completeness等,其中404检查要求返回真实HTTP 404状态而非200 serving app shell
  • 集成能力:可通过CI流程集成(--json输出作为回归门控),支持"Prompt to fix"功能将建议转换为编码Agent可执行的实现简报

行业启示

  • Agent就绪性将成为网站基础设施的新标准:企业需要像关注SEO一样关注Agent可发现性,确保网站能够被AI Agent有效访问和利用
  • 免费工具将推动行业标准化:类似SEO的发展历程,免费工具和标准化评分体系将推动形成"Agent友好"最佳实践,降低行业采用门槛
  • 建议行动:企业应在产品发布前进行Agent就绪性审计,将相关检查集成到CI/CD流程中,并优先修复Essential层级的检查项以提升Agent可发现性

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Product Launch 产品发布 Evaluation 评测 Open Source 开源