Environment Setup
First, you’ll need these environment variables:BLOOM_AGENT_ID
BLOOM_AGENT_ID
Your agent’s unique identifier (found in Agents tab)
BLOOM_ORG_API_KEY
BLOOM_ORG_API_KEY
Your organization’s API key (found in Profile tab)
BLOOM_AUTH (MCP Only)
BLOOM_AUTH (MCP Only)
Combined auth string for MCP servers
Integration Methods
Choose your preferred integration method:Direct API Integration
Use Bloom’s proxy API directly in your Python code
MCP Server Integration
Use the bloom-mcp-wrapper with any stdio MCP server
Test Your Setup
Once configured, test your integration:Make sure your agent has the appropriate OpenAI scopes configured before testing.