Organization
What it is for
An isolated tenant for your fleet: devices, classes, members, quotas, and MQTT broker settings live inside one organization.
How it works
You switch the active organization in the header. Dashboard stats, device catalog, SCADA plans, and notifications are always scoped to the selected org.
Workflow
- Register and sign in.
- Create an organization or accept an invite.
- Select the org in the header — the dashboard shows its fleet summary.
- Invite teammates with owner, admin, or member roles.
Examples
Create organization (API body)
POST /v1/organizations — first org is created during signup; additional orgs via API or console.
{
"name": "Greenhouse Ops",
"slug": "greenhouse-ops"
}Organization context in MQTT topics
Every device topic includes the organization UUID, not the slug.
# orgId = UUID from Settings → Organization
to/organization/{orgId}/device/{deviceId}/telemetry/Cap
from/organization/{orgId}/device/{deviceId}/twin/reported