Raw Pipes
Figma
Sync Figma files and design context for product teams.
Features
✓File metadata sync
✓Component inventory
✓Comment threads
✓Version history
✓Team library access
✓Webhook updates
Quick Start
import { Metalogue } from '@metalogue/sdk';
const client = new Metalogue({ apiKey: 'mtlg_...' });
// Connect Figma
await client.sync('figma', {
// Configuration options
});
// Query Figma data
const results = await client.query({
question: 'Your question here',
sources: ['figma']
});