> ## Documentation Index
> Fetch the complete documentation index at: https://docs.linkryse.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Domain

> Register a new custom domain for your workspace.

### Body

<ParamField body="domain_name" type="string" required>
  The domain name you want to add (e.g., `links.example.com`).
</ParamField>

### Response

<ResponseField name="success" type="boolean">
  Whether the domain was successfully created.
</ResponseField>

<ResponseField name="message" type="string">
  A message describing the result.
</ResponseField>
