Embeddable Everywhere
Maximum Flexibility
Drop SuprAgent into any workflow with iframe widgets, React components, shareable links, or headless API integration. Secure, tokenized access with organization-scoped API keys gives you complete control over who can use your agents and how.
Integrate Your Way
Choose the integration method that works best for your use case
JavaScript Widget
Simple script tag integration. Drop into any website with zero configuration. Works with any tech stack.
<script src="https://cdn.supragent.ai/widget.js" data-agent-id="your-agent-id"></script>React/Vue Components
Native components for React, Vue, and Angular. Full TypeScript support, custom styling, and event handling.
import { SuprAgent } from '@supragent/react'
<SuprAgent agentId="your-agent-id" />Shareable Links
Generate unique URLs for agents. Perfect for support tickets, email campaigns, or one-off conversations.
https://app.supragent.ai/chat/your-agent-id?session=abc123Headless API
Build custom interfaces with our REST API. Complete control over UI and UX. Ideal for native apps.
POST /api/v1/agents/{id}/messages
{
"message": "Hello",
"sessionId": "abc123"
}Enterprise Features
White-label branding
Custom CSS styling
Event hooks & callbacks
Session management
Multi-language support
Mobile responsive
Offline mode
File upload support
JWT authentication
Rate limiting
CORS configuration
Webhook notifications