Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-configuration-integrations-workflow-guide.mdA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.cloudflare.com/workers/configuration/integrations