auth
oci

OCI token endpoint

Authenticates users via Basic auth (email:bencher-api-token) and returns a short-lived JWT for OCI operations.

get/v0/auth/oci/token

Query parameters

scopestring nullable

Scope in format "repository:name:action,action" e.g., "repository:org/project:pull,push"

servicestring nullable

Service identifier (e.g., "registry.bencher.dev") Not currently used but accepted for OCI spec compliance

Changes