Boomi · Schema

Boomi AI Agent

Represents a Boomi AI agent managed through Boomi Agentstudio — an entity that uses large language models to autonomously handle tasks, orchestrate integrations, and respond to user requests. Agents are configured with tools, guardrails, and LLM provider settings via the Agent Control Tower.

AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflows

Properties

Name Type Description
id string Unique identifier of the AI agent.
name string Display name of the AI agent.
description string Human-readable description of the agent's purpose and capabilities.
accountId string Boomi account ID that owns this agent.
providerId string ID of the external AI provider if this agent is from a third-party system.
providerType string The AI provider powering this agent.
state string Current operational state of the agent.
tools array Tools (API endpoints, integrations) available to this agent.
guardrails array Guardrail configurations controlling the agent's behavior boundaries.
llmConfig object
createdDate string ISO 8601 timestamp when the agent was created.
modifiedDate string ISO 8601 timestamp when the agent was last modified.
View JSON Schema on GitHub