Documentation Users & Tenants
5 min read | June 24, 2026
Tutorial

Users & Tenants

Page content

Astralog is inherently designed for multi-tenant SaaS applications, ensuring strict data isolation.

  • Project Isolation (project_id): Automatically handled via your Ingestion API Key. Zero cross-project data leakage.
  • Tenant Identification (tenant_id): Pass a tenant_id inside the metadata object to instantly answer questions like: “How many errors did Acme Corp experience today?”
  • User Identification (user_id): Passing a user_id inside the metadata enables the AI SRE to calculate the exact Blast Radius of an incident (e.g., “This database timeout affected 430 unique users”).