Quick start

Zero to a working integration in under a minute.

Five steps, one CLI, full code ownership. Works on any Next.js or Node project.

  1. 01

    Sign up & authenticate

    Create an account, then link your CLI so installs are tied to your plan.

    npx integrateapi login
  2. 02

    Browse integrations

    See every available integration — or search by name. All templates are listed with tier and category.

    npx integrateapi list
  3. 03

    Install an integration

    Run one command from your project root. The CLI drops typed, production-ready code into your /lib folder — no SDK dependency.

    npx integrateapi add stripe
  4. 04

    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 install
  5. 05

    Ship it

    The code is yours. Read it, edit it, extend it. Deploy when ready — no runtime dependency, no lock-in.

    npx integrateapi doctor

What's next

Pick where you go from here.