Raw Pipes

Linear

Connect Linear to search across issues, projects, and roadmaps.

Features

Issue sync with full context
Project and cycle tracking
Comment threads
Label and status indexing
Team-level permissions
Webhook updates

Quick Start

import { Metalogue } from '@metalogue/sdk';

const client = new Metalogue({ apiKey: 'mtlg_...' });

// Connect Linear
await client.sync('linear', {
  // Configuration options
});

// Query Linear data
const results = await client.query({
  question: 'Your question here',
  sources: ['linear']
});
View Documentation← All Integrations