Create a DNS provider
Add a new DNS provider configuration to a namespace
POST
Add a new DNS provider configuration. The provider type is inferred from the credentials object key.
Path parameters
namespace
type: string
requiredThe namespace (user or organization) to add the DNS provider to.
Body parameters
name
type: string
requiredA display name for the DNS provider (e.g., `cloudflare-prod`, `aws-route53`).
credentials
type: object
requiredProvider-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 →