AIARCOASC Docs

AIARCO Edge — Edge Cloud

One API for CDN, DNS, SSL, WAF, DDoS, edge functions, edge object storage, edge SQL, vector DB, edge AI, ZTNA and more.

What it is

AIARCO Edge runs on an anycast network spanning 250+ points of presence. Eighteen primitives — request-driven (CDN, functions), security (WAF, DDoS, bots), storage (edge object, edge SQL, vector DB) and zero-trust (access, tunnel, ZTNA, CASB, DLP) — all exposed through one API key and one Stripe invoice.

When to use it

  • Replace a stack of single-purpose vendors with one provider.
  • Run code, data and AI at the edge with sub-50 ms latency to most users.
  • Lock down origin servers behind identity-aware access without VPN.

Quickstart

asc edge zones create example.com
asc edge waf enable example.com --plan business
client.edge.zones.create('example.com')
client.edge.waf.enable(zone='example.com', plan='business')
await client.edge.zones.create('example.com');
await client.edge.waf.enable({ zone: 'example.com', plan: 'business' });

Limits & quotas

LimitDefaultBurstNotes
Zones per project1001,000
PoPs250+Global anycast
Free-tier requests10M/mo

Pricing

See pricing. Pay-as-you-go, billed monthly via Stripe.

API surface

  • See per-primitive pages

Security

All access is authenticated and scoped. See Auth & scopes and Network controls.