What problem does it solve?
Provides concise, ready-to-use guidance and HTTP request examples to manage Cloudflare zones, DNS records, tunnels, and cache without having to parse scattered API documentation.
Core Features & Use Cases
- DNS management: list zones, retrieve zone IDs, and create, update, or delete A and CNAME records via the Cloudflare API.
- Tunnel and account operations: list and create Cloudflare tunnels and obtain run tokens for connector authentication.
- Cache control: purge entire zone caches or specific URLs to immediately invalidate CDN content.
- Use Case: After deploying a service, update DNS to point to the new host, create a tunnel for private access, and purge affected pages to ensure users see the latest content.
Quick Start
Use the cloudflare-api skill to list DNS records for example.com, create or update an A record for api.example.com pointing to the desired IP, and purge the relevant URL using your stored Cloudflare API token.