This tutorial shows you how to use arcade to connect your Gmail to Arcade's Gmail integration, allowing it to manage emails on your behalf.
uv venv
source .venv/bin/activate
uv sync
Create a .env
file and fill in these variables
ARCADE_API_KEY=arc_o1G....
OPENAI_MODEL=gpt-4o-mini
BASE_URL=https://api.arcade.dev/v1
USER_ID=<your gmail address here>
Then run
python main.py
Or for the UI version:
streamlit run ui-chat.py