Runtype
Changelog
FeatureJuly 18, 20261 min read

One-command setup for coding agents, no browser required

npx -y @runtypelabs/cli@latest onboard connects Claude Code, Cursor, Codex, Gemini CLI, OpenCode, or VS Code to Runtype, and agents can now complete signup with just an email and a 6-digit code.

climcponboardingagents

Getting a coding agent connected to Runtype is now one command:

npx -y @runtypelabs/cli@latest onboard

runtype onboard detects your harness (Claude Code, Cursor, Codex CLI, Gemini CLI, OpenCode, or VS Code), signs you in, installs the Runtype agent skills, configures the hosted MCP server at user scope, runs the harness's MCP OAuth login, and tells you exactly what to restart. It is idempotent, backs up any config it rewrites, and supports --dry-run and --json for automation.

And when an agent is doing the onboarding for you, signup itself no longer needs a browser:

  • runtype auth register --email you@example.com creates the account and sends a verification email.
  • runtype auth verify 123456 completes it with the 6-digit code.

The agent only ever needs to ask you for your email and the code. Non-interactive auth login and signup now print clear guidance instead of hanging when there is no terminal.

See the Connect Runtype to coding agents guide for per-harness details.