Skip to main content
The CLI is in active development. Command names below are illustrative — check the CLI release notes for the current surface.
The Visceral CLI handles terminal sign-in and account management. It authenticates using a device-authorization flow: the CLI opens an approval page in your browser, you approve, and the CLI receives a token — no pasting keys into the terminal.

Sign in

visceral login
This starts the device flow (/v1/auth/device/*), prints a short code, and opens the approval page. Once you approve in the browser, the CLI is authenticated.

What you can do

  • Sign in and out
  • Inspect the account and workspace you’re authenticated as
  • Manage workspace API keys used by the SDK

API reference — device auth

The endpoints behind the CLI’s login flow.