linear
Premium connector for agent integrations
Overview
This connector provides seamless integration with your agents. Authenticate once, access unlimited requests. Built for reliability, tested for performance.
Use our connector to automate workflows, sync data, and trigger actions directly from your agent logic. Full read/write access with granular permissions.
Install
1. Get API Credentials
Visit your linear dashboard and generate an API key for authentication.
CONNECTOR_API_KEY=your_api_key_here2. Install Connector
Add the connector to your project via npm or yarn.
npm install @kairosroute/connector-linear3. Configure in Code
Initialize the connector with your API key.
import { LinearConnector } from '@kairosroute/connectors';
const connector = new LinearConnector({
apiKey: process.env.CONNECTOR_API_KEY,
});API Reference
authenticate(credentials)
Authenticate with linear API using your credentials.
Parameters: credentials (object)
Returns: Promise<boolean>
execute(action, params)
Execute an action on the connected service.
Parameters: action (string), params (object)
Returns: Promise<any>
query(filters)
Query data from the connected service.
Parameters: filters (object)
Returns: Promise<Array>
Pricing
Included in
- ✓ Tier 2: Mid-Market
- ✓ Tier 1: Enterprise
Rate Limits
- • Tier 2: 10,000 calls/day
- • Tier 1: Unlimited
Connector Info
Available Tier
Tier 2+
Protocol
MCP & A2A
Status
● Active
Last Updated
Mar 2025
Ready to connect?
Install this connector and start building powerful agent integrations.
Install Connector →