Quick start
Get Started
Go from zero to a working integration in under a minute. Five steps, one CLI, full code ownership.
01
Sign up & authenticate
Create an account, then link your CLI so installs are tied to your plan.
npx integrateapi login02
Browse integrations
See every available integration — or search by name. All templates are listed with tier and category.
npx integrateapi list03
Install an integration
Run one command from your Next.js project root. The CLI drops typed, production-ready code into your /lib folder — no SDK dependency.
npx integrateapi add stripe04
Add your env vars
Each integration tells you exactly which environment variables are required. Add them to your .env.local and you're live.
# check .env.example after install05
Ship it
The code is yours. Read it, edit it, extend it. Deploy when ready — no runtime dependency, no lock-in.
npx integrateapi doctor