AIARCOASC Docs

Workspaces

Long-running agent workspaces — the primitive behind the Agents product.

What it is

Workspaces are the underlying primitive of the Agents product. Persistent disk, hibernate + wake, MCP-native.

When to use it

  • Use Agents for the managed product surface.

Quickstart

asc workspaces create alice --disk 50Gi
client.workspaces.create('alice', disk='50Gi')
await client.workspaces.create({ name: 'alice', disk: '50Gi' });

Limits & quotas

LimitDefaultBurstNotes
See Agents

Pricing

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

API surface

  • POST /v1/workspaces
  • POST /v1/workspaces/{id}/hibernate

Required scope(s): workspaces:write. See Scopes.

Security

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