Update Clerk domain
Update a custom domain on a connected Clerk instance.
← All Clerk endpoints · Capability overview
/v1/clerk/domains/{domain_id}https://api.vee3.io/v1/clerk/domains/{domain_id}
Update a custom domain on a connected Clerk instance.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.update_domainParameters4 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
domain_idstringRequiredClerk organization domain id (dmn_...) to update, delete, or verify.
namestringOptionalUpdated domain hostname.
proxy_urlstringOptionalUpdated proxy URL for a satellite domain.
Response13 fields
domainobject12 fieldsUpdated Clerk domain from the Backend API.
domainobjectobjectstringClerk object type for the domain.
idstringClerk domain id.
namestringDomain hostname.
is_satellitebooleanWhether this is a satellite domain.
frontend_api_urlstringFrontend API URL for the domain.
accounts_portal_urlstringAccounts portal URL for the domain.
proxy_urlstringProxy URL when using a satellite domain behind a reverse proxy.
development_originstringDevelopment origin associated with the domain.
cname_targetsarrayitems3 fieldsCNAME records required to verify the domain.
cname_targetsarrayitemshoststringDNS host label for the CNAME record.
valuestringDNS target value for the CNAME record.
requiredbooleanWhether this CNAME record is required for domain verification.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required