GitHub: pocketenv-io/pocketenv-js · npm: @pocketenv/sdk
Installation
Authentication
Token resolution order:Sandbox.configure({ token })or inlineSandbox.create({ token })POCKETENV_TOKENenvironment variable~/.pocketenv/token.json
Sandbox.configure() is optional if you have a token file or env var set.
Quick start
Sandbox lifecycle
Builder pattern
Useful when setting many options:name, description, provider, topics, repo, vcpus, memory, disk, readme, env, secret, keepAlive, token, baseUrl.
