TabTabTab Docs
TabTabTab is a cloud agent IDE for humans and coding agents. It gives you a persistent cloud VM where your editor, terminals, dev servers, and agents keep running after you close your laptop or switch devices. The Web IDE is the main interface; the CLI and Meta UI support environment management, local workflows, and automation. For help, email support@tabtabtab.ai.
Product Surfaces
- Web IDE: opens the cloud workspace from dashboard or QR; supports OpenCode/Codex sessions, repo onboarding, Secret Manager, environment metrics, and runtime previews.
- CLI:
tabtabtaborttt; creates and selects environments, attaches local tools, SSHs, uploads files, onboards repos, manages env vars, and controls runtimes. - Meta UI:
https://dash.tabtabtab.ai; creates environments, opens the IDE with one-time links or QR codes, tracks provisioning, connects GitHub/OpenAI, and updates runtime components.
Docs
- Full markdown docs: Agent-readable documentation.
- Overview: Web IDE, CLI, and Meta UI model.
- How to use TabTabTab: Operating model — environments, workspaces, parallel agents.
- Web IDE: Opening the IDE, mobile access, sessions, review, environment metrics, repos, and secrets.
- Quickstart: Create an environment, open the IDE, add a repo, and start working.
- Install CLI: Optional CLI install for local terminal and automation workflows.
- Meta UI: Dashboard, mobile QR, GitHub/OpenAI, and runtime updates.
- CLI Reference: Auth, env, upload, profile, SSH, and editor commands.
- Repos and Secrets: Web and CLI repo onboarding with Secret Manager.
- Browser Agent: Drive a real browser against your app and feed results back to a coding agent.
- Preview URL: Explain preview URLs, localhost access, and grouped multi-port previews.
- Advanced: Custom control plane and provider access.
- Support: How to reach the team.
Recommended Start
Use the dashboard first:
https://dash.tabtabtab.ai
Create an environment, wait for it to become ready, click Open, then add a repository in the Web IDE.
Optional CLI Install
bash
curl -fsSL https://tabtabtab.ai/install.sh | sh
tabtabtab auth login
Common CLI Commands
bash
tabtabtab env create --name $(whoami)
tabtabtab env list
tabtabtab env use $(whoami)
tabtabtab env info
tabtabtab upload ./docs --to docs/
tabtabtab repo add . --yes
tabtabtab repo env list
Runtime Commands
bash
tabtabtab runtime up
tabtabtab runtime status
tabtabtab runtime ports
tabtabtab runtime preview 3000
tabtabtab runtime preview 5173 --port api:3001
tabtabtab runtime logs
tabtabtab runtime down
Agent-Safe Commands
bash
tabtabtab env create --name $(whoami) --git-user-name "tabtabtab Agent" --git-user-email agent@example.com --no-telemetry
tabtabtab env list --json
tabtabtab repo add . --env $(whoami) --yes
tabtabtab repo list --json
tabtabtab repo env list --repo --json
tabtabtab profile apply --env $(whoami) --no-wait --json