Introducing Agent Garden REST APIs: build, manage, and invoke Boomi agents from your own stack
With Agent Garden REST APIs, build, manage, and invoke agents directly from your code and tools. Where Embedkit CDN gives you invocation from outside the Platform, these APIs give you complete control over the full agent lifecycle.
This blog introduces what you can do with these APIs.
Treat your agents like any other code
You can build and operate agents in code, including creating agents and tools, configuring tools, updating guardrails, packaging and deploying agents, listing agents and executing agents in a runtime. These APIs also include full support for MCP servers, where teams can auto-discover, register, and manage MCP server tools at scale, from outside the Boomi Platform entirely.

For example, use List Agents to fetch Boomi agents or Create Agent to build an agent and centrally define an agent's goals, task instructions, and guardrails. You can also list or create MCP servers, or use the Auto-Discover MCP Server Tools to save time and find pre-built tools. Once an agent is created, you can package and deploy it to regional runtimes. Each regional runtime runs from a versioned package. You can have the same versioned packages in multiple runtimes. When a configuration changes, such as a new policy or revised guardrail, use Update Agent once to apply changes, and then package and re-deploy the agents using the Deployment APIs to push the update to all instances in a single operation.
Call agents from the tools your team already uses
Once an agent is deployed and accessible via execution APIs, you can invoke it from your existing tech stack using your own credentials. For instance, you can trigger it from a Slack workflow, a CRM automation, a custom internal application, or a third-party integration.
Take an internal support portal as an example, the portal calls the Session API with your query, and the agent's response streams back via SSE. You can integrate this into your existing frontend in the same way you'd connect any other streaming endpoint.
Multi-region deployment: UK, Japan, Australia and the US regions
Last month, we launched Agentstudio in the UK, Japan, Australia, and the US, with more regions planned. For teams operating under strict regional data sovereignty policies (such as GDPR) or internal governance requirements, agents can process data within a specific regional cloud. Each region supports independent versioned deployments, so you can manage updates per region without affecting others. Execution latency also improves when agents run close to the data and users they serve.
Agent Garden REST APIs give you programmatic control over the full agent lifecycle, from build and deployment to invocation. Get started with Agent Garden REST APIs and share what you build with us.

