AI Workspace Management
- Create team & private AI agents
- Configure behavior & personality
- Deploy for internal & external use
- Manage AI workspace permissions
Create AI agents, ingest knowledge, manage conversations, and deploy AI into your product from one REST API. Use the same models, tools, and grounded answers as the InsertChat app without rebuilding the stack yourself.
7-day free trial · No charge during trial
Everything needed to create AI agents, ground them in content, and turn conversations into product workflows.
These are the objects you work with when you build on top of InsertChat.
Authenticate once, scope access correctly, and keep every request under your own AI workspace controls.
curl -X POST https://api.insertchat.com/auth/login \
-H "Content-Type: application/json" \
-d '{"email": "you@company.com", "password": "your-password"}'
# Response:
# {
# "token": "eyJhbGciOiJIUzI1NiIs...",
# "type": "bearer",
# "expires_in": 3600
# }Include the token in all subsequent requests as a Bearer token in the Authorization header.
See the fastest path to creating an agent, sending a message, and grounding it in your content.
curl -X POST https://api.insertchat.com/v1/agents \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name": "Support Bot", "model": "gpt-5.2", "prompt": "You are a helpful support agent."}'curl -X POST https://api.insertchat.com/v1/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"agent_id": "agent_abc", "message": "What is your return policy?"}'curl -X POST https://api.insertchat.com/v1/sources \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@product-docs.pdf" \
-F "agent_id=agent_abc" \
-F "type=document"The deeper controls teams use when the API becomes part of a product or delivery workflow.
Custom domain configuration, brand copyright settings, SMTP email customization, and complete UI theming.
Speech-to-text transcription, text-to-speech synthesis, multiple voice options, and audio file processing.
Real-time event notifications, custom webhook endpoints, Stripe payment integration, and third-party service connectors.
Define custom actions, validate action schemas, tool configuration, and factory tool templates.
Examples of what teams build when they want InsertChat's AI layer inside their own product or workflow.
Tap any question to see how InsertChat would respond.
InsertChat
Product FAQ
Hey! 👋 Browsing Integrations questions. Tap any to get instant answers.
600+ integrations including Slack, Notion, Google Workspace, Salesforce, HubSpot, Zendesk, Shopify, WooCommerce, and Zapier. Our REST API allows custom integrations with any system.
Yes. Deploy your agent directly to Slack so your team can interact in channels or DMs.
Yes. Sync leads, contacts, and conversation data directly into HubSpot.
Yes. Ticket creation, handoffs, and syncing support conversations are all supported.
Yes. Your agent can answer product questions, check order status, and assist with common e-commerce queries.
Yes. WooCommerce works similarly to Shopify with access to product catalogs and order information.
Yes. Connect Google Drive, Docs, and other Workspace tools as knowledge sources.
Yes. Connect InsertChat with thousands of apps via Zapier to automate workflows and sync data.
Yes. Enable web search so the agent can find current information beyond your knowledge base.
Yes. The agent can schedule meetings directly during conversations.
Yes. Send events to your own systems for custom integrations and real-time notifications.
Yes. Full REST API for creating agents, managing sources, and interacting with conversations programmatically.
Yes. Install via script embed or Google Tag Manager.
Yes. Use in-app embeds for a native feel, or the API to build a custom interface.
Yes. Custom domain and SMTP options are available so outbound messaging aligns with your infrastructure.
Start your trial, go to Settings > Integrations, and connect in one click. 600+ apps available.
600+ integrations including Slack, Notion, Google Workspace, Salesforce, HubSpot, Zendesk, Shopify, WooCommerce, and Zapier. Our REST API allows custom integrations with any system.
Yes. Deploy your agent directly to Slack so your team can interact in channels or DMs.
Yes. Sync leads, contacts, and conversation data directly into HubSpot.
Yes. Ticket creation, handoffs, and syncing support conversations are all supported.
Yes. Your agent can answer product questions, check order status, and assist with common e-commerce queries.
Yes. WooCommerce works similarly to Shopify with access to product catalogs and order information.
Yes. Connect Google Drive, Docs, and other Workspace tools as knowledge sources.
Yes. Connect InsertChat with thousands of apps via Zapier to automate workflows and sync data.
Yes. Enable web search so the agent can find current information beyond your knowledge base.
Yes. The agent can schedule meetings directly during conversations.
Yes. Send events to your own systems for custom integrations and real-time notifications.
Yes. Full REST API for creating agents, managing sources, and interacting with conversations programmatically.
Yes. Install via script embed or Google Tag Manager.
Yes. Use in-app embeds for a native feel, or the API to build a custom interface.
Yes. Custom domain and SMTP options are available so outbound messaging aligns with your infrastructure.
Start your trial, go to Settings > Integrations, and connect in one click. 600+ apps available.
Documentation
Use interactive Postman collections, request and response examples, authentication setup guidance, and endpoint testing to move from prototype to production faster.
Build with confidence
Enterprise-grade reliability
99.9% Uptime
Community and dedicated API support
Developer Support
Real-time monitoring available
API Status
Need procurement, security review, or implementation support before you ship? Start with the docs, then bring us into the rollout when your team needs help.