Your tenant ID is your tenant domain
The tenant identifier is a domain, for exampleyour-company.safedep.io. There is no separate tenant ID to look up. You use the domain to:
- send the
X-Tenant-IDheader on API requests, - configure Vet with
vet auth configure --tenant your-company.safedep.io, - set the
SAFEDEP_TENANT_IDenvironment variable.
Why it matters
The tenant is the boundary for isolation and governance: scan results, policies, and access are all scoped to it. You create and manage API keys inside your tenant from the SafeDep Cloud console.Related
Authentication
Authenticate against your tenant.
Endpoint
Assets that report into your tenant.
API Endpoints
Where the X-Tenant-ID header is sent.

