Creator-program infrastructure for builders and agents.
Developer surface
Section titled “Developer surface”Install in a customer app
Section titled “Install in a customer app”Use npm install boominjs to add OTP signup, Instagram connect, and approval status to any browser UI.
Configure from the CLI
Section titled “Configure from the CLI”npx boominjs init opens Boomin login, creates or selects a program, adds localhost origins, and writes .env.local.
Automate safely
Section titled “Automate safely”Private sk_boomin_live_... platform tokens are scoped, revocable, audited, idempotent, and create-limited.
Ship with OpenAPI
Section titled “Ship with OpenAPI”Use the interactive API references or download /openapi/connect.yaml and /openapi/platform.yaml.
What Boomin owns
Section titled “What Boomin owns”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.
Current production surfaces
Section titled “Current production surfaces”[email protected]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.
Agent entrypoints
Section titled “Agent entrypoints”Agents should start with:
npm install boominjsnpx boominjs initnpx boominjs scopesFor machine-readable docs, use /llms.txt or /llms-full.txt.