Ozama Edge CDN

Build a faster edge

Everything you need to configure delivery, protect your properties, and get the most from your global network.

Explore the platform

Getting started

Connect your first domain and serve your application through the Ozama edge in minutes.

Read the guide →

Domains & DNS

Learn how to add properties, configure records, and verify origin connectivity.

Manage your domains →

Caching

Control cache behavior, set rules, and purge content instantly across every region.

Explore caching →

Security

Protect traffic with managed rules, bot protection, rate limits, and TLS controls.

Secure your edge →

No documentation matched your search.

Three steps to the edge

1Add a domain

Tell Ozama where your application lives and add the provided DNS record.

2Configure delivery

Choose cache rules and headers that fit your application and traffic pattern.

3Deploy with confidence

Review live metrics, inspect requests, and ship changes from one dashboard.

Quick API example

Use the API to automate cache operations and deployment workflows.

# Purge a zone by hostname
curl -X POST https://api.ozama.ai/v1/cache/purge \
  -H "Authorization: Bearer $OZAMA_TOKEN" \
  -d '{"hostname":"app.northstar.dev"}'