Nova Admin Docs
Integrations

Cloudflare

How to get your Cloudflare API key and connect it to Nova Admin.

Manage Cloudflare zones, DNS, Workers, R2, D1, Pages, and more. Optionally enable sandbox support with a Worker proxy URL.

Prerequisites

Steps

  1. Go to https://dash.cloudflare.com/profile/api-tokens
  2. Click 'Create Token'
  3. Use a template or create a custom token with needed permissions
  4. Copy the token (shown only once)
  5. Find your Account ID in the Cloudflare dashboard sidebar
  6. (Optional) Deploy a sandbox Worker proxy and enter its URL + API key for sandbox support

Credential fields

FieldRequiredDescription
API TokenYesSecret — stored encrypted, never exposed. (e.g. Bearer token from Cloudflare dashboard)
Account IDYesstring (e.g. 32-character hex string)
Sandbox Worker URLNourl (e.g. https://sandbox-proxy.your-account.workers.dev (optional))
Sandbox API KeyNoSecret — stored encrypted, never exposed. (e.g. API key for the sandbox Worker proxy (optional))

Troubleshooting

  • Invalid credentials: verify the key was copied in full with no trailing spaces.
  • Key not working: check that your Cloudflare account has API access enabled and billing is active if required.
  • Need help?: refer to the Cloudflare documentation.

On this page