> 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/ai.md).

# Norbix + AI

<figure><img src="/files/AJnyX6sP2bx9UMlayiUI" alt=""><figcaption><p>Project → Integrations — connect LLM providers and MCP servers to your project.</p></figcaption></figure>

Norbix is an **MCP-native Backend-as-a-Service**. That means AI tools are not an add-on — they are a first-class way to work with your backend, next to the [SDKs](https://github.com/Isidos-co/codemash-docs/tree/main/sdk/javascript-typescript.md) and the [REST API](/api-reference/get-started.md).

There are two moments where AI meets Norbix:

**Build time — your agent becomes your backend engineer.** Connect Claude Code, Cursor, Windsurf, or any MCP-compatible tool, and let it scaffold database schemas, configure providers, wire events, and deploy modules. Because Norbix already enforces auth, schemas, audit, and permissions, what your agent produces is production-ready — not a prototype that needs a month of hardening.

**Runtime — your shipped app talks to the same backend.** The agents and workflows you ship (LangGraph, LangChain, CrewAI, n8n, and others) call the same Norbix through MCP, SDKs, or REST. One platform, one API, one event bus, same permissions, same audit trail.

### What is in this section

{% content-ref url="/pages/rBPTWMfzsHeLAaopRzUk" %}
[MCP Server](/ai/mcp-server.md)
{% endcontent-ref %}

{% content-ref url="/pages/2Vc4LtYqNPGEykI1pfu4" %}
[Connect Your AI Tool](/ai/connect-your-ai-tool.md)
{% endcontent-ref %}

{% content-ref url="/pages/hSjtS7TM61M4divIykGg" %}
[Framework Integrations](/ai/frameworks.md)
{% endcontent-ref %}

### How access control works with AI

The MCP server can do exactly what its API key can do — nothing more. You create a **service user** in [Membership](/norbix-cloud/membership.md), give it a role, and issue an API key. Want an agent that can only read? Give it a read-only role. Everything the agent does is visible in [Logs & Monitoring](/norbix-cloud/logs.md).
