Getting Started
Provision a workspace, invite teammates, register your first site and dispenser in under 10 minutes.
Create your workspaceAdd a siteRegister a dispenserConnect telemetry
Concepts, references, and recipes for integrating NEXUM into your stack — from REST endpoints to the on-device Edge SDK.
Provision a workspace, invite teammates, register your first site and dispenser in under 10 minutes.
Create your workspaceAdd a siteRegister a dispenserConnect telemetryAll requests use bearer API keys scoped to a tenant. Manage keys from Dashboard → API Keys.
Create an API keySend Authorization: Bearer <key>Rotate on a 90-day schedulePublic endpoints for telemetry ingestion and alert retrieval.
GET /api/public/v1/dispensersGET /api/public/v1/alertsPOST telemetry via the Edge SDKSubscribe to alert and workflow events. Configure endpoints in Dashboard → Webhooks.
alert.createdalert.resolvedworkorder.completedAuthor no-code rules that turn alerts into work orders, tickets, and downstream actions.
TriggerConditionsAction: create_work_order | create_support_ticketRuns locally on dispenser gateways for sub-second inference, with eventual sync to cloud.
nexum-edge installPair with workspaceStream metrics to cloudcurl https://api.nexum.dev/api/public/v1/dispensers \
-H "Authorization: Bearer $NEXUM_API_KEY"
# → 200 OK
# {
# "dispensers": [
# { "id": "...", "name": "Tap 4", "status": "online", "last_seen_at": "..." }
# ]
# }