Tenant hostnames

Your app_slug is the leftmost DNS label: slug new-companyhttps://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

HostRole
askaimee.comFramer marketing site
api.askaimee.com/v1 API + /widget/widget.js
docs.askaimee.comThese docs
login.askaimee.comCentral sign-in (email, password, tenant). Shows your logo once the tenant slug is entered.
{slug}.askaimee.comYour 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.