Get started with PAPI
Connect PAPI to your AI coding tool. Run your first cycle plan in under 5 minutes.
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 API key and project ID — the wizard embeds these directly into the config shown on the next screen.
2. Connect your tool
Select your AI coding tool below and follow the instructions.
Run this command — Claude Code picks up MCP changes automatically, no restart needed.
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.