E2B
SDK / ToolOpen-source secure sandboxes where AI agents run code — the de facto execution layer for agent apps.
- sandbox
- code-execution
- sdk
- agents
Anthropic's official agentic coding CLI for the terminal.
Runs Claude in your terminal, edits files, runs shell commands, and orchestrates multi-step engineering workflows directly against your codebase.
Best for end-to-end feature work, cross-file refactors, debugging with full repository context, and getting up to speed on an unfamiliar codebase. Less suited for single-shot snippets you'd paste into a chat UI.
npm install -g @anthropic-ai/claude-code Then run `claude` inside your project directory.
Requires an Anthropic API key or a Claude subscription. The first query on a large repo can be slower while it builds context. Claude Code can run commands and edit files, so review proposed changes and use the permission prompts to stay in control.
Repository
anthropics/claude-codeCharted
Open-source secure sandboxes where AI agents run code — the de facto execution layer for agent apps.
Pythonic framework for building MCP servers — decorators, type hints, and zero boilerplate.
Anthropic's official TypeScript SDK for building agentic applications.