Skip to main content

Get Started with AI Object Storage

Setup

AI Object Storage requires:

  • SAML/SSO configured for your CoreWeave organization,
  • an API Access Token with adequate permissions,
  • an Object Storage Access Key, and
  • a Bucket for storing data.

To set up AI Object Storage:

  1. Enable SAML/SSO for your organization.

    SAML/SSO is required for AI Object Storage and is specifically required for creating buckets. Configure SAML/SSO for your organization to allow users to authenticate to AI Object Storage.

  2. Create an API Access Token scoped for Object Storage.

    API Access Tokens are required for users to perform actions on the CoreWeave platform. For AI Object Storage, make an Access Token that allows Object Storage users write permissions.

  3. Create an Object Storage Access Key for Object Storage.

    To access Object Storage, users must authenticate their requests with Access Keys. Create an Access Key for Object Storage users.

  4. Create a Bucket.

    Buckets are the primary organizational unit for Object Storage. Once API Tokens and Access Keys are created, create a bucket in which to store object data.

  5. Upload object data to the Bucket.

    Object data is uploaded using the s3cmd tool.

AI Object Storage endpoints

AI Object Storage has two endpoints:

  • https://cwobject.com: The primary endpoint
  • https://cwlota.com: LOTA's endpoint

Reference