---
Title: Cloudflare
URL Source: https://www.company-skill.com/p/cloudflare
Language: en
Last-Modified: 2026-05-13T02:26:21.657203+00:00
Description: Cloudflare provides a suite of developer tools centered around Cloudflare Workers, enabling serverless computing, edge logic, security, geolocation, image handling, static site deployment, and CI/CD i
---

# Cloudflare

> Cloudflare provides a suite of developer tools centered around Cloudflare Workers, enabling serverless computing, edge logic, security, geolocation, image handling, static site deployment, and CI/CD integration. Capabilities span API-driven development, console-based configuration, CLI workflows, and troubleshooting for deployment issues.

Cloudflare is available as agent-callable skills via DaaS. Route any question to the best skill with `POST https://www.company-skill.com/api/route` `{"query": "...", "product": "cloudflare"}`.

## What you can do

- [Configure project](https://www.company-skill.com/p/cloudflare/cloudflare-configure-project.md): This skill helps users choose the right path to Configure Cloudflare Worker project settings. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill b
- [Deploy worker](https://www.company-skill.com/p/cloudflare/cloudflare-deploy-worker.md): This skill helps users choose the right path to Deploy a Cloudflare Worker. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on your situa
- [Deploy workers](https://www.company-skill.com/p/cloudflare/cloudflare-deploy-workers.md): This skill helps users choose the right path to Deploy a static site using Cloudflare Workers. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill 
- [Implement testing](https://www.company-skill.com/p/cloudflare/cloudflare-implement-testing.md): This skill helps users choose the right path to Implement A/B testing with Cloudflare Workers. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill 

## Frequently asked questions

### Should I use the API/CLI or the console to manage my Worker?

Use the **console** for initial setup, learning, or one-off changes. Use the **API/CLI** for automation, CI/CD, or programmatic management.

### How do I authenticate API requests to manage Workers?

Generate an API token in the Cloudflare dashboard with the `Account.Worker Scripts` permission and pass it in the `Authorization: Bearer <token>` header.

### Where do I find my Worker’s logs and diagnostics?

In the dashboard under the Worker’s **Logs** tab (requires binding a Logpush destination or using `console.log()` with Tail). For CLI, use `wrangler tail`.

### Can I use both API and console for the same Worker?

Yes. Changes made via API/CLI will reflect in the console and vice versa, though some advanced features may only be available in one interface.

### What should I do if my deployment fails?

Check the error message in the CLI or dashboard. Common issues include syntax errors, missing bindings, or quota limits. Refer to the `troubleshooting` skill for detailed diagnostics.

## Use with an AI agent

```bash
curl -s https://www.company-skill.com/api/route \
  -H 'Content-Type: application/json' \
  -d '{"query": "...", "product": "cloudflare"}'
```

MCP server: https://www.company-skill.com/api/mcp/cloudflare.py

---
Machine-readable: https://www.company-skill.com/llms.txt · https://www.company-skill.com/sitemap.xml
