Agents
Create, configure, and publish agents.
Agents define the behavior of the Widget and other support surfaces. Each agent has its own prompt, settings, and identity.
Create an agent
- Open the Chatbyte dashboard.
- Go to Agents and create a new agent.
- Add a name and a short description that matches your use case.
Configure and test
- Add a system prompt and guardrails.
- Test responses in the dashboard.
- Adjust tone and instructions until results are consistent.
Publish for the Widget
The Widget only loads published agents. Publish your agent before embedding it on your site.
Agent ID
Every agent has a unique ID that you pass to createWidget:
const widget = await createWidget('your-agent-id');