AIARCOASC Docs

Pricing model

Pay-as-you-go, per-second compute, per-request edge, per-event security. No upfront. No egress between AIARCO primitives.

What it is

Every SKU is published. There is no enterprise-only quote unless you are buying committed-use discounts above $25K/month. Three meter types:

When to use it

  • Per-second compute — GPU and CPU pods, sandboxes, agent workspaces. Billed every second a resource exists in ready state.
  • Per-request edge — CDN requests, DNS queries, WAF evaluations, edge-function calls. Billed per million.
  • Per-event security — Shield bot challenges, threat-intel pulls, audit-log exports. Billed per event or per GB.

Quickstart

asc billing usage --month 2026-05
asc billing budget set --monthly 5000 --alert 80
asc billing invoice download --month 2026-04
client.billing.usage(month='2026-05')
client.billing.budget.set(monthly_usd=5000, alert_at_pct=80)
await client.billing.usage({ month: '2026-05' });
await client.billing.budget.set({ monthlyUsd: 5000, alertAtPct: 80 });

Limits & quotas

LimitDefaultBurstNotes
Billing precision1 secondPer-second metering, rounded up.
Invoice cadenceMonthlyOn the 1st of the following month.
Free trial$200Applied for new tenants in their first 30 days.

Pricing

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

API surface

  • GET /v1/billing/usage — list usage events for a period
  • GET /v1/billing/invoices — list invoices
  • POST /v1/billing/budgets — set spend budget + alert threshold

Security

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