Overview
Drivers
Install and configure Sanvex drivers — GitHub, Gmail, Linear, Notion, Slack, and custom integrations.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install and configure Sanvex drivers — GitHub, Gmail, Linear, Notion, Slack, and custom integrations.
1. composer require sanvex/core sanvex/cli → migrate
2. composer require sanvex/{driver}
3. Set .env (Configuration page for your driver)
4. Connect: sanvex:setup (API key) OR /sanvex/{driver}/login (OAuth)
5. Verify: isConfigured() and a test API call
| Driver | URL | Requires |
|---|---|---|
| Gmail | /sanvex/gmail/login | GMAIL_CLIENT_ID in .env |
| Notion | /sanvex/notion/login | NOTION_CLIENT_ID or NOTION_AUTH_TYPE=oauth_2 |
php artisan sanvex:list
php artisan sanvex:setup {driver} [--api-key=] [--bot-token=] [--owner-type=] [--owner-id=]
Was this page helpful?
