Spec / Reseller

Reseller economics & technical integration

How the money flows

  1. Your customer signs up via your platform (or your dashboard) at your retail price.
  2. We charge our wholesale price per tier (you keep all the markup minus our platform fee).
  3. Each issued identity adds a credit to your Stripe Connect ledger.
  4. Monthly (or sooner if you trigger it), we transfer the balance to your Connect account via Stripe Transfers.
  5. You see every charge and payout in your reseller dashboard.

Wholesale prices

ProductWholesaleMin retail (with min markup)
Verified ($49/yr identity)$29 / yr$39 / yr
Studio ($199/yr, 10 ids)$140 / yr$191 / yr
Business ($799/yr, 100 ids)$584 / yr$775 / yr
Creator Verification (one-time)$9$13

Platform fee ladder

The platform fee is taken from your margin (retail minus wholesale), not from the whole sale. Each white-label tier roughly halves the fee, so the more you scale the less you pay.

TierSubscriptionPlatform fee on margin
ResellerFree20%
Branded$99/mo15%
Custom Domain$299/mo10%
Pro$999/mo5%
Platform$15,000/mo0%
Enterprise WLCustom0%

See the white-label page for the full feature breakdown per tier.

Issuing identities programmatically

Get an API key from your dashboard with the identity:create scope, then:

curl -X POST https://aiidentity.org/api/v1/identities \
  -H "authorization: Bearer aii_live_..." \
  -H "content-type: application/json" \
  -d '{
    "name": "Acme Customer Bot",
    "operator_display": "Customer Ltd",
    "surfaces": ["@customerbot"],
    "capabilities": ["chat"],
    "product": "verified_yearly",
    "end_customer_email": "buyer@example.com"
  }'

Response includes issued_via with your brand. The identity is auto-tagged and the ledger credit posts immediately.

Stripe Connect

We use Stripe Connect Express. You complete a 3-minute hosted onboarding (KYB, bank details), and Stripe handles compliance globally. Payouts settle on your Stripe schedule.Minimum payout: $60 (configurable in the dashboard).

Brand attribution

Every identity issued via your account shows your brand name on the public /p/<id> Passport pages, in WHOIS lookups, and in the API response. End customers see yourbrand verifying their AI — we're the rails.