Skip to main content
Give your AI coding agent everything it needs to set up and build with Para. Send it one message and it’ll install the Para CLI, authenticate, save the skill for future sessions, and help you start building.

Send This to Your Agent

Copy and paste this into Claude Code, Cursor, Windsurf, or any AI coding agent:
Fetch https://docs.getpara.com/skill.md and help me build with Para
Your agent will:
  1. Save the skill so it remembers Para in future sessions
  2. Install the Para CLI (npm install -g @getpara/cli)
  3. Authenticate via para login (opens your browser)
  4. Ask what you want to build and use para commands to do it

What You Can Ask

Once your agent has the skill, try:
  • “Set up Para in my Next.js app with EVM and Solana”
  • “Scaffold an Expo app with Para wallets”
  • “Why isn’t my Para integration working?”
  • “Configure webhooks for user.created and wallet.created”
  • “Rotate my production API key”
  • “Add Google and Apple OAuth to my config”
Your agent uses para CLI commands to handle everything — no portal needed.

What’s in the Skill

The skill file at docs.getpara.com/skill.md teaches your agent:
AreaWhat the agent learns
CLI commandsAll para commands — auth, orgs, projects, keys, config, scaffolding, diagnostics
Key configurationSecurity, branding, wallet setup, webhooks, and ramp settings via para keys config
SDK packagesWhich @getpara/* packages to install for React, Viem, Ethers, Solana, Cosmos
Integration stepsParaProvider setup, CSS import, env var naming per framework, “use client” directives
DiagnosticsWhat para doctor checks and how to interpret results
EnvironmentsBeta vs prod key management and config resolution