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 startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • ComplianceQuest
    • Concur
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Planner
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneDrive GCC High
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • SharePoint GCC High
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

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
  • Sample use cases
  • Available Tools

Bitly

Connect your AI agents to Bitly.
Was this page helpful?
Previous

Bitbucket

Next

Box

Authentication: OAuth or access token. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.

Sample use cases

  • Generate a short link for this URL with UTM tags for our LinkedIn campaign.
  • Pull click counts for every link tagged Q2-launch and rank them by total clicks.
  • List the top 10 short links by click-through this week.

Available Tools

shorten_bitlink

Shorten a long URL to a Bitlink. Simplest way to create a short link. Returns the new short URL.

create_bitlink

Create a Bitlink with full options including title, tags, and deeplinks. Use shorten_bitlink for simple URL shortening.

get_bitlink

Get details of a Bitlink by its ID (e.g., ‘bit.ly/abc123’). Returns title, long URL, tags, and metadata.

update_bitlink

Update a Bitlink’s title, tags, long URL, or archived status. Use get_bitlink to verify the bitlink exists.

delete_bitlink

Delete a Bitlink permanently. This cannot be undone. Use get_bitlink to verify before deleting.

expand_bitlink

Expand a short Bitlink to its original long URL. Provide the bitlink ID (e.g., ‘bit.ly/abc123’).

list_bsds

List all branded short domains (BSDs) available to the current user.

list_channels

List channels in a group. Channels are distribution methods for campaigns. Use list_groups to find valid group GUIDs.

list_groups

List all groups the current user belongs to. Returns group GUIDs needed for other operations.

get_group

Get details of a specific Bitly group. Use list_groups to find valid GUIDs.

update_group

Update a Bitly group’s name or settings. Use list_groups to find valid GUIDs.

list_group_bitlinks

List bitlinks in a group with optional filters. Supports pagination via search_after cursor. Use list_groups to find …

get_group_tags

Get all tags used in a group. Use list_groups to find valid GUIDs.

get_group_preferences

Get preferences for a group including default domain. Use list_groups to find valid GUIDs.

update_group_preferences

Update group preferences such as default domain. Use list_groups to find valid GUIDs.

list_organizations

List all organizations the current user belongs to.

get_organization

Get details of a specific Bitly organization by GUID. Use list_organizations to find valid GUIDs.

get_organization_plan_limits

Get plan limits for an organization. Use list_organizations to find valid GUIDs.

get_current_user

Get the current authenticated Bitly user’s profile including name, email, and default group.

get_platform_limits

Get platform rate limits for the current Bitly user.