Create access key from OIDC
Exchange an OIDC token for a temporary access key (anonymous on the CoreWeave side).
gRPC method: CreateAccessKeyFromOIDC
- The API server is
https://api.coreweave.com. - This endpoint is anonymous on the CoreWeave side —
authentication comes from the OIDC token in the
request body, not a
Bearertoken in the header.
durationSeconds and
must be 0–43200 seconds (12 hours maximum).
Body
Inputs for exchanging an OIDC token for a CoreWeave AI Object Storage access key.
Lifespan of the resulting access key in seconds. Must be 0–43200 (12 hours maximum).
0 <= x <= 43200The CoreWeave organization ID to mint the access key for.
The OIDC token from the configured Workload Identity Federation provider.
Free-form caller-supplied attributes attached to the key (for example, name).
Response
OK
The newly-minted access key. The secretKey is the only opportunity to read the secret value.
The access-key ID.
The secret access key. Treat as a credential and store it securely on receipt.
The fully-qualified principal name that owns the access key.
The expiration time of the access key.
The attributes that were attached to the key on creation.