add_domain
Add a domain to your Vercel account or team by providing the domain name. Optionally scope the request to a team using its ID or slug.
Instructions
Add (register/move) a domain to the account or team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Domain name to add. | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |