> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getpara.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Para CLI

> Manage API keys, organizations, projects, and configuration from your terminal

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 and agentic tools with `--json`, command-specific non-interactive flags, and the `para commands --json` catalog.
* **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

<CardGroup cols={2}>
  <Card title="Installation" imgUrl="/images/v3/general-server.png" href="/v3/cli/installation" description="Install the CLI and authenticate" />

  <Card title="Command Reference" imgUrl="/images/v3/general-examples.png" href="/v3/cli/commands" description="Browse all available commands" />

  <Card title="Agentic Development" imgUrl="/images/v3/general-examples.png" href="/v3/cli/agentic-development" description="Use the CLI with Claude, Codex, and other coding agents" />
</CardGroup>
