Plan a DNS update
dns://host/records/command/plan
{
"domain": "example.com",
"records": []
}
DNS connector
Namecheap DNS wraps the Namecheap API as URI commands. Workflows can plan changes, back up current host records and apply a reviewed DNS update without hard-coding SDK calls in the host app.
python>=3.10NAMECHEAP_API_USERNAMECHEAP_API_KEYNAMECHEAP_USERNAMENAMECHEAP_CLIENT_IPdns://host/records/command/plan
{
"domain": "example.com",
"records": []
}
dns://host/records/command/backup
{
"domain": "example.com"
}
curl -fsSL 'https://connect.ifuri.com/install?connectors=namecheap-dns' | bash
{
"id": "namecheap-dns",
"name": "Namecheap DNS",
"status": "available",
"uriSchemes": [
"dns"
],
"routes": [
"dns://host/records/command/plan",
"dns://host/records/command/backup",
"dns://host/records/command/apply"
],
"install": {
"mode": "bundled",
"pipPackages": [
"planfile>=0.1.103"
]
},
"hubUrl": "https://connect.ifuri.com/connectors/namecheap-dns"
}