
Anthropic's AI coding agent CLI running as a persistent developer workstation. Connect via Zeabur Terminal to use Claude Code for code generation, editing, debugging, and git operations.

Zeabur
Claude Code is Anthropic's official AI-powered coding agent CLI. It understands your codebase, generates and edits code, runs commands, and helps with complex development tasks -- all from the command line.
This template deploys Claude Code as a persistent developer workstation on Zeabur with a web-based terminal (ttyd) accessible from your browser.
Channels let you chat with Claude Code from your phone via Telegram or Discord while it works on your files.
/discord:access pair <code> or /telegram:access pair <code> in Claude Code./discord:access policy allowlist or /telegram:access policy allowlist so only you can send messages.After pairing, you can chat with Claude from Telegram/Discord. Your bot token is saved in the browser for next time.
DISCORD_BOT_TOKEN=xxx claude ...) — it is NOT stored on the server.If you prefer API key authentication instead of a subscription:
ANTHROPIC_API_KEY to your Anthropic API key from console.anthropic.com.ANTHROPIC_BASE_URL to use Zeabur AI Hub (e.g., https://ai.hub.zeabur.com).| Command | Description |
|---|---|
claude | Start interactive Claude Code session |
claude -p "prompt" | Run a one-shot prompt |
claude login | Authenticate with Anthropic |
claude --version | Check installed version |
claude config | View or modify configuration |
The /home/node directory is mounted as a persistent volume. All your projects, Claude Code configuration, and session data stored under /home/node will survive service restarts and redeployments.
Recommended workflow:
/home/node/projects//home/node/.claude/| Variable | Required | Description |
|---|---|---|
ANTHROPIC_API_KEY | No | Anthropic API key or Zeabur AI Hub token (only needed if not using subscription login) |
ANTHROPIC_BASE_URL | No | Custom API endpoint (set this for Zeabur AI Hub) |
WEB_TERMINAL_PASSWORD | Auto | Password for web terminal login (auto-generated, visible in dashboard) |
Claude Code's official system requirement is 4 GB+ RAM. AI processing happens on the Anthropic API side, so locally it only runs the Node.js CLI and shell tools, keeping CPU requirements low.
--channels flag)CLAUDE_CODE_PLUGIN_SEED_DIR
Zeabur