AIARCO logoASC Docs

Concepts

How ASC is organised.

Tenants

Every signup creates a tenant — your isolated namespace. Functions, buckets (well, S3 prefixes), secrets, and bills are scoped to it.

Primitives

PrimitiveBacked byWhat you get
FunctionsAWS Lambda (CPU), EC2 spot pool (GPU, Phase E.2)Serverless code with cold-start <500ms (CPU), <60s (GPU)
StorageAWS S3 + KMSTenant-prefixed object store with presigned URLs
GatewayOpenAI / Anthropic / Google + AIARCO GOATOpenAI-compat router with smart provider selection
SecretsAWS Secrets Manager + KMSPer-tenant secrets, never plaintext at rest
BillingAWS Cost Explorer + StripePer-call, per-GB, per-second pricing

Plans

  • Free — for prototyping. Hard caps on monthly invocations, storage, and gateway tokens.
  • Pay-as-you-go — metered per primitive (function invocations, GB-stored, gateway tokens, GPU-seconds). No minimums.
  • Enterprise — custom MSA, dedicated VPC peer, SLO commitments.