claim_domain
Register a free subdomain under makes.fyi or agentdomains.co and optionally create its first DNS record in the same call. Attach an email to confirm; unconfirmed names are reaped after 30 days.
Instructions
Register a subdomain (label.makes.fyi or label.agentdomains.co) on this account, optionally creating its first DNS record in the same call. An email is required the first time an account registers a name — pass 'email' here or call attach_email first; the name is reaped if that email is not confirmed within 30 days. Returns the fqdn and, when a record was requested, the created record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional extra sub-label for the record (e.g. 'www' gives www.myapp.makes.fyi). | |
| type | No | Optional DNS record to create immediately: A, AAAA, CNAME, or TXT. | |
| No | Required on the account's first registration if no email is attached yet. Sends a confirmation link. | ||
| label | Yes | The subdomain label, without the domain suffix (e.g. 'myapp' for myapp.makes.fyi). | |
| domain | No | Which domain to act under: 'makes.fyi' (the default) or 'agentdomains.co'. The same label can exist under each, so pass this whenever you are not using the default. | |
| content | No | Value for that record (an IP for A/AAAA, a hostname for CNAME, text for TXT). |