Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.esperr.com/llms.txt

Use this file to discover all available pages before exploring further.

Tenant lifecycle

The tenant form supports two fields:
  • name: The tenant name operators see in the console.
  • slug: The tenant-friendly identifier used in URLs or references.
Create requests:
POST /api/v1/tenants
Update requests:
PATCH /api/v1/tenants/{tenant_id}

Practical guidance

  • Create separate tenants for clearly separate customers or environments.
  • Keep tenant names obvious, such as Acme Production.
  • Use memberships to control who can operate a tenant.