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 @boomin/connect to add OTP signup, Instagram connect, and approval status to any browser UI.
Configure from the CLI
Section titled “Configure from the CLI”npx @boomin/cli init opens Boomin login, creates or selects a program, adds localhost origins, and writes .env.local. Add --list to put the program on Connect’s public Discover feed.
Operate from the Partners dashboard
Section titled “Operate from the Partners dashboard”Brands run the program at boomin.ai under Partners: active partners and views this month, member table with OAuth-verified socials, applications inbox, and the Discover listing toggle.
Let creators find you
Section titled “Let creators find you”Listed programs appear in the public Discover feed at boomin.ai/connect, where creators browse and apply. First 10 active creators free — see Pricing.
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”@boomin/connectbrowser SDK and@boomin/cliCLI.- Creator Connect API at
https://api.boomin.ai/v1/connect. - Public Discover feed at
GET /v1/connect/discover; creators browse and apply atboomin.ai/connect. - Hosted Partners dashboard for brands at
boomin.ai(members, applications, verified metrics). - 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 @boomin/connectnpx @boomin/cli initnpx @boomin/cli scopesFor machine-readable docs, use /llms.txt or /llms-full.txt.