ALL AGENTS NOMINAL1,243 TICKETS TODAY94% AUTO38S MHT
CHANGELOG · v1.4BERLIN / SF · MAY ’26
INTEGRATIONS · 120+

Connect the systems your operators already run.

Lumin ships with 24 native connectors across the eight systems an operator touches in a normal day. Everything else snaps in over REST or webhook — same auth, same receipts, same guardrails.

one auth, eight surfaces.
120+
TOTAL
24
NATIVE
8
CATEGORIES
REST + WEBHOOK · OAUTH 2.1 · SCIM WHERE SUPPORTED
BY CATEGORY · 8 SURFACES

Organised by the 8 surfaces an operator actually touches.

ember dot = native.
Inbox5 LISTED · 2 NATIVE

Read tickets where your operators already read them. Threads, attachments, and headers come through intact.

Gmail
Outlook
Front
Help Scout
Missive
Messaging6 LISTED · 4 NATIVE

Chat-first channels — for customer DMs and internal hand-offs. Two-way reads + writes, with typing indicators.

Slack
Teams
Discord
Telegram
WhatsApp
SMS
Tickets5 LISTED · 4 NATIVE

Helpdesk + service management. Open, comment, transition, close — and read every macro the human picked.

Zendesk
Freshdesk
Intercom
Jira Service Mgmt
Linear
ERP5 LISTED · 3 NATIVE

Post the truth to the system of record — orders, invoices, journal entries. Read the master data back the same way.

SAP
Oracle NetSuite
Microsoft Dynamics
Sage
Xero
CRM5 LISTED · 3 NATIVE

Customer context for every reply. Update accounts, log activity, and search the timeline without leaving the agent.

Salesforce
HubSpot
Pipedrive
Close
Attio
Storage5 LISTED · 3 NATIVE

Where attachments live. List, read, and write — with the same lineage that ships into the receipt.

S3
Google Drive
OneDrive
Dropbox
Box
Auth5 LISTED · 3 NATIVE

Single sign-on for operators, scoped service accounts for the agent. SCIM provisioning where the IdP supports it.

Google Workspace
Microsoft 365
Okta
Auth0
JumpCloud
Observability5 LISTED · 2 NATIVE

Every step is logged anyway — ship metrics, traces, and alerts into the tools your platform team already watches.

Datadog
Grafana
PagerDuty
Sentry
OpenTelemetry
DIDN’T SEE IT · BUILD IT

Don’t see yours? We connect the rest.

most integrations land in a day.
01 · REST

Point Lumin at your API.

Drop in an OpenAPI spec or a Postman collection. Lumin generates a typed tool node, with auth, retries, and rate-limit hints baked in.

POST /v1/tools/from-openapi
  spec_url: https://api.acme.com/openapi.json
02 · WEBHOOK

Catch any event.

Every workspace gets a signed inbound webhook. POST any JSON; the runtime parses, routes, and triggers an agent step. Signatures verified on every call.

POST https://hooks.luminflows.com/<workspace>
  X-Lumin-Signature: t=…,v1=…
03 · CUSTOM NODE

Write a real connector.

When REST isn’t enough — legacy SOAP, EDI, an on-prem service bus — write a TypeScript node against the Lumin SDK. Same receipt, same lineage.

export const node = defineNode({
  name: "acme.legacy.tms",
  handler: async (ctx) => …,
});
BRING THE SYSTEM

Bring the system. We’ll build the connector.

paid + scoped + receipted.

If it isn’t on the list, send us the docs. We scope the connector, give you a fixed price, and ship it with the same receipt rigour as the natives.

RECEIPT · INTEGRATION CALL
acme.legacy.tms / book-load
AUTHoauth2 · ok
LATENCY312 ms
RESULTload_id LU-99214
SIGNEDv1 · verified