Skip to main content

Documentation Index

Fetch the complete documentation index at: https://autorender.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Connect your Google Cloud Storage (GCS) buckets to AutoRender to serve and transform assets stored on Google Cloud. Google Cloud Storage Configuration

Configuration Fields

To set up a GCS source, you will need to provide:
FieldDescription
Origin NameA unique name for this source, used in your transformation URLs (e.g., https://assets.autorender.io/{workspace}-{origin}/{file_path}).
Bucket NameThe name of your Google Cloud Storage bucket.
Service Account JSONThe full JSON content of your Google Cloud service account key.

Where to find this information

  1. Bucket Name: Listed in the Cloud Storage Browser in your Google Cloud Console.
  2. Service Account JSON:
    • Go to IAM & AdminService Accounts.
    • Create a new service account (e.g., autorender-read-only).
    • Grant it the Storage Object Viewer role for the specific bucket or project.
    • Navigate to the Keys tab for the service account.
    • Click Add KeyCreate new keyJSON.
    • Download the file and paste its entire contents into the AutoRender configuration field.