Bit by ChatbyteBit by Chatbyte

Agents

Create, configure, and publish agents.

Agents define the behavior of Bit. Each agent has its own prompt, settings, and identity.

Create an agent

  1. Open the Chatbyte dashboard.
  2. Go to Agents and create a new agent.
  3. 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');

On this page