Skip to main content

Agent operations

AvailableFreeAvailableIndividualAvailableTeamAvailableCustom Compare plans

An Agent Operation (AO) is the unit of work in Airbyte Agents. Every time an agent processes a prompt, reasons about data, or calls a tool through Airbyte's hosted platform, it consumes AOs. AOs measure the processing intensity of a task, not just the number of requests. Connector calls made locally through the open-source SDK do not consume AOs.

Airbyte derives AOs from a combination of two factors:

  • Tool calls. Each action an agent takes against a connector counts as a tool call. Listing records, fetching a single record, searching the Context Store, and writing data back to a source are all tool calls.
  • Reasoning. The input and output tokens an agent consumes while reasoning about your prompt contribute to the AO count.

Simple tasks typically make fewer tool calls and require less reasoning, so they consume fewer AOs. Complex tasks that span multiple connectors, require iterative lookups, or produce long responses consume more.

Airbyte does not expose the exact formula that converts tool calls and reasoning into AOs. Use the Usage chart on the Billing page to monitor your consumption.

What produces agent operations

Any interaction with an agent consumes AOs. The source of the interaction determines how Airbyte tracks it.

SourceDescriptionTracked as a session?Tool calls visible?
ChatA conversation with an agent in the web app.YesYes
AutomationA single run of a scheduled or manually triggered automation.YesYes
Automation Builder ChatA conversation inside the Automation Builder while designing an automation.YesYes
MCPTool calls from agents connected through the Model Context Protocol.NoYes
APIDirect calls to the Agent API.NoYes
SDKCalls from an agent built with the Agent SDK.NoYes

Sources tracked as sessions appear on the Sessions page, where you can review the full conversation and tool calls. Sources that aren't tracked as sessions still consume AOs and appear in the Usage panel on the Billing page. To inspect individual tool calls from MCP, API, or SDK usage, use the Tool calls page.

How AOs relate to billing

Your plan determines how many AOs you receive each month, whether you can exceed that allowance, and how much overage costs. For plan details, usage monitoring, and payment management, see Billing and pricing.