← All guidesConnecting your team

Connect an AI agent

Let your own external AI agent read and drive your Noli specialists with a secure API key.

Beyond Noli's built-in AI, you can connect your own external AI agent (an MCP-compatible client, or your own code) to read and drive parts of your Noli AI team. Each specialist that supports this gives you a secure API key in its settings. Generate the key, then point your agent at that specialist's endpoint.

Treat these keys like passwords: keep them secret, and revoke a key from the same settings screen anytime.

Project manager

Your project manager has the fullest agent support.

  1. In the project manager, open Settings → API Keys and create a key (it starts with lf_).
  2. For an MCP client: point it at https://pm.noliai.com/api/mcp and send the key as a Bearer token (Authorization: Bearer lf_…).
  3. The agent can then list, create, update, complete, and reorder projects and steps, respecting the same team-vs-personal rules you see in the app.

The same key also works against the project manager's REST API at https://pm.noliai.com/api/v1/ if you'd rather call it directly.

CRM

Your CRM is also fully agent-drivable.

  1. In the CRM, open Settings → API Keys and create a key (it starts with omk_).
  2. For an MCP client: point it at https://crm.noliai.com/mcp. The CRM authenticates with a header, x-api-key: omk_…, rather than a Bearer token.
  3. The same key works against the CRM's REST API at https://crm.noliai.com/api/ext/ (contacts, deals, pipeline, dashboard), again using the x-api-key header.

Knowledge base

Your knowledge base offers a secure read-and-search API so an agent can draw on what you know (full agent control is coming).

  1. In the knowledge base, open Settings → API Keys and create a key (it starts with pkb_). You can scope a key to specific tags so the agent only sees the documents you choose.
  2. Send the key as a Bearer token (Authorization: Bearer pkb_…) to export documents or run a semantic search over your knowledge.

This is the same mechanism your other specialists use to draw on your knowledge base automatically, see How your team connects.

Marketing system

External AI-agent control of your marketing system isn't available yet, but it's on the roadmap. In the meantime, your marketing system still connects automatically to your knowledge base and CRM.

Next