For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
    • Concepts
    • Quickstart
    • Merge Link
    • Architecture reference
    • Install skills
    • Use cases

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Installation
  • Getting started
  • First-time setup
  • Implementation
  • Verification

Install skills

Install Claude Code skills to automate Merge Link, sync, post-connection, and validation. Each skill guides Claude through the work step by step.

Was this page helpful?
Previous

Architecture reference

Next

Use cases

Installation

Run these two commands in your terminal:

$claude plugin marketplace add merge-api/merge-unified-skills
$claude plugin install merge-unified

Restart Claude Code or run /reload-plugins to load the skills.

Getting started

After installing, open Claude Code and invoke a skill directly:

/merge-unified:onboarding # Signup to first API call to production
/merge-unified:implementing-link # Add Merge Link to your app
/merge-unified:implementing-sync # Detect syncs and pull data
/merge-unified:implementing-post-connection # Build the post-connection experience
/merge-unified:integration-validator # Verify your integration end to end

Or describe what you want, and Claude picks the right skill automatically.

First-time setup

Onboarding

Walk through signup, your first Linked Account, your first API call, syncing, webhooks, and the production checklist.

Implementation

Implement Merge Link

Build the connection flow: the linked_accounts table, link-token and token-exchange endpoints, and your Connect button or App Marketplace UI.

Implement sync

Pull data from Merge. A webhook handler covers incremental sync (recommended), with polling as a development starting point and production fallback.

Implement post-connection

Build the ongoing integration management surface: settings page, sync status, relinking, field mapping, and data scope filtering.

Verification

Validate integration

Run diagnostic checks against your Merge integration. Get a pass/fail checklist with actionable fixes.