Scan Results: https://e2b.dev/docs
ID: 459b63ba-4b6e-45d1-a71d-e2eafa9cec70
54/100
Agent Readiness Score
AI-Friendly Docs
Parseable by AI models but has high token usage or lacks standard machine-readable hooks.
Category Breakdown
Context Optimization21 / 30
Code Block Execution23 / 30
Machine Readability10 / 20
Agent Tooling & MCP0 / 20
Detailed Findings
⚡
Context Optimization
21/30
llms.txt Auto-Discovery
llms-full.txt Consolidated Docs
Markdown Content Negotiation (Accept: text/markdown)
DOM Cleanliness Ratio (0% markdown/HTML)
↳ AI Agent Fix Prompt
Reduce layout boilerplate (header, footers, scripts) or use Markdown Content Negotiation to strip DOM noise.
🔧
Code Block Execution
23/30
Terminal Prompt Pollution (No "$" prefixes in copyable code)
Dependency & Import Completeness
Dynamic Variable Placeholders
↳ AI Agent Fix Prompt
Replace vague variable hints or hardcoded keys with clean, uppercase environment placeholders (e.g. <YOUR_API_KEY> or process.env.YOUR_API_KEY). Details: The placeholder for the API key is not explicitly formatted in the code (e.g., as process.env.E2B_API_KEY or <YOUR_API_KEY>). The comment only mentions the need for the E2B_API_KEY environment variable without clear code-level placeholder representation.
🔍
Machine Readability
10/20
OpenAPI/Swagger Spec Auto-Discovery
↳ AI Agent Fix Prompt
Expose an OpenAPI or Swagger specification at a standard path (e.g. /openapi.json) or link to it using the "Link" HTTP response header with rel="openapi".
JSON-LD Structured Schema (TechArticle / APIReference / Guide)
🤖
Agent Tooling & MCP
0/20
Model Context Protocol (MCP) Server Integration
↳ AI Agent Fix Prompt
Configure and expose an MCP server definition at /.well-known/mcp.json or publish guidelines showing AI agents how to interact with your APIs using MCP tool declarations.
Error Code Diagnostics & Cross-Referencing Index
↳ AI Agent Fix Prompt
Provide a comprehensive table or section listing error codes, their causes, and solutions. This lets agents cross-reference error stacks and resolve integration errors automatically.