Skip to main content
Next, you’ll need to set up Google OAuth. This will allow you to sign in to Agentset with your Google account.
1

Create Google OAuth App

In your Google Cloud Console, create a new OAuth client ID and client secret.
2

Set up Google OAuth environment variables

Once your Google OAuth App is created, copy the Client ID and Client Secret into your .env file as the GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET environment variables.
.env
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret

Next Steps

Once you’ve completed the Google OAuth setup, proceed to Step 8: Cloudflare R2 to set up file storage.