Skip to content

Creator-program infrastructure for builders and agents.

Add account-first Creator Connect, Instagram OAuth, admin approval, and scoped platform automation with boominjs.

Use npm install boominjs to add OTP signup, Instagram connect, and approval status to any browser UI.

npx boominjs init opens Boomin login, creates or selects a program, adds localhost origins, and writes .env.local.

Private sk_boomin_live_... platform tokens are scoped, revocable, audited, idempotent, and create-limited.

Use the interactive API references or download /openapi/connect.yaml and /openapi/platform.yaml.

Boomin owns the infrastructure that every creator program needs but most teams do not want to rebuild: creator enrollment, email OTP, Instagram OAuth, durable program membership, admin approval, referral codes, creator status, and scoped agent/server automation.

Customer sites own their UI. Boomin provides the SDK, API, OAuth bridge, admin surface, and safe platform tokens.

  • boominjs@0.3.3 browser SDK and CLI.
  • Creator Connect API at https://api.boomin.ai/v1/connect.
  • CLI browser login through https://boomin.ai/cli/login.
  • Scoped platform tokens with sk_boomin_live_... secrets.
  • Platform smoke commands for read-only and write/cleanup validation.

Agents should start with:

Terminal window
npm install boominjs
npx boominjs init
npx boominjs scopes

For machine-readable docs, use /llms.txt or /llms-full.txt.