Skip to main content
GET
Create access key from API token

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token in the Authorization header (the value is prefixed with Bearer). Used by every operation except the SAML/OIDC POST token-exchange endpoints (anonymous) and the OIDC container credentials GET (which uses ContainerCredentialsAuth).

Response

OK

CreateAccessKeyFromApiTokenResponse implements the AWS Container Credentials provider response format, so the credentials can be consumed directly by AWS SDKs and the AWS CLI configured for container credentials. See https://docs.aws.amazon.com/sdkref/latest/guide/feature-container-credentials.html

AccessKeyId
string
SecretAccessKey
string
Token
string
Expiration
string<date-time>
attributes
object
multiAttributes
object
Last modified on September 17, 2026