Tenant hostnames
Your app_slug is the leftmost DNS label: slug new-company → https://new-company.askaimee.com/.
Slug rules
Must match [a-z0-9][a-z0-9_-]{0,63}. Provisioning rejects reserved infrastructure names:
api, docs, dev-docs, www, mail, admin, app, static, widget, hosted, login.
findacode-web and hcccoder are protected first-party callers, not customer tenants.
Hosts that are not tenants
| Host | Role |
|---|---|
askaimee.com | Framer marketing site |
api.askaimee.com | /v1 API + /widget/widget.js |
docs.askaimee.com | These docs |
login.askaimee.com | Central sign-in (email, password, tenant). Shows your logo once the tenant slug is entered. |
{slug}.askaimee.com | Your full-page agent |
Unknown, reserved, or disabled slugs return 404. Opening the tenant host without a session redirects to login.askaimee.com. SSO integrations can skip that page with a hosted-session token (see identity). ?user= is not access control.