Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v0/domains/{projectId}GET
List all custom domains for a project.
Path Parameters
projectId *string
Project ULID.
Response
200
domains *object[]
Show item properties
id *string
hostname *string
status *string
sslStatus *string | null
cnameTarget *string
CNAME target for DNS configuration.
createdAt *number
Request example
curl -X GET "https://api.example.com/api/v0/domains/<projectId>"