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
1. Sign up
Go to getpapi.ai/login and sign in with GitHub (recommended) or email.
The onboarding wizard asks for your project name and optional repo URL, then hands you the connector link. Your tool signs you in through your browser on first connect, so there is nothing to copy across by hand.
2. Connect your tool
Pick your AI coding tool and copy its config. Every tool uses the same connector link and signs you in through your browser on first connect. Paste it as-is.
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.
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.