AIARCOASC Docs

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 login
pip install aiarco
from aiarco import Client
client = Client()  # reads ASC_API_KEY
npm install @aiarco/sdk
import { Client } from '@aiarco/sdk';
const client = new Client();  // reads ASC_API_KEY

Limits & quotas

LimitDefaultBurstNotes
Python>=3.10
Node>=18
CLImacOS, Linux, Windows

Security

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