Skip to main content

Linear configuration

Package: sanvex/linear · Driver id: linear

Auth modes

What to register (Linear)

API key

  1. Linear → Settings → Account → API (or workspace API settings).
  2. Create a Personal API key (lin_api_...).
  3. Store via CLI.

OAuth2

  1. Linear → Settings → API → OAuth applications (or developer settings).
  2. Create an application; set redirect URL to LINEAR_REDIRECT_URI.
  3. Copy Client ID and Client secret.
No packaged Sanvex OAuth routes — implement authorize/callback in your app.

Environment variables

config/sanvex.php (optional)

Optional — not read by the driver today.

Stored credential keys (sv_accounts)

CLI

Built-in Sanvex OAuth routes

None.

What the driver reads at runtime

Next: Setup · Resources