AI Integrations
AI Integrations
Section titled βAI IntegrationsβAI integrations help assistants and agents move beyond conversation. They connect models to tools, APIs, files, databases, source control, project systems, and other real application context.
Start Here
Section titled βStart Hereβ| Area | Use It For |
|---|---|
| MCP - Model Context Protocol | Standard tool and context connections for AI hosts such as Claude, Cursor, and Kiro. |
| API Tokens | Keys for OpenAI, Anthropic, Gemini, Cohere, Hugging Face, Mistral, and related platforms. |
| LangChain | Application-level orchestration with models, tools, prompts, memory, and retrievers. |
| LangGraph | Agent workflows where state, branching, and multi-step execution need more control. |
| CrewAI | Multi-agent collaboration patterns. |
Integration Patterns
Section titled βIntegration Patternsβ- Tool access for actions such as creating issues, reading files, or querying systems.
- Data access for documents, database schemas, tickets, and repository context.
- API access for building custom applications on top of model providers.
- Workflow orchestration for multi-step agents and retrieval-augmented generation.
Start with MCP when the goal is to connect an AI assistant to external tools. Start with API Tokens when the goal is to build or run your own AI-powered application.