API Reference
Domain Manager
Centralized domain inventory — track registrars, accounts, expiry dates, DNS, SSL, pricing, and more
all core 45 API calls
Plugin ID: domain-manager
API calls
Every tool Domain Manager exposes. Click a call to see its full parameter schema.
Invoking from code
Authenticate with a bearer token, then call any tool above. This example runs
list_domains
for the domain-manager app.
curl -X POST https://api.kiap.ai/api/plugin/call \
-H "Authorization: Bearer cbk_..." \
-H "Content-Type: application/json" \
-d '{ "pluginId": "domain-manager", "toolName": "list_domains", "args": {} }'