Integrate Anywhere
Connect Assisters to your existing tools and platforms. Use our API, embed widgets, webhooks, and pre-built integrations.
Integration Methods
REST API
Full programmatic access to all Assister features via our RESTful API.
Embed Widget
Add chat interfaces to any website with a simple JavaScript snippet.
Webhooks
Receive real-time notifications about events in your Assisters.
Native SDKs
Official libraries for JavaScript, Python, and other popular languages.
Zapier & Make
Connect to thousands of apps with no-code automation platforms.
SSO & Auth
Enterprise single sign-on and custom authentication integrations.
Popular Integrations
- Slack: Add Assisters to Slack channels for team collaboration
- Discord: Deploy bots powered by your Assisters
- WordPress: Embed chat widgets in WordPress sites
- Shopify: Provide customer support and product recommendations
- Notion: Query your Notion workspace with AI
- Google Workspace: Integrate with Docs, Sheets, and Drive
Quick Start: Embed Widget
Add an Assister to any website in seconds with our embed code:
<script src="https://www.assisters.io/sdk/assisters.js"></script>
<script>
Assisters.init({
assisterId: 'your-assister-id',
position: 'bottom-right'
});
</script>Customize appearance, behavior, and features with additional configuration options.
API Authentication
All API requests require authentication using an API key:
curl -X POST https://api.assisters.dev/v1/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"message": "Hello, world!"}'Get your API keys from the Dashboard.
Start Integrating Today
Connect your Assisters to the tools you already use.
Explore API