AIARCOASC Docs

AIARCO ASC

The services cloud that AI builders love. Three clouds, 17 primitives, 5 products — all behind one API key.

What it is

AIARCO ASC is a services cloud purpose-built for AI workloads. It bundles three clouds — Compute Cloud (Atlas) for GPU & CPU, Edge Cloud for global CDN, DNS, WAF, edge functions and edge AI, and Security Cloud (Shield) for WAF, DDoS, bot management, ZTNA and threat intel — behind a single control plane, one API key, and one Stripe invoice. Sub-second cold starts, per-second GPU billing, zero egress between primitives in the same region.

When to use it

  • Ship inference, training, batch, agents or sandboxes without stitching together five vendors.
  • Replace separate CDN, DNS, WAF, edge-function and edge-AI accounts with one API.
  • Get SOC-2 readiness, audit logging, IP allow-lists, BYOK encryption and scoped API keys out of the box.

Quickstart

pip install aiarco
asc auth login
asc functions create hello --runtime python3.12 --handler handler.main
from aiarco import Client
client = Client()
client.functions.invoke('hello', payload={'name': 'world'})
import { Client } from '@aiarco/sdk';
const client = new Client();
await client.functions.invoke('hello', { payload: { name: 'world' } });

Security

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