Skip to content

Creating your first agent

AI agents are configurable AI assistants with custom behaviour, tools, and knowledge bases. Create agents to automate tasks, answer questions, and interact with your data.

In the dashboard sidebar, click AI Agents, then click Create Agent to open the creation wizard.

The agent creation wizard walks you through five steps.

Enter a Name and Description for your agent. Optionally assign it to a Group to keep your agents organised. Built-in groups include development, compliance, content, and analytics, or you can enter a custom group name.

Select an AI model for the agent. Only models that support tool use are shown in the list.

Set the Temperature to control how creative or deterministic the agent’s responses are:

ValueBehaviour
0Precise, deterministic
0.5Balanced
1Creative, varied

Optionally set a Max tokens limit (1—200,000) to cap the length of the agent’s responses. Leave this empty to use the model’s default.

Write a system prompt that defines the agent’s personality, expertise, and boundaries. The system prompt is the most important factor in shaping agent behaviour.

Choose from a built-in template to get started quickly:

  • Code Reviewer — analyses code for quality, security, and best practices
  • Content Generator — creates and edits written content
  • Data Analyst — interprets data and produces insights
  • Compliance Checker — reviews content against regulatory requirements

Or write your own system prompt from scratch.

Assign capabilities to your agent:

  • Built-in tools — tools provided by Quant AI (e.g. web search, content retrieval)
  • Custom tools — your own edge functions registered as callable tools
  • Skills — reusable instruction sets grouped by namespace
  • Vector database collections — knowledge bases for retrieval-augmented generation (RAG)

You can add or change these after creating the agent.

Review all settings and click Save to create the agent. You can edit any setting later from the agent detail page.