| # Platform Configuration | |
| # Copy this file to .env and fill in your values | |
| # JWT Secret Key (change this in production!) | |
| SECRET_KEY=your-secret-key-change-in-production | |
| # Composio API Key (required for dynamic tool sync and execution) | |
| # Get your API key from: https://app.composio.dev/dashboard | |
| COMPOSIO_API_KEY=sk_your_composio_api_key_here | |
| # Composio API Base URL (optional, defaults to production) | |
| COMPOSIO_API_BASE=https://backend.composio.dev/api/v3.1 | |
| # Cache TTL in seconds (default: 3600 = 1 hour) | |
| CACHE_TTL=3600 | |
| # Data directory (default: /data for HF Spaces) | |
| DATA_DIR=/data |