
Alias Management. Sharing an alias never exposes the underlying instance ID.
{account_slug} part of the URL) is assigned
automatically when you create your first alias.
Why use an alias
- Stable URLs. Redeploy or swap the underlying model without changing the URL your applications call.
- Readable.
acme/support-botis easier to reason about than a generated slug. - Environment-friendly. Keep the same alias while the deployment behind it changes.
Create an alias
1
Open Aliases
Go to Aliases in the dashboard.
2
Point it at a deployment
Create an alias and map it to one of your ready deployments.
3
Call it
Use the alias path in place of the deployment slug in any OpenAI-compatible
client.