Skip to content

Build Overview

Everything you build in Agent Studio is assembled from a small set of blocks.

BlockWhat it doesStart here
ToolsActions grounded in your catalog, data products, and databasesTools overview
AgentsLLM + prompt + tools, combined to complete a taskAgents overview
FlowsMulti-step processes chaining agents and toolsFlows overview
SchedulesFlows that run on a cadence, without anyone askingScheduling flows
EvalsQ&A sets that measure agent accuracy before and after launchSQL evaluations
ModelsThe LLM behind your agents: OpenAI, Anthropic, or your ownLLM configuration
  1. Check whether the built-in tools cover your data sources; create custom tools for anything they don’t.
  2. Clone the closest built-in agent and adjust its prompt and tools.
  3. Build an evaluation set from real user questions and iterate until accuracy holds.
  4. If the task is multi-step or recurring, wrap the agent in a flow and schedule it.
  5. Publish, then pick a channel in Integrations. Every built-in tool call is metered — see usage and metering.