Talk to your agentsReact
Add Sidebar Chat to React
Copy page
Integrate Inkeep's sidebar chat component into your React application for seamless agent conversations.
The InkeepSidebarChat component provides a slide-out panel interface for conversing with your agents. It can be positioned on either side of your application and supports both manual triggering and automatic element triggers.
Installation
Trigger through react state
Here's a simple implementation of the InkeepSidebarChat component:
Trigger through data attributes
Configuration Options
Required Props
Property | Type | Description |
---|---|---|
aiChatSettings | object | Configuration for the AI chat connection |
aiChatSettings.graphUrl | string | The URL of your agent graph endpoint |
aiChatSettings.headers | object | Headers for authentication and graph identification |