Embed AI Decision Intelligence in Your Platform
White-label Decisio as an add-on for your ERP, SaaS, or marketplace. Your clients get AI-powered decisions without leaving your product.
Why Partner With Decisio?
New Revenue Stream
Offer AI decision intelligence as a premium add-on. Usage-based billing makes it easy to monetize.
Simple Integration
Our TypeScript SDK and REST API let you integrate in days, not months. Full documentation included.
Zero Client Onboarding
Your clients never interact with Decisio directly. You provision tenants and manage everything via API.
Embedded UI Option
Generate delegated tokens to embed Decisio dashboards inside your product via iframe.
How Partner Integration Works
Get API Key
Decisio admin creates your partner account and provides a pk- API key.
Provision Tenants
Call POST /partner/tenants to create a tenant for each of your clients.
Push Data
Send product, inventory, and sales data via POST /ingest/{tenant_id}.
Receive Decisions
Poll /decisions or receive webhooks when AI agents generate recommendations.
Act on Decisions
Approve, reject, or execute decisions via API. Optionally show in your UI.
Technical Capabilities
API Key Authentication
Secure pk- prefixed API keys with bcrypt hashing, scopes, and rotation support.
Tenant Provisioning
Create and manage client tenants programmatically. Each gets isolated data and agents.
Webhook Delivery
Receive real-time events when decisions are created, approved, or executed.
Delegated Tokens
Generate short-lived JWTs for embedding Decisio UI inside your product.
TypeScript SDK
Our official SDK handles authentication, tenant provisioning, data ingestion, and webhook verification out of the box.
npm install @decisio/sdk
import { DecisioClient } from '@decisio/sdk'
const client = new DecisioClient({
apiKey: 'pk-your-api-key'
})
// Provision a tenant
const tenant = await client.tenants.provision({
clientName: 'Acme Corp',
externalClientId: 'ACME-001',
domain: 'retail'
})Partner Use Cases
ERP Add-on
Add AI pricing and inventory to your ERP. Clients get decisions inside the tools they already use.
E-commerce Platform
Offer dynamic pricing and demand forecasting to your merchants.
Fintech Platform
Embed fraud detection and risk scoring for your merchants or borrowers.
For You (Partner)
- New AI-powered add-on revenue stream
- Single API integration serves all clients
- Usage-based billing to your clients
- White-label capable with delegated tokens
For Your Clients
- AI decisions without additional software
- Zero onboarding effort required
- Domain-specific intelligence (pricing, inventory, risk)
- Decisions delivered inside the ERP they use
Ready to Partner?
Contact us to discuss partnership options, revenue sharing, and technical onboarding.