Build Your First AI Agent

Create and deploy your first AI agent in under 10 minutes.

Follow these steps to create your first AI agent.

Step 1: Create an Agent

Navigate to the dashboard and click Create New Agent. Give it a name and description.

Step 2: Add Data Sources

Upload your documents, connect a website URL, or link a database. Your agent will be trained on this data to provide accurate responses.

Supported data sources:

  • Documents: PDF, DOCX, TXT, CSV
  • Websites: Crawl any public URL
  • Databases: Connect via API

Step 3: Configure Settings

Customize your agent's behavior:

  • Model: Choose between available LLM providers
  • Temperature: Control response creativity (0.0 - 1.0)
  • System Prompt: Define your agent's personality and instructions

Step 4: Test in Playground

Use the built-in playground to test conversations before deploying.

Step 5: Deploy

Choose your deployment method:

<!-- Embed widget -->
<script src="https://your-domain.com/widget.js" data-agent-id="your-agent-id"></script>

Or use the REST API for custom integrations.

On this page