Information
- OpenAPI version:
3.0.3
Internal-zone endpoints reachable only via the internal (VPN) ingress. Standalone spec — NOT referenced from api.yaml, so it is excluded from the public bundle. The load-balancer and resolve routes are unauthenticated (the internal ingress is the boundary); tenant and account administration additionally requires a bearer credential carrying the matching capability.
Superuser (bootstrap credential) — configures tenants.
POST /v1/internal/tenant — create a tenant.POST /v1/internal/tenant/{sid}/api-key — hand the tenant its key.Tenant admin (tenant API key) — configures its own accounts and their access.
POST /v1/internal/account — create an account.POST /v1/internal/account/{sid}/api-key or POST /v1/user — provision access.X-Account-Sid.