Getting Started
The Agent Builder lets you create custom AI agents by combining tools and instructions together. Think of it like assembling a specialist — you define what it knows (instructions), what it can do (tools), and how it behaves (model parameters).
Core Concepts
An agent is made up of three building blocks:
- Instructions — Guidelines that shape how the agent responds. These set the tone, rules, and priorities for the agent's behavior.
- Tools — Defines specific capabilities for your agents. A tool gives your agent the ability to do tasks.
- Agent — The final composition. An agent combines a model with your chosen tools and instructions into something you can interact with.
The relationship is simple: Instructions + Tools = Agent.
Creating Your First Agent
- Navigate to the Agent Builder from your sidebar.
- You will land on the Discover page where you can browse existing agents, tools, and instructions.
- Click Create to open the builder.
- You will see three tabs at the top: Agents, Tools, and Instructions.
We recommend starting by creating a few instructions and tools first, then combining them into an agent. However, you can create them in any order.
Quick Start
If you want to jump right in:
- Go to the Create page.
- Click the New button and select Agent.
- Give it a name and description.
- Configure the model parameters (or leave the defaults).
- Optionally attach any existing tools and instructions.
- Click Create.
That's it — you now have a working agent you can test right from the builder.
For more details on each building block, see the dedicated pages for Agents, Tools, and Instructions.