Default domain
Every Tinfoil Container gets a default URL based on its name and your organization’s slug:api in an org with slug acme would be available at https://api.acme.containers.tinfoil.sh.
Debug-mode containers use a separate domain:
Custom domains
If your organization has a configured domain suffix, you can assign a custom domain during deployment.Setting a custom domain
- On the Deploy tab, enter your desired domain in the Custom Domain field
- The domain must be a subdomain of your org’s allowed suffix (e.g. if your suffix is
example.com, you could useapi.example.com)
Validation rules
- Must be a valid subdomain of your org’s allowed suffix
- No protocol prefix (
https://is added automatically) - No path, wildcard, or port
- Must not conflict with existing container domains in your org
DNS setup
After deploying with a custom domain, create a CNAME record pointing your domain to the container’s default Tinfoil domain:Custom domains require org-level configuration. Contact us to set up a domain suffix for your organization.

