Create access key from API token
Exchanges a CoreWeave API access token for temporary AI Object Storage credentials in the AWS container credentials response format. Send the API access token in the Authorization header with the Bearer prefix. For setup instructions, see Direct access token exchange.
Authorizations
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