Skip to content

manage-domain

Manages custom domain configuration for a Mistflow project. Can add a new domain, check verification status, or remove an existing domain.

ParameterTypeRequiredDescription
projectPathstringNoPath to the project directory (default: cwd)
actionstringYesOne of: add, verify, remove
domainstringYesThe domain name (e.g., myapp.com)

Registers the domain and returns DNS records the user needs to configure:

  • A CNAME record pointing to the project’s .mistflow.app subdomain
  • A TXT record for domain ownership verification

Checks if DNS records are properly configured and activates the domain if verified. SSL is provisioned automatically.

Removes the custom domain from the project. The .mistflow.app subdomain continues to work.

  • See the Custom Domains guide for a full walkthrough.
  • DNS propagation can take 1-10 minutes (up to 48 hours in rare cases).