Linear
Overview
The Linear source connector lets you connect to the Linear GraphQL API using a Linear API key.
At this time, the connector supports credential validation (login). Data extraction is still in development and is not yet available.
Setup
Prerequisites
- A Linear account
- Permission to create an API key in Linear
Create a Linear API key
- In Linear, create a personal API key.
- Copy the key value (you will paste it into the connector configuration).
Authentication
This connector authenticates with a Linear API key.
- Auth type: API key
- Header:
Authorization: <api_key> - Endpoint used for validation:
POST https://api.linear.app/graphql(GraphQL query:viewer { id name email })
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Linear API key. Used as the value of the Authorization header for requests to the Linear GraphQL API. |
Streams
No streams are currently available. Extraction is still in development.
Limitations
- The connector does not yet support extracting data from Linear (only credential validation/login is implemented).