Documentation

Connect a Device

Connecting a machine to SuperClawd takes one command. Run superclawd login, approve the machine in your browser, and the CLI is ready to launch Claude Code — there are no keys to copy and no secrets to store.

Sign Up

Create an account at app.superclawd.com if you haven't already.

Install the CLI

Install the SuperClawd CLI from npm, then verify it's available:

terminal
npm install -g superclawd
superclawd version

Run superclawd login

Run superclawd login. The CLI opens your browser to the SuperClawd dashboard, where you approve this machine on the Settings → Devices page. Once you approve it, the CLI automatically receives a per-machine credential and stores it for you — you never copy or paste anything.

terminal
superclawd login
Devices are user-scoped

Each device is tied to your user account, not an individual workspace, and works across every workspace you belong to. Each team member connects their own machines.

Choose a Workspace

Run superclawd and a workspace picker appears. Use / to highlight a workspace, press Enter to launch into it for this session, or press d to mark it as your default (★). Future launches boot straight into your default, and you can change it from the picker at any time.

terminal
superclawd     # then press d in the picker to set your default

Manage Your Devices

Every machine you connect appears under Settings → Devices in the web dashboard. From there you can review your connected machines and revoke any device you no longer use.

Re-running login rotates the credential

Running superclawd login again on the same machine rotates that device's credential. It's the simplest way to refresh a machine that's having trouble connecting.

Next Steps

With your machine connected, you're ready to launch Claude Code: