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
GuidesAPI reference
GuidesAPI reference
    • Get started
    • Install skills
  • Features
    • Projects
    • Cost governance and savings
    • Tool calling
    • Web search
    • Context compression
  • Security & Compliance
    • Customer blocklist
    • Geo-location routing
    • Prompt injection protection
    • Data loss prevention
    • Audit trail
    • Roles and permissions
    • Zero data retention
    • Provider terms

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
  • Integration
  • Advanced features
  • Migration

Install skills

Install Claude Code skills to automate Gateway integration and migration. Each skill guides Claude through the process step by step.
Was this page helpful?
Previous

Get started

Next

Projects

Installation

Run these two commands in your terminal:

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

The skills are ready to use immediately. No restart needed.

Getting started

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

/merge-gateway:gateway-implement # Add Gateway to your project
/merge-gateway:build-agent # Scaffold a tool-use agent
/merge-gateway:gateway-features # Explore tags, routing, and multi-model usage
/merge-gateway:migrate-ai-sdk # Migrate from Vercel AI SDK
/merge-gateway:migrate-openrouter # Migrate from OpenRouter
/merge-gateway:migrate-direct-sdk # Migrate from OpenAI/Anthropic/Google
/merge-gateway:migrate-bedrock # Migrate from AWS Bedrock
/merge-gateway:migrate-azure # Migrate from Azure OpenAI
/merge-gateway:migrate-litellm # Migrate from LiteLLM

Or just describe what you want - Claude will pick the right skill automatically.

Integration

Gateway Implementation

Detect your stack, install the Merge Gateway SDK, and verify the integration

Build a Tool-Use Agent

Scaffold a function-calling agent with tool definitions and an execution loop

Advanced features

Explore Advanced Features

Discover tags, project tracking, routing metadata, multi-model routing, extended thinking, and token usage tracking

Migration

Migrate from Vercel AI SDK

Switch from @ai-sdk/openai, @ai-sdk/anthropic, or @ai-sdk/google to the native Merge Gateway provider

Migrate from OpenRouter

Swap OpenRouter URLs, headers, and provider-specific params for Gateway equivalents

Migrate Direct Provider SDKs

Move from OpenAI, Anthropic, or Google SDKs to a single Gateway integration

Migrate from AWS Bedrock

Replace boto3 Bedrock calls and map Bedrock model IDs to Gateway format

Migrate from Azure OpenAI

Map Azure deployment names to standard models and remove Azure-specific config

Migrate from LiteLLM

Replace a self-hosted LiteLLM proxy or library with managed Gateway