Spec / Reseller
Reseller economics & technical integration
How the money flows
- Your customer signs up via your platform (or your dashboard) at your retail price.
- We charge our wholesale price per tier (you keep all the markup minus our platform fee).
- Each issued identity adds a credit to your Stripe Connect ledger.
- Monthly (or sooner if you trigger it), we transfer the balance to your Connect account via Stripe Transfers.
- You see every charge and payout in your reseller dashboard.
Wholesale prices
| Product | Wholesale | Min 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.
| Tier | Subscription | Platform fee on margin |
|---|---|---|
| Reseller | Free | 20% |
| Branded | $99/mo | 15% |
| Custom Domain | $299/mo | 10% |
| Pro | $999/mo | 5% |
| Platform | $15,000/mo | 0% |
| Enterprise WL | Custom | 0% |
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.