Documentation Index
Fetch the complete documentation index at: https://docs.kavachos.com/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Get credentials
Go to vercel.com/integrations and click Add New Integration. Under OAuth 2.0, add your redirect URI:Scopes
Default scopes:user
| Scope | What it unlocks |
|---|---|
user | Read user profile and email |
deployments | Read deployment info |
projects | Read project info |
Vercel OAuth apps are created as marketplace integrations. The access token grants access to the user’s personal account and any teams they belong to.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/vercel | Redirect to Vercel |
| GET | /auth/oauth/callback/vercel | Handle callback |