Skip to main content
The signup CLI is published on npm and runs via npx. No installation required.

Commands

Sign up for a service

Opens a browser consent window. After approval, credentials are written to .env.

Log into the dashboard

Authenticates with your agent token from .env and opens the service’s dashboard.

List available services

Shows all services registered in the Gate registry.

Flags

JSON output

With --json, the CLI outputs a single JSON object to stdout on success:
On failure:
All human-readable output (steps, spinner, boxes) goes to stderr, so --json output is safe to pipe.

Environment variables

What’s next