cloudflare · Cloudflare Workers Docs
Workers Integrations
Explains how to connect Cloudflare Workers to external databases, APIs, and third-party services using libraries, secret management via Wrangler, and architectural best practices like service bindings and custom domains.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Integrations
Explains how to connect Cloudflare Workers to external databases, APIs, and third-party services using libraries, secret management via Wrangler, and architectural best practices like service bindings and custom domains.
When To Use
Use when you need to connect a Cloudflare Worker to an external database, third-party API, or service while following security and performance best practices.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-configuration-integrations-workflow-guide.md | A guide explaining the different types of service integrations available for Cloudflare Workers and best practices for implementation. | Questions about a guide explaining the different types of service integrations available for Cloudflare Workers and best practices fo... |
What This Skill Covers
- One of the key features of Cloudflare Workers is the ability to integrate with other services and products. In this document, we will explain the types of in...
- Main sections:
Types of integrations,How to use integrations,Tips and best practices.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/configuration/integrations
