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

Strava

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

Straker

Next

Stripe

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

Sample use cases

  • Pull my running mileage week-over-week for the last 12 weeks.
  • Find activities longer than 90 minutes in the last 30 days.
  • List the segments I’ve PRed on this month.

Available Tools

create_activity

Create a manual activity. Requires name, type (Run, Ride, Swim, etc.), start_date_local (ISO 8601), and elapsed_time …

get_activity

Get an activity by ID. Returns detailed activity data including stats, map, and segment efforts.

update_activity

Update an activity. Can change name, type, description, trainer, commute, and gear_id. Set gear_id to ‘none’ to remov…

list_athlete_activities

List the authenticated athlete’s activities with pagination. Filter by before/after epoch timestamps. Use page and pe…

list_activity_comments

List comments on an activity. Use page and per_page for pagination.

list_activity_kudoers

List athletes who gave kudos on an activity. Use page and per_page for pagination.

get_activity_laps

Get laps for an activity. Returns lap splits with time, distance, and pace data.

get_authenticated_athlete

Get the authenticated athlete’s profile. Returns detailed info including name, location, stats, and gear.

update_athlete

Update the authenticated athlete’s profile. Currently only weight can be updated.

get_athlete_zones

Get the authenticated athlete’s heart rate and power zones.

get_athlete_stats

Get an athlete’s activity stats (totals, recent, year-to-date). Use get_authenticated_athlete to find the athlete ID.

get_club

Get a club by ID. Returns club details including name, location, member count, and sport type.

list_athlete_clubs

List clubs the authenticated athlete belongs to. Use page and per_page for pagination.

list_club_members

List members of a club. Use page and per_page for pagination.

list_club_admins

List admins of a club. Use page and per_page for pagination.

get_route

Get a route by ID. Returns route details including name, distance, elevation, and map data.

list_athlete_routes

List an athlete’s routes. Use get_authenticated_athlete to find the athlete ID. Use page and per_page for pagination.

export_route_gpx

Export a route as GPX XML. Returns the GPX file content as a string.

export_route_tcx

Export a route as TCX XML. Returns the TCX file content as a string.

get_segment

Get a segment by ID. Returns segment details including name, distance, grade, and elevation.

explore_segments

Explore segments in a geographic area. Provide bounds as ‘sw_lat,sw_lng,ne_lat,ne_lng’. Optionally filter by activity…

list_starred_segments

List the authenticated athlete’s starred segments. Use page and per_page for pagination.

star_segment

Star or unstar a segment. Set starred to true to star or false to unstar.

get_activity_streams

Get activity streams (time series data). Specify keys like time, distance, latlng, altitude, heartrate, cadence, watt…

get_route_streams

Get route streams (distance and altitude data).

get_segment_streams

Get segment streams (distance and altitude data). Specify keys like distance, altitude, latlng.

upload_activity

Upload an activity file (FIT, TCX, GPX). Provide base64-encoded file content and data_type (fit, tcx, gpx, or .gz var…

get_upload

Check the status of an activity upload. Returns processing status and activity_id when complete.