AI Integrations¶
OrionBelt provides ready-to-use tools for popular AI frameworks. All REST API integrations use the shortcut endpoints and work best with OrionBelt running in single-model mode.
Available Integrations¶
| Integration | Language | Description | Guide |
|---|---|---|---|
| LangChain / LangGraph | Python | 10 async tools + create_agent example |
integrations/langchain/ |
| OpenAI Agents SDK | Python | 10 function tools + Agent/Runner example |
integrations/openai-agents-sdk/ |
| CrewAI | Python | 10 tools + multi-agent crew example | integrations/crewai/ |
| Google ADK | Python | 10 FunctionTools + Gemini agent example | integrations/google-adk/ |
| Vercel AI SDK | TypeScript | 10 tools + Next.js API route example | integrations/vercel-ai-sdk/ |
| n8n | JSON | Workflow templates (batch + AI agent) | integrations/n8n/ |
| ChatGPT Custom GPT | OpenAPI | OpenAPI 3.1 spec + GPT instructions | integrations/chatgpt-custom-gpt/ |
| MCP Server | Python | 10+ tools for Claude, Copilot, Cursor, Windsurf | separate repo |
Each integration directory includes a self-contained README with setup instructions, code examples, and usage patterns. The MCP server is maintained as a separate repository.