Get started with PAPI
Connect PAPI to your AI coding tool. Run your first cycle plan in under 5 minutes.
Your code stays on your machine. PAPI adds a planning layer to whatever you're already building, it doesn't read your source.
Prerequisites
node --version — if it errors, install from nodejs.org.1. Sign up
Go to getpapi.ai/login and sign in with GitHub (recommended) or email.
The onboarding wizard will ask for your project name and optional repo URL. Once done, you'll see your connection token and project ID — the wizard embeds these directly into the config shown on the next screen.
2. Connect your tool
Pick your AI coding tool below and copy the config. The default Remote MCP path signs you in through your browser — no token to copy, no placeholders to fill in. Paste it as-is and your tool opens a sign-in tab on first connect. If your workflow needs a local process (network-restricted dev environment, offline use), switch to Local install (advanced).
Paste this as a chat message in Claude Code. Claude Code installs PAPI itself, opens a browser tab so you can sign in, and then runs setup. No terminal, no token to copy.
Advanced setup — use a connection token instead
Prefer an explicit connection token (for a client that doesn't handle browser sign-in, or to pin a specific project)? Sign in and the dashboard pre-fills this snippet with your real token and project ID. The placeholders below are illustrative.
Paste this as a chat message in Claude Code. Claude Code installs PAPI itself — no terminal required.
3. First run
After saving your config, restart your MCP client. Then in your AI tool, run these three commands in order:
setupInitialises PAPI for your project. Generates a Product Brief and scaffolds your workflow.
planGenerates your first cycle plan — scoped tasks with full BUILD HANDOFFs, ready to build.
build_listShows the tasks queued for this cycle. Pick one and start building.
Expected time: install to first plan in under 5 minutes.