auth
oci

OCI token endpoint

Authenticates via Basic auth and returns a short-lived JWT for OCI operations. Supports two credential types: - email:api-key-jwt: user authentication - project-slug-or-uuid:bencher_run_xxxxx: project key authentication

If no Basic auth credentials are provided, issues a public (anonymous) OCI token.

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