Partner Program

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

1

Get API Key

Decisio admin creates your partner account and provides a pk- API key.

2

Provision Tenants

Call POST /partner/tenants to create a tenant for each of your clients.

3

Push Data

Send product, inventory, and sales data via POST /ingest/{tenant_id}.

4

Receive Decisions

Poll /decisions or receive webhooks when AI agents generate recommendations.

5

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.

Keys shown once
Scope-based access
Automatic rotation

Tenant Provisioning

Create and manage client tenants programmatically. Each gets isolated data and agents.

One API call to provision
Domain selection
Webhook registration

Webhook Delivery

Receive real-time events when decisions are created, approved, or executed.

HMAC signatures
Retry with backoff
Event filtering

Delegated Tokens

Generate short-lived JWTs for embedding Decisio UI inside your product.

1-60 min TTL
Viewer role
Tenant-scoped

TypeScript SDK

Our official SDK handles authentication, tenant provisioning, data ingestion, and webhook verification out of the box.

TypeScript / JavaScript
Tenant management
Data ingestion
Decision polling
Webhook verification
Field mapping utilities
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.

Tally integration
Zoho extension
Custom ERP

E-commerce Platform

Offer dynamic pricing and demand forecasting to your merchants.

Marketplace operators
Multi-vendor platforms
Aggregators

Fintech Platform

Embed fraud detection and risk scoring for your merchants or borrowers.

Payment gateways
Lending platforms
NBFC software

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.