# Create a cache configuration Creates a Cache Configuration. Endpoint: POST /v3/cache-configurations Version: 2026-01-08 Security: ZephrHmacHttp ## Request fields (application/json): - `label` (string) Example: "Test" - `conditions` (object) Example: {"url_pattern":"^/forum","header_patterns":{"Content-Type":"^text/html"}} - `conditions.url_pattern` (string) Example: "^/forum" - `conditions.header_patterns` (object) Example: {"Content-Type":"^text/html"} - `conditions.header_patterns.Content-Type` (string) Example: "^text/html" - `cache` (object) Example: {"origin":false,"decision_points":false} - `cache.origin` (boolean) - `cache.decision_points` (boolean) ## Response 201 fields ## Response 400 fields