Tenant isolation
Workspace membership is the access boundary. Dashboard and API projections only expose data for the active workspace.
Security
LynxSentinel is designed around tenant isolation, verified billing webhooks, safe outbound scraping, and secret-free operational practices.
Workspace membership is the access boundary. Dashboard and API projections only expose data for the active workspace.
Payment-provider webhooks are verified before they update billing truth, and repeated events are processed idempotently.
Outbound fetches are limited to public HTTPS targets and protected against private-network access and unsafe URL handling.
Secrets live in environment variables, sensitive request data is scrubbed before error reporting, and production checks prevent missing critical configuration.