Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Comprehensive Cloudflare platform skill covering Workers, D1, R2, KV, AI, Durable Objects, and security.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/api-shield/README.md
1# Cloudflare API Shield Reference23Expert guidance for API Shield - comprehensive API security suite for discovery, protection, and monitoring.45## Reading Order67| Task | Files to Read |8|------|---------------|9| Initial setup | README → configuration.md |10| Implement JWT validation | configuration.md → api.md |11| Add schema validation | configuration.md → patterns.md |12| Detect API attacks | patterns.md → api.md |13| Debug issues | gotchas.md |1415## Feature Selection1617What protection do you need?1819```20├─ Validate request/response structure → Schema Validation 2.0 (configuration.md)21├─ Verify auth tokens → JWT Validation (configuration.md)22├─ Client certificates → mTLS (configuration.md)23├─ Detect BOLA attacks → BOLA Detection (patterns.md)24├─ Track auth coverage → Auth Posture (patterns.md)25├─ Stop volumetric abuse → Abuse Detection (patterns.md)26└─ Discover shadow APIs → API Discovery (api.md)27```2829## In This Reference3031- **[configuration.md](configuration.md)** - Setup, session identifiers, rules, token/mTLS configs32- **[api.md](api.md)** - Endpoint management, discovery, validation APIs, GraphQL operations33- **[patterns.md](patterns.md)** - Common patterns, progressive rollout, OWASP mappings, workflows34- **[gotchas.md](gotchas.md)** - Troubleshooting, false positives, performance, best practices3536## Quick Start3738API Shield: Enterprise-grade API security (Discovery, Schema Validation 2.0, JWT, mTLS, BOLA Detection, Auth Posture). Available as Enterprise add-on with preview access.3940## See Also4142- [API Shield Docs](https://developers.cloudflare.com/api-shield/)43- [API Reference](https://developers.cloudflare.com/api/resources/api_gateway/)44- [OWASP API Security Top 10](https://owasp.org/www-project-api-security/)45