Skip to content

Overview

API for managing software updates, releases, artifacts, licensing, and tenant policies. All APIs use JSON over HTTPS. Responses that affect execution are signed and cacheable.

  • OpenAPI version: 3.0.3

OAuth2 / OIDC authentication for admin, CI, and mirrors

Security scheme type: oauth2

Flow type: authorizationCode

Authorization URL: https://auth.example.com/authorize

Token URL: https://auth.example.com/token

Scopes:

  • ci:write - Create and manage releases
  • artifacts:write - Upload and manage artifacts
  • mirrors:read - Read snapshot data
  • license:read - Read license information
  • license:write - Manage license leases
  • admin:read - Read admin resources
  • admin:write - Write admin resources

Mutual TLS authentication (optional for mirrors and license servers)

Security scheme type: mutualTLS