AI Agents

AI Agents are reusable automation objects that define an AI model, credentials, system instructions, and the workflow tools the agent can use. Create an AI agent when you want the same agent identity and behavior to be available across multiple workflows without configuring the model, target, account key, instructions, and tools in each workflow. Agents can solve tasks defined in the prompt and instructions, and can execute other pre-selected workflows. This allows workflows to combine agentic and deterministic automation to maximize autonomy and control.

Previously, AI agent configuration was defined directly in an OpenAI activity on the workflow canvas. That meant the target, model, system instructions, user prompt, and other settings were stored inside one workflow activity. The reusable part of that configuration is now available for creating a top-level agent definition.

When a workflow uses an AI agent, the workflow activity references the saved agent definition. The workflow author provides only the runtime prompt and activity execution options. Workflows invoke the saved agent definition by name. You can design multiple workflows with the same agent. One target supports multiple agents.

You can view, create, and manage agents by navigating to Automate > Agents.