Integrate the AI Agent with Your Apps
We offer support for AI Agent integration via both API calls and iFrame embedding.
1. API Integration
You can see the cURL code for your chatbot under the "Integration / cURL" tab. The agent API is compatible with the OpenAI chat completions API.
Note that if you include max_tokens and temperature in the API call, the values specified will overwrite those set through the "Settings" tab. If you don't include these parameters, our backend will use the values specified in the "Settings" tab.
The API call also requires the access token which is included in the cURL code snippet (masked by the blue color in the screenshot below). If you want to change the access token, simply go to the settings page and refresh it.
2. iFrame Integration
We also support iFrame integration which allows you to add the chatbot to your web app with just one line of code. Just navigate to the "Integration / iFrame" tab to copy the iFrame code.
3. Standalone Page
We provide chatbot access on a full page URL. Customize the header banner if necessary and you can start sharing the address to anyone who'd like to use your AI Agent.
4. Website's Widget
Follow the instruction of the Widget's subtab, copying the necessary code to your website's code and a widget will be available in the bottom left corners. You can customize the widget's opened and closed icon in the Settings.
5. Discord integration
Feel free to contact us if you want to try our Discord integration. We'll setup an Agent that will be available in any number of channels in your discord server.
Updated 4 days ago