# domainAdd

Add a new domain to your team. After adding, use the `dns` tool to verify DNS records.

### Parameters

| Parameter | Type          | Required | Description                                                                                                                    |
| --------- | ------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------ |
| `domain`  | string        | Yes      | The domain to add. Must be without `www.`, `https://`, `http://`, no trailing slash, and no subdomains. Example: `example.com` |
| `teamId`  | string (UUID) | Yes      | The team ID to add the domain to. Get this from the `me` or `domains` tool.                                                    |

### Output

Returns the newly created domain with its `domainId` and initial configuration.

### Example

> "Add example.com to my team"

The AI assistant will call `domainAdd` with your domain and team ID, then suggest verifying DNS records with the `dns` tool.
