Cloudflare

Cloudflare

309 bookmarks
Newest
Cloudflare API | Pages › Projects › Create Project
Cloudflare API | Pages › Projects › Create Project
Interact with Cloudflare's products and services via the Cloudflare API
Pages Projects pages.projects Methods Create Project -> Envelope<Project> POST /accounts/{account_id}/pages/projects Create a new project. Security API Email + API Key The previous authorization scheme for interacting with the Cloudflare API, used in conjunction with a Global API key. Example: X-Auth-Email: [email protected] The previous authorization scheme for interacting with the Cloudflare API. When possible, use API tokens instead of Global API keys. Example: X-Auth-Key: 144c9defac04969c7bfad8efaa8ea194 Accepted Permissions (at least one required) Pages Write Parameters account_id: string (maxLength: 32) Identifier Body parameters project: Project Response fields errors: Array<ResponseInfo> messages: Array<ResponseInfo> result: Project success: false | true Whether the API call was successful
·developers.cloudflare.com·
Cloudflare API | Pages › Projects › Create Project
Cloudflare API | Durable Objects › Namespaces › Objects › List Objects
Cloudflare API | Durable Objects › Namespaces › Objects › List Objects
Interact with Cloudflare's products and services via the Cloudflare API
Durable Objects Namespaces Objects durable_objects.namespaces.objects Methods List Objects -> CursorLimitPagination<DurableObject> GET /accounts/{account_id}/workers/durable_objects/namespaces/{id}/objects Returns the Durable Objects in a given namespace. Domain types DurableObject = { id, hasStoredData }
·developers.cloudflare.com·
Cloudflare API | Durable Objects › Namespaces › Objects › List Objects
Calls | Cybersoulja@gmail.com's Account | Cloudflare
Calls | [email protected]'s Account | Cloudflare
Getting started with Calls Think of Calls as a “Switchboard” or a selective forwarding unit (SFU) you can program. An SFU is a system that connects users with each other in real-time apps by intelligently managing and routing video, audio and data between the participants. Each Calls application is a separate environment, and users can only communicate with other users in the same application.
·dash.cloudflare.com·
Calls | [email protected]'s Account | Cloudflare
Cloudflare One
Cloudflare One
Cloudflare One replaces legacy security perimeters with our global edge, making the Internet faster and safer for teams around the world.
·one.dash.cloudflare.com·
Cloudflare One
Workers AI LLM Playground
Workers AI LLM Playground
generate
View code × You can use the following code to deploy a Workers AI Worker using the current playground messages and settings. const stream = await env.AI.run("@cf/qwen/qwen3-30b-a3b-fp8", { stream: true, temperature: 1, messages: [ ], }); return new Response(stream, { headers: { "content-type": "text/event-stream" }, });
View code × You can use the following code to deploy a Workers AI Worker using the current playground messages and settings. const stream = await env.AI.run("@cf/qwen/qwen3-30b-a3b-fp8", { stream: true, temperature: 1, messages: [ ], }); return new Response(stream, { headers: { "content-type": "text/event-stream" }, });
·playground.ai.cloudflare.com·
Workers AI LLM Playground
Custom hostnames
Custom hostnames
SSL/TLS Custom Hostnames Extend the security and performance benefits of Cloudflare’s network to your customers via their own custom or vanity domains. Cloudflare for SaaS documentation Advanced Certificate Manager Unlock more control and flexibility for your Certificates and SSL/TLS settings Activate Custom Hostnames Manage the hostnames and SSL certificates for third-parties that CNAME to your domain. Add Custom Hostname Custom Hostnames will not complete verification until your Fallback Origin is active. Enter a hostname under your zone to act as the default origin server for your hostnames, e.g. fallback.oneseco.com . The Fallback Origin needs to be a proxied DNS record in your zone. Fallback Origin Add Fallback Origin
·dash.cloudflare.com·
Custom hostnames
Wrangler · Cloudflare Workers docs
Wrangler · Cloudflare Workers docs
Wrangler, the Cloudflare Developer Platform command-line interface (CLI), allows you to manage Worker projects.
Wrangler Wrangler, the Cloudflare Developer Platform command-line interface (CLI), allows you to manage Worker projects. API : A set of programmatic APIs that can be integrated with local Cloudflare Workers-related workflows. Bundling : Review Wrangler's default bundling. Commands : Create, develop, and deploy your Cloudflare Workers with Wrangler commands. Configuration : Use a configuration file to customize the development and deployment setup for your Worker project and other Developer Platform products. Custom builds : Customize how your code is compiled, before being processed by Wrangler. Deprecations : The differences between Wrangler versions, specifically deprecations and breaking changes. Environments : Deploy the same Worker application with different configuration for each environment. Install/Update Wrangler : Get started by installing Wrangler, and update to newer versions by following this guide. Migrations : Review migration guides for specific versions of Wrangler. System environment variables : Local environment variables that can change Wrangler's behavior. Was this helpful? Edit page Cloudflare Dashboard
·developers.cloudflare.com·
Wrangler · Cloudflare Workers docs