Skip to main content
DocumentationOverview

API reference

HTTP API overview

Authenticate requests, understand resource conventions, and handle Arcwell API errors consistently.

Arc Runtime 3.xUpdated Jul 18, 2026

Base URL

text
https://api.arcwell.example/v3

The hostname is reserved for this fictional demonstration and does not accept requests.

Authentication

http
Authorization: Bearer arc_live_REDACTED
Arcwell-Workspace: ws_northline

Errors

StatusCodeMeaning
400invalid_requestInput did not match the endpoint contract
401invalid_keyKey is missing, expired, or revoked
409version_conflictResource changed after it was read
429rate_limitedWorkspace request budget was exceeded
On this page
  1. Base URL
  2. Authentication
  3. Errors