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
GuidesModelsAPI reference
GuidesModelsAPI reference
  • API Overview
  • Management API
      • GETList API keys
      • POSTCreate an API key
      • GETGet an API key
      • DELDelete an API key
      • PATCHUpdate an API key

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
  • Base URL
  • Authentication

Management API

Create and administer your org's API keys programmatically
Was this page helpful?
Previous

List Tags

Next

List API keys

The Management API lets you create and administer your organization’s API keys programmatically. Use it to issue a key per customer or employee, rotate keys, and attach per-key spend limits. For a walkthrough with examples, see Management API keys.

Base URL

https://gateway.merge.dev

Authentication

Authenticate with a management key as a bearer token. Create one in the dashboard under Settings → API keys → Management keys. It is shown once at creation.

Authorization: Bearer mgmt_<your_management_key>

A management key administers keys and reads usage for its own organization. It cannot call the gateway’s model endpoints, and it cannot manage another organization’s keys.