Ways to Interact with Lumenbase
How to use the app, REST API, OpenClaw, Claude connectors, Zapier, and Lumo with the same workspace data.
By Sebastian StreiffertPublished Jan 10, 2026Updated May 29, 20268 min read
One workspace, four ways in
Contacts, companies, deals, tasks, invoices, and activities all live in your workspace. You can work with them in the browser, from your own servers, or through an agent. Same data each time; you just sign in a different way depending on which path you use.
App UI
navigation · pages
People
Claude
Custom connector · MCP
AI agents
Your workspace
Same CRM data
OpenClaw
Remote MCP
AI agents
REST API
HTTPS · JSON
Your code
The four ways
Use the app for day-to-day work, the REST API for your own code, and OpenClaw or Claude MCP when you want an agent to search and update the CRM for you. You can use one or mix them.
App UI
navigation · pages
The signed-in app: contacts, deals, the Feed, Lumo, and the rest of the UI.
- Good for
- Daily work, admins, reporting
- Sign in
- Email or SSO
Claude
Custom connector · MCP
Claude connects to your workspace over MCP and runs CRM tools from chat.
- Good for
- Claude.ai, Claude Desktop, Cowork (directory connector)
- Sign in
- OAuth (Connectors); stdio uses personal token
OpenClaw
Remote MCP
OpenClaw agents connect to your workspace over MCP with a personal token.
- Good for
- OpenClaw agent setups
- Sign in
- Personal API token
REST API
HTTPS · JSON
Workspace API keys let your servers read and write CRM data over HTTPS.
- Good for
- Backends, mobile apps, scripts
- Sign in
- Workspace API key (scoped)
Zapier and Lumo
Two more pieces that sit alongside the four ways above.
Outbound events
Lumo (in-app)
Where to configure
https://api.lumenbase.io/functions/v1/openclaw-apiREST reference: API documentation
Was this article helpful?

