--- title: Gmail Agent API emoji: 📧 colorFrom: blue colorTo: purple sdk: docker pinned: false --- # Gmail Agent API FastAPI application for Gmail management using Gemini and Composio. ## Setup 1. Clone the repository 2. Set up environment variables in `.env` 3. Build and run: ```bash docker build -t gmail-agent . docker run -p 7860:7860 --env-file .env gmail-agent