By default, every public service is served atDocumentation Index
Fetch the complete documentation index at: https://docs.slipway.sh/llms.txt
Use this file to discover all available pages before exploring further.
<prefix>-<dep-id>.<platform-apps-domain>. If you’d rather serve previews under your own zone — <prefix>-<dep-id>.preview.acme.com, for example — claim a custom domain in your org.
Custom domains are managed at the org level. The slipway.yaml references a verified zone by name in ports[].domain; the zone itself is claimed and verified in the UI.
Claim a domain
Under Settings → Domains → Add domain:- Enter the parent zone you want to serve previews under, e.g.
preview.acme.com. - slipway gives you a CNAME target — copy it into your DNS provider as a wildcard record:
- Back in slipway, click Verify. slipway resolves the CNAME from the public internet to confirm it points where it should.
Use it in a spec
Adddomain: to the public port:
- PR previews:
web-pr-42.preview.acme.com - Default-branch / manual:
web-<dep-id>.preview.acme.com
domain: in a spec doesn’t match a verified domain for the org, the deploy fails with a clear error at the deploy phase. slipway won’t ask cert-manager to issue a certificate for a zone the org hasn’t proven it owns.