Waiting for engine...
Skip to main content

Agentstudio APIs

Boomi provides two API solutions for managing AI agents: Agent Garden APIs for building and deploying agents within Boomi's managed platform, and Agent Control Tower (ACT) GraphQL APIs for registering and managing custom agents from third-party providers.

Which API Should You Use?

Use caseAPILearn more
Build, package, and deploy agents natively in BoomiAgent Garden REST APIsFull lifecycle automation
Register and manage agents from non-Boomi providers (e.g., AWS Bedrock, custom LLMs)Agent Control Tower GraphQL APIsMulti-provider catalog

Agent Garden REST APIs

The Boomi Agent Garden API lets you programmatically create, configure, package, and deploy AI agents within your Boomi account. Automate the full agent lifecycle, from creation to live deployment in a runtime environment, without touching the UI.

Key Features

  • Agent management: Create agents with objectives, tasks, guardrails, and custom configurations. Retrieve paginated lists with optional filtering or fetch detailed configurations. Soft-deletion preserves records for recovery.

  • Packaging: Generate versioned snapshots of agent configurations and prepare them for deployment. Packages encapsulate the complete agent definition at the time of creation.

  • Deployment: Deploy packaged agents to target environments and make them available to end users. Manage deployment records across agents, packages, or your entire account.

Agent Control Tower GraphQL APIs

Agent Control Tower (ACT) APIs enable you to register, manage, and monitor AI agents from providers not natively supported by Boomi.

Why Use Custom Accounts APIs

  • Broader ecosystem support: Integrate and manage third-party or custom AI providers not natively supported in ACT
  • Unified catalog: Centralize all providers, agents, and their relationships with tasks, tools, instructions, and associated models in one place
  • Faster onboarding: Directly onboard new providers and agents via APIs without backend enablement
  • Consistency across UI and API: Providers and agents created via APIs are automatically reflected in the ACT interface for unified visibility
  • Scalability: Support rapid expansion of the AI ecosystem as new providers emerge
  • Auditable: Every creation, update, and deletion is logged for full traceability and governance
On this Page