hiddify.com/docs/manager/domain-worker-cdn-and-tunneling/Get-Cloudflare-API.md
global 2db814702f
Some checks are pending
ci / deploy (push) Waiting to run
Initial commit
2025-03-05 18:05:33 +03:00

59 lines
3.0 KiB
Markdown

---
title: Tutorial on automating subdomain registration on Cloudflare
---
<div dir="ltr" markdown="1">
# Get Cloudflare API
The purpose of this work is to connect the panel to the Cloudflare. By doing this, when you create a subdomain in the panel; Cloudflare automatically creates them and gets a certificate for them. Also, the process of creating workers is automated. Follow the steps below in order to get the Cloudflare key token.
1. First of all, log in to your Cloudflare account and register your domain. If you need more information for this, please read [this link](/manager/domain-worker-cdn-and-tunneling/Domain-types-and-how-to-register-them/).
2. From [here](https://dash.cloudflare.com/profile/api-tokens/) , go to **My Profile** > **API Tokens**.
3. Select `Create Token`.
![](https://user-images.githubusercontent.com/125398461/234880340-5f1abcac-9f10-46eb-bb19-204546e3c453.png)
4. Choose a template from available templates or create a custom token. We suggest to use `Edit zone DNS` template as in the example below.
![](https://user-images.githubusercontent.com/125398461/234880943-80462114-58bd-48df-baef-2addfc740062.png)
5. In this step, configure Zone permission and resources as follows.
![](https://user-images.githubusercontent.com/125398461/235046796-2ea8d0ed-4fe4-4060-ae55-683c9d2c0e7c.png)
You can change token permissions from (_Account_, _User_, or _Zone_). Most groups offer "Edit" or "Read" options. "Edit" is full CRUDL (create, read, update, delete, list) access, while "Read" is read and list permission if necessary. See [available token permissions](https://github.com/fundamentals/api/reference/permissions/) for more information.
Proceed as follows to apply changes to your domains and Workers.
* Set the Zone permission to DNS and in Edit mode to allow adding different subdomains.
* Click the `Add more` button and select the `Workers Scripts` option in the `Account` section and give it Edit permission.
* In the `Account Resources` section, select `All accounts`.
* In the `Zone Resources` section, allocate resources to your account. That is, select `All zones from an account` and then select your Cloudflare account.
* Finally, click `Continue to summary`.
6. Select **Create Token** to create the token.
![Token summary screen displaying the resources and permissions selected](https://user-images.githubusercontent.com/114227601/229592071-3faf93c3-b246-4a08-823b-4680a3a4cf5e.png)
7. `Copy the token`.
![](https://user-images.githubusercontent.com/125398461/234892482-293f7505-5c94-4564-b0d6-3337fd435e7c.png)
8. Finally, click `Continue to summary`.
# How to use Cloudflare API in HiddifyManager
After creating the token; go to the Manager and in `Very Advanced Settings`; paste the token in the specified field as shown in the image below.
![](https://user-images.githubusercontent.com/125398461/235085172-4a076a7f-5a93-4fce-b572-829608b9609f.png)
Now, if you create a new subdomain in the domains section of the Manager; Cloudflare settings are done automatically. Also, workers are created automatically.