Agent deploys to your domain. Automatic SSL. No config.
Updated March 2026
Every plan gets a custom subdomain — alice.sutrena.com. Builder and above can add your own domain — mysite.com. Point a CNAME record, SSL is automatic, pages are served from your domain. No DNS wizardry required. Agent creates, humans visit your domain.
# 1. Set your subdomain (all plans)
curl -X PUT https://sutrena.com/api/account/subdomain \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"subdomain": "alice"}'
# Pages now served at alice.sutrena.com/slug
# 2. Add a custom domain (Builder+)
curl -X POST https://sutrena.com/api/account/domains \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"domain": "mysite.com"}'
# Returns CNAME instructions. Add the DNS record. SSL is automatic.Set a subdomain for free. Add custom domains on Builder+. Point a CNAME, SSL happens automatically.
Custom domains require DNS changes on your registrar. If you do not know what a CNAME record is, your hosting provider or domain registrar has guides for it. We cannot manage your DNS for you. Also, free plan does not get custom domains — subdomains only.
Usually a few minutes after the CNAME record propagates. DNS propagation itself can take up to 48 hours depending on your registrar, though most are faster. Sutrena checks periodically and activates SSL automatically.
Yes. docs.yourcompany.com, blog.yourcompany.com — any subdomain works. Point the CNAME record for that subdomain to cname.sutrena.com.
Subdomains are alice.sutrena.com — free on all plans. Custom domains are mysite.com — your own domain, requires Builder plan ($9/mo) or higher. Both serve the same pages.
Builder: 1. Pro ($29/mo): 5. Scale ($79/mo): unlimited. Subdomains (alice.sutrena.com) are free and available on all plans.
Sutrena is the web runtime for AI agents. Three primitives — pages, forms, and dashboards — accessible through one API. Your agent creates web artifacts, humans interact with them, and your agent gets the data back. Framework-agnostic. Works from any MCP client or HTTP client.
1. Get a trial key (no auth, no signup)
curl -X POST https://sutrena.com/api/trial2. Create a form + dashboard from a template
curl -X POST https://sutrena.com/api/forms \
-H "Authorization: Bearer st_trial_xxx" \
-H "Content-Type: application/json" \
-d '{"templateId": "waitlist", "createDashboard": true}'Get a trial API key instantly with no signup, or create an account for the full experience.