For deployments without internet connectivity to Cartesia’s licensing servers, you can run in air-gapped mode. This mode uses an offline license file instead of real-time authentication.Documentation Index
Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Download your offline license file from the on-prem portal. See Provisioned Resources for details.
Configuration
- Terraform
- Helm
Loading a License
You can seed a license at install time (recommended for first deployment) or upload one to a running cluster via the/license endpoint.
At install time
Pass the downloaded license file directly to your deploy tool. The chart creates aConfigMap containing the license and adds an initContainer that copies it into the license-proxy volume on first boot, so terraform apply / helm install is a one-shot setup.
- Terraform
- Helm
POST /license take precedence automatically (the license proxy picks the license with the latest issued_at), and they are not clobbered on pod restart.
To rotate a seeded license, upload the new license with POST /license (see below) — re-running terraform apply / helm upgrade alone will not overwrite an existing license on disk.
On a running cluster
In air-gapped mode, the/license endpoint is exposed for license management.
Via Port-Forward
Via Ingress
If ingress is enabled:Retrieving Audit Logs
The/audit endpoint is available in air-gapped mode for retrieving usage audit logs: