Put your name on what you build.
Secure your agent-built applications instantly. Attach custom domains and let Adios manage certificate renewals, redirects, and gateway routing, so your agent can keep shipping updates safely behind a stable hostname.
IN PRACTICE
Make www.example.com the canonical hostname.
Attach www.example.com to the app and redirect example.com/pricing?plan=pro to the same path and query on the www host.
name: web
routable: true
custom_hosts:
- app.example.com
- www.example.com
redirects:
- from: example.com
to: www.example.comHOW IT WORKS
Verify the hostname once, then keep releasing behind it.
- 01
Add the custom host or redirect to the app.
- 02
Point DNS at the Adios gateway.
- 03
Wait for verification, then deploy or redeploy the runtime.
WHY IT BELONGS HERE
A domain should belong to the app, not to a fragile proxy configuration.
DNS records, certificate renewal, apex redirects, and release cutovers are often managed separately, making a routine deploy depend on infrastructure nobody wants to touch.
Launch with a verified custom hostname
Keep the generated platform route available while connecting your domain.
Deploy without changing DNS again
The hostname follows whichever release is current.
Keep canonical redirects at the gateway
A permanent 308 preserves the incoming path and query string.
What’s included
- ✓ Custom host support in adios.yaml
- ✓ Redirect-only gateway routes
- ✓ Managed TLS for verified domains
- ✓ Generated platform domains for quick launches
Ship behind a hostname your users already know.
Start with a generated route, verify your domain, and keep it attached to each promoted release.
CONNECTED CAPABILITIES
Keep building.
Global Edge Routing
When your AI agent deploys a new release, the Adios gateway routes traffic dynamically without DNS downtime. Your agent can test and preview changes in isolation before you promote the new release behind your main domain.
Explore →02 /Adios Deployments
Adios makes deployment simple, predictable, and agent-driven. By keeping your build, test, and startup settings in adios.yaml, your AI agent can configure and deploy healthy, production-ready releases automatically.
Explore →03 /Runtime Security
Isolate agent code with managed gateways, non-routable internal services, and explicit resource limits. Adios automatically wraps every preview and deployment in secure runtime boundaries to prevent unauthorized outbound access.
Explore →