Files
e2b-dev--e2b/packages/cli/README.md
T
michael-e2b 2daced65be chore: tag package homepage URLs with UTM parameters (#1724)
The SDK and CLI homepage fields get utm_source=pypi/npm
(utm_campaign=package_homepage) so traffic from the registry pages
attributes to its real source instead of direct. Takes effect on the
next publish of each package.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-08-19 23:10:48 +00:00

1.4 KiB

E2B Logo

E2B CLI

This CLI tool allows you to build manager your running E2B sandbox and sandbox templates. Learn more in our documentation.

1. Install the CLI

Using Homebrew (on macOS)

brew install e2b

Using NPM

npm install -g @e2b/cli

2. Authenticate

e2b auth login

Note

To authenticate without the ability to open the browser (e.g. in CI/CD), provide E2B_API_KEY as an environment variable. You can find your API key in the API Keys tab in the E2B dashboard. Then use the CLI like this: E2B_API_KEY=e2b_... e2b template create.

3. Check out docs

Visit our CLI documentation to learn more.