Chat Agents
This guide explains how to create and configure a chat agent in Synthflow. Chat agents enable you to deliver conversational AI experiences through text-based interfaces, such as web chat widgets, support portals, or custom applications.
Synthflow does not currently provide native integration with SMS or third-party chat apps. Chat agents are accessible via API only.
Creating a Chat Agent (UI)
- Go to the Agents section in the Synthflow platform.
- Click Create Agent.
- Select Chat as the agent type.
- Enter a name and description for your chat agent.
- Configure settings, including:
- Language model (e.g., GPT-4o, GPT-5.1)
- Conversation flow (single prompt or flow designer)
- Save your chat agent.
Creating a Chat Agent (API)
To create a chat agent via API, send a POST request to the Synthflow API endpoint. Example:
Next Steps
Frequently Asked Questions (FAQ)
What is pricing for chat?
Each message sent is charged at $0.002.
Does chat work for both prompt and flow designer agents?
Yes! You can use either a single prompt or a flow designer configuration for your chat agent.
Can I connect my chat agent to SMS or WhatsApp?
Not natively. You can build custom integrations using the API, but direct SMS/WhatsApp support is not included.
How do I monitor chat agent performance?
Chat will be shortly integrated into the analytics platform.