Every serious CRM was built decades ago and never fully rebuilt.

Lumenbase is a new CRM for the AI age that helps you prioritize your day and engage with the right people in your network.

Full-funnel CRM with lists, leads, deals, and accounts; Lumo AI for daily priorities and outreach; automations, lead scoring, forecasting, and integrations with Gmail, Outlook, Slack, LinkedIn, and more.

Try for free · Features · How it works · AI site digest

    Agentic CRM: AI Agents That Read and Update Your Pipeline via API

    Developer Guide

    Lumenbase exposes REST, an Agent API, and remote MCP so AI agents can read and update your pipeline programmatically, not just chat about it.

    By Sebastian StreiffertPublished Jun 2, 2026Updated Jun 2, 20266 min read

    An agentic CRM lets AI act on your data, not just describe it. Lumenbase was built for that. Agents can read your pipeline and change it through several programmatic channels.

    The system shares one set of CRM logic across all those channels. So an agent gets the same rules whether it comes in through REST, the Agent API, or MCP.

    The channels agents can use

    Lumenbase exposes a few ways in:

    An agent can read a deal, update its stage, create a task, and log a note. All through the API, no clicking.

    • REST API (`v1-public-*`): contacts, companies, deals, tasks, activities, invoices. Auth with API keys (`lmb_*`) and scopes.
    • Agent API (Openclaw): auth with a personal token (`x-api-token`).
    • Remote MCP: Bearer or OAuth, at `https://lumenbase.io/api/mcp`.
    • Outbound webhooks: signed payloads when records change.

    Agent tools through Openclaw

    The Openclaw agent setup gives tools an AI can call directly:

    So an agent can ask what it's allowed to do, then do it.

    • `discover_tools` to see what's available
    • `execute_tool` to run an action
    • `today_briefing` to pull the daily list

    Read and update the pipeline

    Here's the loop in practice:

    The pipeline stays in sync because every write goes through the same shared logic.

    1. Agent reads the current pipeline through REST or MCP.
    2. It spots a deal that needs a follow-up task.
    3. It creates the task and updates the deal stage.
    4. A webhook fires so your other systems hear about it.

    Who this is for

    Revenue operators and builders at $2M to $30M ARR companies. Teams that want to wire their own agents or scripts into the CRM. People who think in systems and want the data model to behave like one.

    Frequently asked questions

    What is an agentic CRM?

    A CRM where AI agents can read and change your data through APIs, not just answer questions in a chat box.

    How do agents update my pipeline?

    Through the REST API, the Openclaw Agent API, or remote MCP. Each can read deals and write changes.

    What can the REST API touch?

    Contacts, companies, deals, tasks, activities, and invoices, scoped by API key.

    Do I get notified when an agent changes something?

    Yeah. Outbound webhooks send signed payloads on record changes, so your other tools stay current.

    Was this article helpful?