--- servers: - url: https://api.boomi.com/api/rest/v1/{accountId}/ description: REST API — US region region: us - url: https://api.platform.gb.boomi.com/api/rest/v1/{accountId}/ description: REST API — GB region region: gb - url: https://api.boomi.com/graphql description: GraphQL API --- # Boomi Developer Documentation > API references, guides, and developer resources for the Boomi Enterprise Platform. > > This file is the primary entry point for AI Agents. Load the section file > for your topic — each is small enough to fit comfortably in a context window. > > For bulk ingestion or RAG pipelines, use the full index: https://developer.boomi.com/llms-full.txt ## Service Areas - [Blog](https://developer.boomi.com/md/blog/llms.txt): Developer blog — tutorials, release highlights, and best practices (27 pages) - [APIs](https://developer.boomi.com/md/docs/APIs/llms.txt): Platform REST APIs, GraphQL, SOAP, MFT, and connector API references (1191 pages) - [Boomi AI](https://developer.boomi.com/md/docs/BoomiAI/llms.txt): Boomi AI agent building, prompt engineering, and AI-assisted integration (26 pages) - [Boomi Companion](https://developer.boomi.com/md/docs/BoomiCompanion/llms.txt): Boomi Companion setup, configuration, and usage guides (14 pages) - [Boomi Embedded](https://developer.boomi.com/md/docs/BoomiEmbedded/llms.txt): Embedding Boomi integration capabilities in third-party applications (11 pages) - [Changelog](https://developer.boomi.com/md/docs/Changelog/llms.txt): API and platform changelog — breaking changes and version history (2 pages) - [Connectors](https://developer.boomi.com/md/docs/Connectors/llms.txt): Connector SDK, custom connector development, and connector certification (67 pages) - [Controlplane SDK](https://developer.boomi.com/md/docs/ControlplaneSDK/llms.txt): Boomi Controlplane SDK documentation (8 pages) - [Getting Started](https://developer.boomi.com/md/docs/GettingStarted/llms.txt): Onboarding, authentication, first API call, and developer quickstarts (10 pages) - [Partners](https://developer.boomi.com/md/docs/Partners/llms.txt): Partner program resources, co-sell guides, and integration templates (11 pages) ## Notes for AI tools Most documentation pages on this site can be fetched directly. However, REST API reference pages (URLs matching `/docs/api/*`) are rendered client-side and may return empty content when fetched as HTML. If a `/docs/api/*` page returns empty or minimal content, fetch the corresponding OpenAPI spec instead: | URL pattern | Fallback OpenAPI Spec | |---|---| | `/docs/api/platformapi/*` | https://developer.boomi.com/APIs/platformOpenAPISpec.json | | `/docs/api/platformpartnerapi/*` | https://developer.boomi.com/APIs/platformPartnerAPISpec.json | | `/docs/api/connectors/*` | https://developer.boomi.com/APIs/connectorsOpenAPISpec.json | | `/docs/api/bundles/*` | https://developer.boomi.com/APIs/bundlesOpenAPISpec.json | | `/docs/api/dataintegration/*` | https://developer.boomi.com/APIs/dataIntegrationOpenAPISpec.json | | `/docs/api/dataintegrationlegacyapi/*` | https://developer.boomi.com/APIs/dataIntegrationOpenAPISpec.json | | `/docs/api/aftmanagementapi/*` | https://developer.boomi.com/APIs/aftManagementRESTOpenAPISpec.json | | `/docs/api/aftauditlogapi/*` | https://developer.boomi.com/APIs/aftManagementRESTOpenAPISpec.json | | `/docs/api/filesharingapi/*` | https://developer.boomi.com/APIs/mftFileSharingOpenAPISpec.json | | `/api/eventnotifications/*` | https://developer.boomi.com/APIs/eventNotificationsOpenAPISpec.json | GraphQL and SOAP API pages render correctly and can be fetched directly. Pages at `/docs/category/*` are Docusaurus navigation shells — they contain only links, not content. Use the URLs in this file to reach actual documentation. ### Authentication All Boomi Platform REST APIs use Basic Auth (username + API token). JWT authentication is also supported. Base URLs: - US region: `https://api.boomi.com/api/rest/v1/{accountId}/` - GB region: `https://api.platform.gb.boomi.com/api/rest/v1/{accountId}/` For rate limits and API licensing details, see: https://developer.boomi.com/docs/GettingStarted/API_licensing ### GraphQL - Endpoint: `https://api.boomi.com/graphql` - Authentication guide: https://developer.boomi.com/docs/APIs/GraphQL/Authentication - API Explorer: https://developer.boomi.com/docs/APIs/GraphQL/GraphQL_api_explorer - [Boomi Developer Documentation](https://developer.boomi.com/index.md)