Documentation Query API Agents Building Agents Memory Core Self-Learning Playground
AI-Powered Generation

Agents Building Agents

Describe what you need in plain English. Our AI builds a fully configured agent in seconds using a 3-prompt pipeline.

๐Ÿ’ฌ
Your Idea
Natural language
โ†’
LLM
LLM Pipeline
3 prompts
โ†’
โœจ
Live Agent
Ready to deploy

The 3-Prompt Pipeline

Each user request passes through three specialized AI prompts, each handling a different aspect of agent creation.

1

Intent Analyzer

Understands what you're trying to build

Parses your natural language description and extracts key requirements: industry, use case, required capabilities, tone, and target audience.

// Input
"I need a booking assistant for my hair salon that can schedule appointments and remember customer preferences"

// Output
{
  "industry": "beauty/salon",
  "use_case": "appointment_booking",
  "capabilities": ["scheduling", "memory", "preferences"],
  "tone": "friendly, professional"
}
2

Personality Designer

Crafts the agent's character and voice

Creates a detailed system prompt that defines the agent's personality, communication style, knowledge boundaries, and behavioral guidelines.

// Generated System Prompt
"You are Bella, a friendly and professional booking assistant for [Salon Name].

Your personality:
- Warm and welcoming, like greeting a regular customer
- Efficient but never rushed
- Remember and reference past appointments

You can help with:
- Scheduling haircuts, coloring, styling appointments
- Recommending services based on preferences
- Sending appointment reminders

Always confirm: service type, stylist preference, date/time."
3

Configuration Builder

Generates the complete agent config

Produces the final agent configuration including name, slug, greeting message, suggested prompts, database schema, and integration settings.

// Final Agent Configuration
{
  "name": "Bella - Salon Assistant",
  "slug": "bella-salon-xyz123",
  "greeting": "Hi! I'm Bella, your salon assistant. Ready to book your next appointment?",
  "suggested_prompts": [
    "Book a haircut",
    "What services do you offer?",
    "Cancel my appointment"
  ],
  "capabilities": {
    "booking": true,
    "memory": true,
    "notifications": true
  }
}

See It In Action

Example Generation

YOU TYPE
"Build me a customer support agent for my SaaS product that can answer FAQs, create support tickets, and escalate to humans when needed"
โฌ‡๏ธ 3-Prompt Pipeline โฌ‡๏ธ
GENERATED AGENT
๐ŸŽง
Alex - Support Assistant

Hi! I'm Alex, here to help with any questions about your account. What can I assist you with today?

FAQ Answers Ticket Creation Human Escalation Account Lookup

Generation Stats

<10s
Average Generation Time
3
AI Prompts in Pipeline
100%
Natural Language Input

Pipeline Architecture

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                         AGENTS BUILDING AGENTS PIPELINE                          โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

  User Input: "I need a restaurant booking bot with menu recommendations"
                                      โ”‚
                                      โ–ผ
  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
  โ”‚                           PROMPT 1: INTENT ANALYZER                          โ”‚
  โ”‚                                                                              โ”‚
  โ”‚   Extract:                                                                   โ”‚
  โ”‚   โ€ข Industry: restaurant/hospitality                                        โ”‚
  โ”‚   โ€ข Primary function: reservations                                          โ”‚
  โ”‚   โ€ข Secondary: menu recommendations                                         โ”‚
  โ”‚   โ€ข Implied: hours, location, dietary filters                               โ”‚
  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                      โ”‚
                                      โ–ผ
  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
  โ”‚                        PROMPT 2: PERSONALITY DESIGNER                        โ”‚
  โ”‚                                                                              โ”‚
  โ”‚   Generate:                                                                  โ”‚
  โ”‚   โ€ข Name: "Marco" (Italian restaurant vibe)                                 โ”‚
  โ”‚   โ€ข Tone: Warm, knowledgeable about food                                    โ”‚
  โ”‚   โ€ข System prompt with personality traits                                   โ”‚
  โ”‚   โ€ข Conversation boundaries                                                 โ”‚
  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                      โ”‚
                                      โ–ผ
  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
  โ”‚                       PROMPT 3: CONFIGURATION BUILDER                        โ”‚
  โ”‚                                                                              โ”‚
  โ”‚   Output:                                                                    โ”‚
  โ”‚   โ€ข Complete agent config JSON                                              โ”‚
  โ”‚   โ€ข Database schema for reservations                                        โ”‚
  โ”‚   โ€ข Greeting message                                                        โ”‚
  โ”‚   โ€ข Suggested user prompts                                                  โ”‚
  โ”‚   โ€ข Integration webhooks                                                    โ”‚
  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                      โ”‚
                                      โ–ผ
  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
  โ”‚                              LIVE AGENT CREATED                              โ”‚
  โ”‚                                                                              โ”‚
  โ”‚   Marco - Restaurant Host                                                   โ”‚
  โ”‚   "Buongiorno! I'm Marco, ready to help you reserve a table or explore     โ”‚
  โ”‚    our menu. How can I assist you today?"                                   โ”‚
  โ”‚                                                                              โ”‚
  โ”‚   API Endpoint: /chat/marco-restaurant-abc123/message                       โ”‚
  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

What Gets Generated

The pipeline creates everything needed for a production-ready agent:

API Reference

Build Agent

POST /api/smart-builder/build

// Request
{
  "prompt": "I need a customer support agent for my e-commerce store"
}

// Response
{
  "success": true,
  "agent": {
    "id": 42,
    "name": "Sophie - E-commerce Support",
    "slug": "sophie-ecom-x7k2m",
    "greeting": "Hi there! I'm Sophie, ready to help with orders, returns, or product questions.",
    "system_prompt": "You are Sophie, a friendly e-commerce support specialist...",
    "suggested_prompts": [
      "Track my order",
      "Start a return",
      "Product recommendations"
    ]
  },
  "chat_url": "/chat/sophie-ecom-x7k2m"
}

Magic: One API call, one sentence, one fully configured AI agent ready to chat with your users.