> ## 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.

# Developer Tools

> CLI, AI integrations, and automation tools for building with Para

Para provides a growing set of developer tools to streamline how you build, configure, and manage your integration — from the command line, within your IDE, or through AI-powered workflows.

<Tip>
  Want the fastest path? Send the [Agent Skill](/v3/developer-tools/ai-tooling/agent-skill) to your AI coding
  agent — it'll install the CLI, authenticate, and start building for you.
</Tip>

## Overview

| Tool                | Usage                                                                                                                             |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| **CLI**             | Managing API keys, scaffolding projects, and automating workflows from your terminal or CI/CD pipelines                           |
| **Agent Skill**     | Giving your AI coding agent full context on Para so it can set up, build, troubleshoot, and use the CLI for API key configuration |
| **MCP Integration** | Connecting Para's docs and APIs to Claude, ChatGPT, Cursor, or other AI assistants for contextual help                            |
| **Migration MCP**   | Automating a full migration from Privy, Reown, Web3Modal, or WalletConnect to Para using an AI agent                              |

## CLI

The Para CLI (`@getpara/cli`) lets you manage API keys, organizations, projects, and configuration directly from your terminal. It's ideal for local development, scripting, and CI/CD pipelines.

<CardGroup cols={2}>
  <Card title="CLI Overview" icon="terminal" href="/v3/cli/overview">
    Manage API keys, projects, and config from your terminal
  </Card>

  <Card title="Installation & Setup" icon="download" href="/v3/cli/installation">
    Install, authenticate, and configure the CLI
  </Card>

  <Card title="Agentic CLI Workflow" icon="robot" href="/v3/cli/agentic-development">
    Use the CLI with Claude, Codex, and other coding agents
  </Card>
</CardGroup>

## AI Tooling

Leverage Skills and MCPs with Para to streamline LLM-assisted development workflows.

<Tip>
  **Hint:** Give your agent access to Para's [llms.txt](https://docs.getpara.com/llms.txt) or [llms-full.txt](https://docs.getpara.com/llms-full.txt)
</Tip>

<CardGroup cols={2}>
  <Card title="AI Tooling Overview" icon="microchip-ai" href="/v3/developer-tools/ai-tooling/overview">
    Explore all AI-powered tools for building with Para
  </Card>

  <Card title="MCP Integration" icon="plug" href="/v3/developer-tools/ai-tooling/mcp">
    Connect Para Docs to Claude, ChatGPT, Cursor, and more
  </Card>

  <Card title="Agent Skill" icon="robot" href="/v3/developer-tools/ai-tooling/agent-skill">
    Give your AI coding agent full context on Para — setup, CLI, SDKs, and integration patterns
  </Card>

  <Card title="Automated Migration with MCP" icon="wand-magic-sparkles" href="/v3/walkthroughs/migration-mcp">
    AI-powered migration from Privy, Reown, Web3Modal, or WalletConnect to Para
  </Card>
</CardGroup>
