Domains API_
Manage organization domains and DNS from your partner platform using the Console Domains API.
1 min read
This page is not in the Partners navigation. The Domains endpoints still declare session-only auth in the API spec, so no server SDK ships a Domains service. The domains.read and domains.write scopes exist on Partners keys, so relink this page once the endpoints declare key auth and the SDKs generate the service.
The Domains API lets partner platforms register, transfer, and manage organization domains programmatically. Use it when your product offers custom hostnames or domain management to customers.
Console SDK access
Domains are organization-level resources. Authenticate with an organization API key that includes domain scopes:
Common operations
| Operation | Use case |
|---|---|
| List domains | Show domains attached to an organization |
| Register / transfer | Sell or provision domains through your platform |
| Manage DNS | Create records for customer subdomains |
| Connect to products | Point hostnames to Sites, Functions, or custom APIs |
Product hostnames
Organization domains prove control of a zone. Product hostnames (for Sites, Functions, or custom domains) are configured inside each project after DNS is verified.
See Domains product docs for registration, DNS, and product connection flows.
Was this page helpful?
Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.