Ejento AI
GuidesQuickstart
RecipesREST APIsRelease NotesFAQs
GuidesQuickstart
RecipesREST APIsRelease NotesFAQs
Ejento AI
  1. Setup After Deployment
  • How to Setup Ejento on Azure
  • Prerequisites
  • Deployment on Azure
  • Setup After Deployment
    • Custom Domain Set Up
    • Microsoft SSO Authentication
    • Okta SSO Authentication
    • SharePoint Connection Set Up
    • Developer API Set Up
    • Enable Managed Identity
    • Azure AI Search Indexer
    • Container Session Pool Set Up
    • Workload Identity Federation β€” Azure to GCP Vertex AI
  • MCP Servers
    • Slack
    • Jira
    • Azure
    • Snowflake
    • Azure Cosmos DB
    • Microsoft OAuth MCPs
    • Azure SQL MCP
    • SharePoint
  • Overview
    • Azure Resources
  1. Setup After Deployment

Custom Domain Set Up

Important: The Ejento team will provide the exact values you must use. You will create six DNS records total:
3 Γ— CNAME (one for Ejento Studio, one for Ejento Coworkers, one for the Authentication Service) and 3 Γ— TXT (one verification record for each).

πŸ’‘ Note: The following steps are to be completed after deployment is initiated β€” please finish the deployment process before proceeding.

Overview#

You'll map three subdomains to Ejento's Azure Front Door (AFD) endpoints:
Ejento Studio (UI) β€” where you build agents β€” e.g., ejento.yourdomain.com
Ejento Coworkers (UI) β€” where you use agents β€” e.g., coworkers.yourdomain.com
Authentication Service β€” secure authentication β€” e.g., idejento.yourdomain.com
Each subdomain needs:
CNAME β†’ points your subdomain to the Ejento AFD endpoint
TXT β†’ used to verify domain ownership for certificate issuance
Recommendation: Use subdomains like ejento, coworkers, and idejento. Avoid using the apex/root domain unless your DNS provider supports ALIAS/ANAME/flattening at apex.

The Six DNS Records (Template)#

Replace everything in angle brackets <> with values from the Ejento team.
PurposeTypeHost / NameTarget / ValueTTL
Ejento Studio (UI)CNAME<app-subdomain>.<yourdomain><ejento-ui-afd-endpoint>.azurefd.netAuto
Ejento Studio (UI) VerificationTXT_dnsauth.<app-subdomain>.<yourdomain><ui-verification-token>Auto
Ejento Coworkers (UI)CNAME<coworkers-subdomain>.<yourdomain><ejento-coworkers-afd-endpoint>.azurefd.netAuto
Ejento Coworkers (UI) VerificationTXT_dnsauth.<coworkers-subdomain>.<yourdomain><coworkers-verification-token>Auto
Authentication ServiceCNAME<auth-subdomain>.<yourdomain><ejento-auth-afd-endpoint>.azurefd.netAuto
Authentication Service VerificationTXT_dnsauth.<auth-subdomain>.<yourdomain><auth-verification-token>Auto
Notes
Host/Name may be entered as just the label at some providers (e.g., ejento or _dnsauth.ejento). The provider will append your domain automatically.
If using Cloudflare, set CNAME Proxy status = DNS only

Example (Filled-In using ejento.yourdomain.com)#

This is an example only. Do not use these valuesβ€”Ejento will share your real endpoints and tokens.
PurposeTypeHost / NameTarget / ValueTTL
Ejento Studio (UI)CNAMEejento.yourdomain.comejento-ui-prod-12345.azurefd.netAuto
Ejento Studio (UI) VerificationTXT_dnsauth.ejento.yourdomain.comejento-domain-verification=UI_7f2a9bcdAuto
Ejento Coworkers (UI)CNAMEcoworkers.yourdomain.comejento-coworkers-prod-54321.azurefd.netAuto
Ejento Coworkers (UI) VerificationTXT_dnsauth.coworkers.yourdomain.comejento-domain-verification=CW_a1b2c3d4Auto
Authentication ServiceCNAMEidejento.yourdomain.comejento-auth-prod-67890.azurefd.netAuto
Authentication Service VerificationTXT_dnsauth.idejento.yourdomain.comejento-domain-verification=AUTH_e31c45daAuto

Step-by-Step#

1.
Choose subdomains for Studio, Coworkers, and auth (e.g., ejento.yourdomain.com, coworkers.yourdomain.com, idejento.yourdomain.com).
2.
Create six DNS records (three CNAME + three TXT) using the template above and the values from Ejento.
3.
Notify Ejento once records are saved; we'll trigger verification and provision HTTPS certificates.
4.
Wait for propagation: usually 5–30 minutes, but it can take up to 24–48 hours depending on your DNS.

DNS provider guides (how to add CNAME/TXT records)#

If your DNS provider is one of the following, use their official guide(s) to add the records :
Azure DNS
AWS Route 53
Cloudflare
Namecheap
Not listed? Search your provider's help center for "Add CNAME record" and "Add TXT record," then follow the same six-record pattern from this guide.
Previous
Setup After Deployment
Next
Microsoft SSO Authentication