Agents
Create, configure, and publish agents.
Agents define the behavior of Bit. 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 Bit
Bit 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 Bit:
const bit = await createBit('your-agent-id');