SDKs & CLI
Python, TypeScript, CLI — all generated from the same OpenAPI spec.
What it is
Three official surfaces. All generated from the same OpenAPI spec, so endpoint coverage is identical.
Quickstart
# CLI
brew install aiarco/tap/asc # macOS
curl -sSL https://get.aiarco.com/asc | sh # Linux
asc auth loginpip install aiarco
from aiarco import Client
client = Client() # reads ASC_API_KEYnpm install @aiarco/sdk
import { Client } from '@aiarco/sdk';
const client = new Client(); // reads ASC_API_KEYLimits & quotas
| Limit | Default | Burst | Notes |
|---|---|---|---|
| Python | >=3.10 | — | |
| Node | >=18 | — | |
| CLI | macOS, Linux, Windows | — |
Security
All access is authenticated and scoped. See Auth & scopes and Network controls.