# .env.example # API key for authenticating with the OpenAI-compatible service (Groq, OpenAI, etc.) AI_PROVIDER_API_KEY=your-openai-or-groq-api-key-here # API key generated from Twenty CRM instance (Settings > API & Webhooks) TWENTY_API_KEY=your-twenty-api-key-here # Base URL for the Twenty CRM server TWENTY_API_URL=https://your-instance.twenty.com # Secret token used to authenticate incoming webhook requests WEBHOOK_SECRET_TOKEN=your-webhook-secret-token-here # Base URL for OpenAI-compatible API (defaults to OpenAI, can use Groq or other providers) AI_PROVIDER_API_BASE_URL=https://api.openai.com/v1/