Skip to main content
The Archil Control Plane API provides programmatic access to manage disks, mounts, and API keys in the Archil distributed filesystem platform.
API keys vs. disk tokens. API keys authenticate requests to this Control Plane API and are scoped to your account. Disk tokens are a separate kind of credential, scoped to a single disk, used by clients when mounting. The two are not interchangeable.

Base URL

Each region has its own control plane endpoint:

Authentication

All endpoints require an API key:
Create API keys in the Archil Console or via the API.

Response format

All responses use a consistent envelope:

HTTP status codes

Disk ID format

Disks are identified by a unique ID in the format:
For example: dsk-0123456789abcdef

Getting started

Signing up for Archil is free with no credit card required. Create your free account to get an API key and start building.
  1. Create an API key in the console or via API
  2. Use the key in the Authorization header for all requests
  3. Create your first disk or persistent sandbox