Partners
B2B2C — Platform Partner Integration
API-first integration for embedding Sentinel AI into fintech, banking, and wealth platforms.
B2B2C — Platform Partner Integration
Power your platform with Sentinel’s document intelligence, conversational AI, and portfolio analytics via RESTful APIs and embedded widgets.
Architecture
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Your Platform │◄────►│ Studio Middleware│◄────►│ Capabilities │
│ (CRM/PMS/etc) │ │ (Auth + Proxy) │ │ (Nexus/Zen/...)│
└─────────────────┘ └──────────────────┘ └─────────────────┘
│ │
│ Webhook callbacks
▼ ▼
┌─────────────────┐ ┌──────────────────┐
│ Embedded Widget│ │ Your Backend │
│ (Chat / Upload)│ │ (Event handling)│
└─────────────────┘ └──────────────────┘
Integration Patterns
Pattern 1: Full API Integration
Your backend calls Sentinel APIs directly. Best for:
- CRM platforms enriching client records
- Portfolio systems adding AI analytics
- Research platforms generating narratives
Key endpoints:
POST /api/v1/nexus/upload— Document extractionPOST /api/v1/zen/chat/{id}/messages— Conversational AIPOST /api/v1/orchestrator/invoke— Agentic workflowsGET /api/v1/dashboard— Aggregated metrics
Pattern 2: Embedded Widget
Drop a chat widget or upload component into your UI. Best for:
- Adding AI chat to existing advisor workstations
- Client portals needing document upload
- Mobile apps with limited native development
<iframe src="https://sentinel-ai-platform.centricitywealth.tech/widget/chat?tenant=YOUR_TENANT"
width="400" height="600"
style="border:none;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,0.1);">
</iframe>
Pattern 3: Hybrid
Your backend handles auth and data flow; Sentinel widgets handle the AI interaction surface.
Webhooks
Subscribe to events for real-time updates:
| Event | Payload | Use Case |
|---|---|---|
document.completed |
Document ID, extraction JSON, confidence scores | Auto-update CRM holdings |
document.failed |
Document ID, error code, stage | Alert ops team |
chat.session.closed |
Session ID, summary, token usage | Log to client activity |
report.generated |
Report ID, URL, client ID | Email to advisor |
Webhook security: HMAC-SHA256 signature in X-Sentinel-Signature header.
Sandbox Environment
- URL:
https://sentinel-dev.centricitywealth.tech - Rate limits: 100 requests/minute
- Data: Synthetic, no PII
- Uptime: Best effort (not SLA-bound)
Request sandbox access: partners@centricity.co.in
Co-Marketing
Platform partners are eligible for:
- Joint case studies
- Webinar collaboration
- Logo placement on Sentinel website
- Partner directory listing
- Early access to new capabilities