Skip to content

Merge DocsBuild once. Connect to every API, tool, and LLM.

SOP reference for Merge: the Unified API, Agent Handler, and Gateway. Ship products and agents to production without owning the integration stack.

What is Merge?

Merge is a single integration platform with three products. The Unified API reads and writes data across integrations through one normalized interface. Agent Handler gives AI agents secure access to third-party tools over MCP. Gateway routes LLM requests across providers.

This is an internal SOP reference site. Content is summarized from the public Merge documentation and organized for fast lookup, with an AI chat assistant grounded in these pages. Use the Ask the Docs button in the corner to ask anything.

Core concepts at a glance

  • Linked Account: an end user's connection to a third-party platform, created through Merge Link.
  • Account token: identifies which Linked Account a request reads or writes (X-Account-Token).
  • Common Model: Merge's normalized schema for an object (Employee, Candidate, Contact, Invoice, Ticket, File).
  • /meta: discover the exact fields a write needs for a given integration before you POST.
  • modified_after: pull only changed records for cheap, near real-time syncing.

Unofficial documentation reference. Built for internal use.