Skip to main content

Partner and reseller guide

This guide is for agencies and consultancies that resell Carina as their own product.

Become a partner operator

  1. Run your own operator workspace on app.carinaai.uk or self-hosted cloud.
  2. Create a partner account on the hosted engine (org owner):
POST /api/carina-ops/partner/account
Content-Type: application/json

{
"name": "Acme Agency",
"commercialTier": "agency"
}
  1. Set reseller brand (product name, support email, colors) on the partner record.
  2. Publish your pack catalog if you sell vertical bundles (Skill packs).

Onboard a client workspace

POST /api/carina-ops/partner/clients
Content-Type: application/json

{
"name": "Client Co workspace",
"email": "[email protected]"
}

The client receives invite credentials. Their org is linked to your partner_id for brand and pack visibility.

List clients: GET /api/carina-ops/partner/clients.

Commercial packaging ideas

PackageWhat you sellCarina layer
Branded chatBrowser workspace on your domainCloud app + brand
Vertical agentProperty or healthcare pack bundleSkill packs + prompts
Managed opsYou run keys, cron, and supportBYOK vault + your SLA
Security add-onScout monitoringLabyrinth Scout integration

Co-marketing

The Built on Carina partner program covers badges and co-marketing for products on the MIT kernel. White-label resellers may still use "Powered by Carina" in footer unless contract says otherwise.

Limits

  • maxClientOrgs on your partner tier caps how many client workspaces you can provision.
  • Kernel format and pack manifests must stay compatible; do not fork pack IDs without documenting migrations.
  • Control plane hosts remain operator-facing.