Quickstart
This quickstart gets you from nothing to a working integration.
- Install Sanvex packages with Composer
- Run migrations
- Store credentials with
sanvex:setup - Call a driver from PHP or expose tools to your agent
If you are new, continue with Installation.
bash
composer require sanvex/core sanvex/cli
composer require sanvex/github
php artisan migrate
php artisan sanvex:setup github --api-key="ghp_..."