PickSkill
← Back

E2B Cookbook

README.md
Rendered from GitHub raw
View raw ↗

E2B Cookbook Preview Light E2B Cookbook Preview Dark

✴️ E2B Cookbook

Example code and guides for building with E2B SDK.

Read more about E2B on the E2B website and the official E2B documentation.

Examples

Hello World guide

Open-source apps

  • E2B AI Analyst - analyze your data & create interactive charts
  • E2B Fragments - prompt different LLMS to generate apps with UI
  • E2B Surf - computer use AI agent powered by OpenAI

LLM providers

AI frameworks integrations

Model Context Protocol (MCP)

Example use cases

  • Upload dataset and analyze it with Llama 3 - Python
  • Scrape Airbnb and analyze data with Claude 3 Opus and Firecrawl - TypeScript
  • Visualize website topics with Claude 3.5 Sonnet and Firecrawl - Python
  • Next.js app with LLM + Code Interpreter and streaming - TypeScript
  • How to run a Docker container in E2B - Python/TypeScript
  • How to run Playwright in E2B - TypeScript