Command Palette
Search for a command to run

Create a DNS provider

Add a new DNS provider configuration to a namespace

POST
/auth/v1/seed/{namespace}/dns-providers

Add a new DNS provider configuration. The provider type is inferred from the credentials object key.

Path parameters


namespace
type: string
required
The namespace (user or organization) to add the DNS provider to.

Body parameters


name
type: string
required
A display name for the DNS provider (e.g., `cloudflare-prod`, `aws-route53`).
credentials
type: object
required

Provider-specific credentials object. The top-level key determines the provider type. Supported providers: Cloudflare, Route53, GCP, Azure, DigitalOcean. See the request examples below for the exact format for each provider.

Previous Get catalog status

Next List DNS providers