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
- A Cloudflare account. Sign up at https://developers.cloudflare.com/fundamentals/api/get-started/create-token/.
- An active Nova Admin workspace. Go to /agents/integrations to connect.
Steps
- Go to https://dash.cloudflare.com/profile/api-tokens
- Click 'Create Token'
- Use a template or create a custom token with needed permissions
- Copy the token (shown only once)
- Find your Account ID in the Cloudflare dashboard sidebar
- (Optional) Deploy a sandbox Worker proxy and enter its URL + API key for sandbox support
Credential fields
| Field | Required | Description |
|---|---|---|
| API Token | Yes | Secret — stored encrypted, never exposed. (e.g. Bearer token from Cloudflare dashboard) |
| Account ID | Yes | string (e.g. 32-character hex string) |
| Sandbox Worker URL | No | url (e.g. https://sandbox-proxy.your-account.workers.dev (optional)) |
| Sandbox API Key | No | Secret — 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.