Skip to content

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.

AreaUse It For
MCP - Model Context ProtocolStandard tool and context connections for AI hosts such as Claude, Cursor, and Kiro.
API TokensKeys for OpenAI, Anthropic, Gemini, Cohere, Hugging Face, Mistral, and related platforms.
LangChainApplication-level orchestration with models, tools, prompts, memory, and retrievers.
LangGraphAgent workflows where state, branching, and multi-step execution need more control.
CrewAIMulti-agent collaboration 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.