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 atenant_idinside the metadata object to instantly answer questions like: “How many errors did Acme Corp experience today?” - User Identification (
user_id): Passing auser_idinside the metadata enables the AI SRE to calculate the exact Blast Radius of an incident (e.g., “This database timeout affected 430 unique users”).