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 linear.app/settings/api and click Create new OAuth application. Add your redirect URI:Scopes
Default scopes:read
| Scope | What it unlocks |
|---|---|
read | Read access to the user’s data |
write | Write access to issues, comments, etc. |
issues:create | Create issues |
app:assignIssues | Assign issues to the app |
Linear uses UUIDs as user identifiers. The user’s email is always returned and is verified.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/linear | Redirect to Linear |
| GET | /auth/oauth/callback/linear | Handle callback |