For the complete documentation index, see llms.txt. This page is also available as Markdown.

Build

Define what the agent is and what it can reach.

Build is where the agent takes shape. You give it an identity, write the instructions that govern every response, choose how hard it thinks, attach the skills and knowledge it needs, and wire the credentials and triggers that let it run.

Most of your time in the Agent Builder is spent here, and most agent problems are traced back here. An agent that answers wrongly usually has an instructions problem, a knowledge problem, or a skills problem — not a deployment problem.

Identity and reasoning

Capabilities

What the agent can do — the actions available to it at runtime.

Knowledge

What the agent can read — the material it retrieves from at runtime.

Execution and credentials

  • Triggers — Configure events that start the agent automatically.

  • Secrets & Variables — Store runtime credentials and reusable values.


Once the agent behaves the way you intend, move on to Test to validate it against real cases before release.

Last updated