DOCUMENTATION • BUILD WITH SYNQLY

Build with Synqly

Everything you need to integrate multiple AI providers through one unified API

⌘K

Quick Start

Example: Your First Request
import { Synqly } from 'synqly';

const ai = new Synqly({
  apiKey: process.env.SYNQLY_KEY
});

// Make a request to any provider
const response = await ai.chat.create({
  provider: 'anthropic',
  model: 'claude-sonnet-4',
  messages: [{
    role: 'user',
    content: 'Explain quantum computing'
  }]
});

console.log(response.content);

Core Topics

Quick Start

Get up and running with Synqly in minutes

Advanced Features

Master advanced Synqly capabilities

Security & Compliance

Keep your integration secure

More Resources

Need Help?

Can't find what you're looking for? Our support team is here to help you get the most out of Synqly.