Skip to main content

Edge as a Service Documentation

A single JSON config for Akamai edge delivery — caching, routing, security, headers, and more.

Find features, match conditions, and security options, or validate your config against the latest schema.

tenant.json
{
  "delivery_config": {
    "onClientRequest": {
      "features": {
        "caching": {
          "rules": [...]
        }
      }
    }
  },
  "security_config": {
    "deny_groups": ["SQL-INJECTION-ANOMALY"]
  }
}
Delivery Features
Caching, routing, headers, timeouts, and redirects
Match Conditions
Path, IP, geography, and header targeting
Security & WAF
WAF rules, rate limits, bot detection
Schema Validator
Check config against the schema
Configuration Examples
Copy real-world patterns
Config Builder
Interactive tenant config builder
Schema Explorer
Interactive full schema browser
What's New
Latest release notes and changes