Skip to content
Docs

Agent & Tool Integrations

Agents are only as capable as the tools they can use. This section covers creating custom tools, exposing them over the Model Context Protocol (MCP) for IDE and bot consumption, bridging external APIs like OpenAI Assistants into Beluga’s unified interface, and testing agent behavior deterministically without live API calls.

GuideDescription
Custom Tools and Tool RegistryBuild custom tools and manage them with the tool registry
Agents and MCP IntegrationExpose agent tools over MCP for IDE clients and bots
OpenAI Assistants BridgeBridge OpenAI’s Assistants API with Beluga AI’s ChatModel
Mock ChatModel for UI TestingCreate mock ChatModel implementations for deterministic testing