Skip to main content

What is Adapter?

Adapter is a platform for connecting and querying your data across SaaS tools. Connect sources like Gmail, Slack, and GitHub, and Adapter ingests and models that data using knowledge graphs — so you can query it through a simple API and add context to any LLM agent or application.

How It Works

Key Features

  • Concept Understanding - Goes beyond embeddings to understand meaning and relationships
  • Privacy-First - All your data is private and secure
  • Multiple Data Sources - Connect and sync data from various platforms
  • Knowledge Graphs - Ontological modeling for deeper intelligence
  • Granular Permissions - Control access with scoped, read-only API keys
  • Easy Integration - Add intelligence with just a few lines of code

Quick Example

import Adapter from "@adapter/sdk";

const adapter = new Adapter({ apiKey: process.env.ADAPTER_API_KEY! });

// List your connected accounts
const connections = await adapter.connections.list();
console.log(connections);

Get Started