API Reference¶
ComputeStacks has two API implementations. Both are currently at version 80 (v8.0), the latest release.
-
User API (UAPI)
The standard interface for building applications and integrations on behalf of a user. Access is scoped to a single account, via Basic Auth or OAuth2.
-
Manage API (MAPI)
Super-user access to the platform for provider-level automation. Intentionally more limited than the UAPI.
Tip
Requesting a specific API version is optional — omit the version and the current release is used. See versioning for details.