Building Agents
Step-by-step guide to creating and deploying your first agent.
Creating an Agent
To create a new agent, navigate to the Agents tab in your dashboard and click New Agent. Give it a name, select a model, and define its primary role. Your agent will be ready to configure in seconds.
Configuring Instructions
Instructions define how your agent behaves. Write clear, specific prompts that describe the agent's role, tone, and goals. You can use variables and conditional logic to make instructions dynamic based on input context.
Adding Tools
Extend your agent's capabilities by attaching tools from the Tools tab:
Search: Let the agent query the web or your knowledge base
Code Runner: Execute scripts and return computed results
Integrations: Connect CRMs, databases, and third-party APIs
Testing Your Agent
Use the built-in Playground to send test inputs and inspect your agent's outputs, tool calls, and reasoning steps. Once satisfied, deploy your agent via API or embed it directly into your product using the AgentFlow SDK.
