Skip to main content
Sections
Agent-readyHuman guide

Domains

Attach custom domains to a service, verify DNS, and get managed TLS.

View as Markdown
On this page

Every service gets a generated URL. Custom domains attach per service and environment, from the Domains tab of the inspector or the CLI.

Attach a domain

$yalla domains add app.example.com --service api --env production

Verify DNS

The add command prints the DNS records to create. Check verification status at any time:

$yalla domains list --service api --env production

TLS certificates

Certificates are issued and renewed automatically once DNS verifies. Yalla never asks you to paste private keys into the CLI or the browser.

Warning: Removing a domain takes its traffic offline immediately. The CLI requires explicit confirmation before it proceeds.

Related pages