id | string | — |
hostname | string | Pattern: ^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z]{2,}$. |
environment | string | Slug of the environment this domain routes to. Pattern: ^[a-z][a-z0-9-]{0,38}$. |
status | string | Verification state: pending_dns until the CNAME points at the platform, pending_ssl while the certificate is issued, then active. failed is terminal. One of: pending_dns, pending_ssl, active, failed. |
verificationErrors | string or null | Why verification is stuck, when the edge reported a reason. |
createdAt | string | Format: date-time. |
instructions | string | DNS setup step. Production domains target the project’s managed subdomain, e.g. “CNAME app.acme.com → my-app.korve.app”; domains on other environments target that environment’s own subdomain, e.g. “CNAME staging.acme.com → my-app-staging.korve.app”. |