Skip to main content

Getting Started

Make sure to first set up your PlanetScale developer environment. Once you’ve installed the pscale CLI, you can interact with PlanetScale and manage your databases straight from the command line.

The auth command

This command allows you to login, logout, and refresh your authentication. Auth tokens generated by pscale are valid for one month. Usage:

Available sub-commands

Agents and automation should use --format json on auth check and auth login. Start with pscale agent-guide --format json or the Agent setup prompt.

Available flags

Global flags

Examples

The check sub-command

Command:
Output:
If you are not authenticated, exit code 1 will be returned. JSON mode (recommended for agents):
Returns a structured response with status, authenticated, auth_method, organization, issues, and next_steps. Service tokens in CI:

The login sub-command (JSON for agents)

Command:
Pending authorization JSON is written to stderr while waiting for browser approval. Stdout contains a single final JSON object when login completes (status: ok or action_required if organization setup fails after credentials are saved). Fields include verification_url, user_code, and browser_opened. Open verification_url manually if the browser does not open. Do not retry login in a loop without browser access.

The login sub-command (interactive)

Output: A new browser tab will open and ask you to sign in via browser if you’re not already signed in. Next, you’ll be asked to confirm the Device confirmation code displayed in your terminal:
If they match, click “Confirm code”, and you’ll be signed in to the CLI.

The logout sub-command

Command:
Output:

Need help?

Get help from the PlanetScale Support team, or join our Discord community to see how others are using PlanetScale.