Cloudflare Workers for Platforms API

The Cloudflare Workers for Platforms API enables SaaS providers to deploy and manage customer code at scale using dispatch namespaces. It provides endpoints for creating namespaces, uploading user worker scripts, and dynamically routing requests to the appropriate worker with unlimited script limits and isolation.

API entry from apis.yml

apis.yml Raw ↑
aid: cloudflare:cloudflare-workers-for-platforms-api
name: Cloudflare Workers for Platforms API
tags:
- Multi-Tenant
- Platform
- Serverless
humanURL: https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/
baseURL: https://api.cloudflare.com
properties:
- url: https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/
  type: Documentation
- url: https://developers.cloudflare.com/api/resources/workers_for_platforms/
  type: APIReference
- url: https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/get-started/
  type: GettingStarted
description: The Cloudflare Workers for Platforms API enables SaaS providers to deploy and manage customer
  code at scale using dispatch namespaces. It provides endpoints for creating namespaces, uploading user
  worker scripts, and dynamically routing requests to the appropriate worker with unlimited script limits
  and isolation.