> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/ai/frameworks.md).

# Framework Integrations

The agents and workflows you **ship** can use Norbix as their backend the same way your developers do at build time: through the [MCP server](/ai/mcp-server.md), the [SDKs](https://github.com/Isidos-co/codemash-docs/tree/main/sdk/javascript-typescript.md), or the [REST API](/api-reference/get-started.md).

Most modern agent frameworks can load MCP servers as tools. That means one integration — the Norbix MCP server — gives your agents access to auth, database, files, notifications, payments, scheduler, and logs, always limited by the service user's role.

### Guides

{% content-ref url="/pages/Gp74DYxRQ2tkANUyIYQq" %}
[LangChain](/ai/frameworks/langchain.md)
{% endcontent-ref %}

{% content-ref url="/pages/RZ7ZBvP05Ol2vFKyaNVP" %}
[LangGraph](/ai/frameworks/langgraph.md)
{% endcontent-ref %}

### Works with

Any tool that speaks MCP can use Norbix. Tools we track and test against include: **LangChain**, **LangGraph**, **CrewAI**, **LlamaIndex**, **n8n**, **Flowise**, **Langflow**, **Dify**, **AutoGen**, **Semantic Kernel**, **Mastra**, **Vercel AI SDK**, **Pydantic AI**, and desktop/IDE clients listed in [Connect Your AI Tool](/ai/connect-your-ai-tool.md).

{% hint style="info" %}
Missing your framework? The [REST API](/api-reference/get-started.md) works from anything that speaks HTTP, and the [remote MCP mode](/ai/mcp-server.md#remote-mode-streamable-http) works for tools that only accept a URL. Guides for more frameworks are on the way.
{% endhint %}
