Domains

Inspect custom-domain state and manage supported job board domain operations through MCP.

Domain operations connect a public hostname to a job board and expose its verification state. DNS changes still happen at the domain provider unless an API integration manages them separately.

Discover domain operations

javascript
async () => Object.keys(spec.paths).filter((path) => path.includes('domain'))

Safe domain workflow

  1. Read the current domain and verification state.
  2. Show the exact DNS records Cavuno expects.
  3. Let the operator make or approve the external DNS change.
  4. Trigger only the supported Cavuno verification operation.
  5. Re-fetch the domain until it reaches a terminal state.

Do not delete or replace a working custom domain merely because verification is pending. DNS propagation, proxying, certificate issuance, and ownership checks can complete at different times. Preserve the existing board URL until the new hostname is verified.