Notion setup
Full checklist: Integration guide.
API key (integration token)
OAuth (public integration)
- Set
NOTION_*env vars from configuration. - Visit
/sanvex/notion/loginin a browser. - Callback stores
access_token(default: global owner scope).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
composer require sanvex/core sanvex/cli sanvex/notion
php artisan migrate
php artisan sanvex:setup notion --api-key="secret_..."
NOTION_* env vars from configuration./sanvex/notion/login in a browser.access_token (default: global owner scope).app(\Sanvex\Core\SanvexManager::class)
->resolveDriver('notion')
->isConfigured();
Was this page helpful?
