Skip to main content
The Para CLI (@getpara/cli) lets you manage your Para integration without leaving the terminal. Create and configure API keys, switch between organizations and projects, scaffold new apps, and diagnose SDK issues — all from a single para command.

When to Use

  • Manage API keys without opening the Developer Portal — create, rotate, archive, and configure settings like auth methods, webhooks, and branding.
  • Scaffold new projects with para create — pick a template, networks, and auth methods, then get a working app in seconds.
  • Automate workflows in CI/CD pipelines with --json and --no-input flags for machine-readable, non-interactive output.
  • Run diagnostics with para doctor to catch common SDK integration issues before they hit production.
  • Switch context between organizations, projects, and environments without losing your place.

Next Steps