Skip to main content

Install the CLI

Verify the installation:
cli.png

Log in

Pocketenv uses your AT Protocol handle (e.g. a Bluesky account) for authentication.
This opens a browser window to complete the OAuth flow. Once done, your session token is saved to ~/.pocketenv/token.json.
For CI/CD environments, skip the browser flow by setting the POCKETENV_TOKEN environment variable instead.

Create a sandbox

By default this uses the cloudflare provider and the openclaw base image — a minimal Linux environment with openclaw and common dev tools pre-installed. Specify a different provider or base:

Run a command

Open an interactive shell

This drops you into a live SSH session inside the sandbox. Type exit to return to your local terminal.

Start, stop, and delete

Next steps

Providers

Configure Daytona, Vercel, E2B, Modal, and more.

Expose ports

Make your sandbox services accessible from the internet.

Secrets & env vars

Store credentials and configuration securely.

SDK

Use Pocketenv programmatically from TypeScript/JavaScript.