Documentation

Everything you need to know to build powerful AI chat agents with BYC

Getting Started

Learn how to create your first AI agent

API Reference

Complete API documentation and examples

Integration Guide

How to embed agents in your application

Customization

Customize your agent's appearance and behavior

Create an Agent (Step-by-Step)

Follow these focused steps to build a production-ready agent with a clean, friendly UX.

  1. 1

    Sign up and log in

    Create your account, then access the dashboard to manage agents and knowledge.

    Register
  2. 2

    Create a new agent

    Open Dashboard → Create Agent. Give it a clear, memorable name.

    Dashboard
  3. 3

    Choose a base model

    Select a model that matches your latency and quality needs. You can change this later.

  4. 4

    Write system instructions

    Describe the agent’s role, boundaries, and tone. Keep it concise and actionable.

  5. 5

    Welcome message and placeholder

    Craft a warm greeting and a helpful input placeholder to guide first-time users.

  6. 6

    Branding (optional)

    Upload a logo and pick a theme that matches your brand.

  7. 7

    Add suggestions (quick wins)

    Provide 3–5 starter prompts to drive engagement and showcase capabilities.

  8. 8

    Enable knowledge and upload content

    Turn on File Search, upload PDFs/TXT, or add curated text for ground-truth answers.

  9. 9

    Save and test

    Create the agent, open the chat, and verify answers with a few realistic scenarios.

  10. 10

    Embed or share

    Use the iframe/embed in your site or share the direct link with your team.

Embed in your site

<!-- Replace YOUR_AGENT_ID -->
<iframe
  src="/iframe/YOUR_AGENT_ID"
  style="width: 100%; height: 600px; border: 0; border-radius: 12px;"
  allow="clipboard-write;"
></iframe>