---
description: Manage Cloudflare Workers project settings, bindings, and deployment options.
title: Configuration
image: https://developers.cloudflare.com/og-docs.png
---

[Skip to content](#main-content)

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/workers/llms.txt  
> Use this file to discover all available pages before exploring further.

# Configuration

Last updated Aug 24, 2026|Copy as Markdown|[View as Markdown](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/index.md)|[Agent setup](https://mchen-ai-models-sync.previews.developers.cloudflare.com/agent-setup/)

Worker configuration is managed through a [Wrangler configuration file](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/wrangler/configuration/), which defines your project settings, bindings, and deployment options. Wrangler is the command-line tool used to develop, test, and deploy Workers.

For more information on Wrangler, refer to [Wrangler](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/wrangler/).

* [Bindings](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/runtime-apis/bindings/)
* [Cloudflare Access](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/cloudflare-access/)
* [Compatibility dates](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/compatibility-dates/)
* [Compatibility flags](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/compatibility-flags/)
* [Cron Triggers](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/cron-triggers/)
* [Environment variables](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/environment-variables/)
* [Integrations](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/integrations/)
* [Multipart upload metadata](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/multipart-upload-metadata/)
* [Page Rules](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/workers-with-page-rules/)
* [Placement](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/placement/)
* [Routes and domains](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/routing/)
* [Secrets](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/secrets/)
* [Workers Sites](https://mchen-ai-models-sync.previews.developers.cloudflare.com/workers/configuration/sites/)

Was this helpful?

YesNo

## On this page

[![](https://mchen-ai-models-sync.previews.developers.cloudflare.com/_astro/logo.te5VL_aD.svg)Docs](https://mchen-ai-models-sync.previews.developers.cloudflare.com/)

```json
{"@context":"https://schema.org","@type":"WebPage","@id":"https://developers.cloudflare.com/workers/configuration/#page","headline":"Configuration · Cloudflare Workers docs","description":"Manage Cloudflare Workers project settings, bindings, and deployment options.","url":"https://developers.cloudflare.com/workers/configuration/","inLanguage":"en","image":"https://developers.cloudflare.com/og-docs.png","dateModified":"2026-08-24","publisher":{"@type":"Organization","name":"Cloudflare","description":"One platform for your apps, agents, and workforce. Build, secure, and scale without managing infrastructure","url":"https://www.cloudflare.com/","sameAs":["https://github.com/cloudflare","https://www.linkedin.com/company/cloudflare","https://x.com/cloudflare"],"logo":{"@type":"ImageObject","url":"https://developers.cloudflare.com/logo.svg"},"address":{"@type":"PostalAddress","streetAddress":"101 Townsend St","addressLocality":"San Francisco","addressRegion":"CA","postalCode":"94107","addressCountry":"US"},"contactPoint":[{"@type":"ContactPoint","contactType":"Customer Support","url":"https://support.cloudflare.com/","availableLanguage":["English"]},{"@type":"ContactPoint","contactType":"Sales","url":"https://www.cloudflare.com/contact/","availableLanguage":["English"]}]},"isPartOf":{"@type":"WebSite","@id":"https://developers.cloudflare.com/#website","name":"Cloudflare Docs","url":"https://developers.cloudflare.com/"}}
```
