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.
You can follow this step-by-step on our YouTube channel
uv venv
source .venv/bin/activate
uv syncCreate 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.pyOr for the UI version:
streamlit run ui-chat.py