diff --git a/docs/integrations/app-connections/cloudflare.mdx b/docs/integrations/app-connections/cloudflare.mdx
new file mode 100644
index 000000000..6e8f26592
--- /dev/null
+++ b/docs/integrations/app-connections/cloudflare.mdx
@@ -0,0 +1,92 @@
+---
+title: "Cloudflare App Connection"
+description: "Learn how to configure a Cloudflare App Connection for Infisical."
+---
+
+Infisical supports connecting to Cloudflare using API tokens and Account ID for secure access to your Cloudflare services.
+
+## Configure API Token and Account ID for Infisical
+
+
+
+ Navigate to your Cloudflare dashboard and go to **My Profile > API Tokens**.
+
+ 
+
+ Click **Create Token** to generate a new API token.
+
+ 
+
+
+
+ Configure your API token with the necessary permissions for your Cloudflare services.
+
+ Depending on your use case, add one or more of the following permission sets to your API token:
+
+
+
+
+
+ Use the following permissions to grant Infisical access to sync secrets to Cloudflare Pages:
+
+ 
+
+ **Required Permissions:**
+ - **Account** - **Cloudflare Pages** - **Edit**
+ - **Account** - **Account Settings** - **Read**
+
+ Add these permissions to your API token and click **Continue to summary**, then **Create Token** to generate your API token.
+
+
+
+
+
+
+
+ After creation, copy and securely store your API token as it will not be shown again.
+
+
+ Keep your API token secure and do not share it. Anyone with access to this token can manage your Cloudflare resources based on the permissions granted.
+
+
+
+
+ Navigate to **Account > Workers & Pages > Overview** in your Cloudflare dashboard to find your Account ID.
+
+ 
+
+ Copy your Account ID for use in the next step.
+
+
+
+
+## Setup Cloudflare Connection in Infisical
+
+
+
+ Navigate to the **App Connections** tab on the **Organization Settings**
+ page. 
+
+
+ Select the **Cloudflare App Connection** option from the connection options
+ modal. 
+
+
+ Enter your Cloudflare API token and Account ID in the provided fields and
+ click **Connect to Cloudflare** to establish the connection. 
+
+
+ Your **Cloudflare App Connection** is now available for use in your
+ Infisical projects. 
+
+
+
+
+ API token connections require manual token rotation when your Cloudflare API
+ token expires or is regenerated. Monitor your connection status and update the
+ token as needed.
+
diff --git a/docs/mint.json b/docs/mint.json
index c0c7b7c28..a05b3f882 100644
--- a/docs/mint.json
+++ b/docs/mint.json
@@ -504,6 +504,7 @@
"integrations/app-connections/azure-devops",
"integrations/app-connections/azure-key-vault",
"integrations/app-connections/camunda",
+ "integrations/app-connections/cloudflare",
"integrations/app-connections/databricks",
"integrations/app-connections/flyio",
"integrations/app-connections/gcp",