Cloudflare Queues: Auth & Access Control
Docs-backedNo separate API key for queue operations — Workers bindings authenticate via the Worker's account context. Queue management (create/delete/inspect) via Cloudflare API: Authorization: Bearer {api_token} header. Cloudflare API token from dashboard with Queues:Edit permission. HTTPS enforced. Queue access scoped to Workers within the same Cloudflare account.