API Reference

Cloudflare

Manage Cloudflare Workers, sites, storage, and domains from one plugin

← All docs
all core 40 API calls

Plugin ID: cloudflare

API calls

Every tool Cloudflare 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 cf_test_connection for the cloudflare app.

curl -X POST https://api.kiap.ai/api/plugin/call \
  -H "Authorization: Bearer cbk_..." \
  -H "Content-Type: application/json" \
  -d '{ "pluginId": "cloudflare", "toolName": "cf_test_connection", "args": {} }'