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.
- In the project manager, open Settings → API Keys and create a key (it starts with
lf_). - For an MCP client: point it at
https://pm.noliai.com/api/mcpand send the key as a Bearer token (Authorization: Bearer lf_…). - 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.
- In the CRM, open Settings → API Keys and create a key (it starts with
omk_). - 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. - The same key works against the CRM's REST API at
https://crm.noliai.com/api/ext/(contacts, deals, pipeline, dashboard), again using thex-api-keyheader.
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).
- 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. - 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.