Wahoo Fitness · Agentic Access

Wahoo Fitness Agentic Access

x-agentic-access generated

Wahoo Fitness exposes 28 API operations that an AI agent could call, of which 16 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 12 read, 15 write, and 1 safety-critical.

1 operation are classed safety-critical and should require human-in-the-loop approval at runtime.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

FitnessCyclingEndurance TrainingBike ComputersSmart TrainersIndoor CyclingHeart RatePower MetersGPSWearablesHardwareFIT FilesWebhooksOAuth
Operations: 28 Acting: 16 Human-in-the-loop: 1 Method: generated

By consequence

read 12 write 15 safety-critical 1

Highest-consequence actions

The physical and safety-critical operations an agent could invoke — the ones that most warrant scoped tokens, tight TTLs, and escalation. Full per-operation contracts are in the source below.

MethodPathConsequenceHuman-in-loop
DELETE /v1/permissions safety-critical required

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/wahoo-cloud-api-openapi.yml
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 28
  by_action_class:
    connected: 12
    acting: 16
  by_consequence:
    read: 12
    write: 15
    safety-critical: 1
  human_in_the_loop_required: 1
operations:
- path: /v1/user
  method: get
  operationId: getUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - user_read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/user
  method: put
  operationId: updateUser
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - user_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/workouts
  method: get
  operationId: listWorkouts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - workouts_read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/workouts
  method: post
  operationId: createWorkout
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - workouts_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/workouts/{id}
  method: get
  operationId: getWorkout
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - workouts_read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/workouts/{id}
  method: put
  operationId: updateWorkout
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - workouts_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/workouts/{id}
  method: delete
  operationId: deleteWorkout
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - workouts_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/workouts/{id}/workout_summary
  method: get
  operationId: getWorkoutSummary
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - workouts_read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/workouts/{id}/workout_summary
  method: post
  operationId: createWorkoutSummary
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - workouts_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/workout_file_uploads
  method: post
  operationId: createWorkoutFileUpload
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - workouts_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/workout_file_uploads/{token}
  method: get
  operationId: getWorkoutFileUpload
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - workouts_write
    token:
      max-ttl: 3600
    audit: none
- path: /v1/plans
  method: get
  operationId: listPlans
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - plans_read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/plans
  method: post
  operationId: createPlan
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - plans_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/plans/{id}
  method: get
  operationId: getPlan
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - plans_read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/plans/{id}
  method: put
  operationId: updatePlan
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - plans_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/plans/{id}
  method: delete
  operationId: deletePlan
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - plans_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/workouts/{workout_id}/plans
  method: get
  operationId: listPlansForWorkout
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - plans_read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/routes
  method: get
  operationId: listRoutes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - routes_read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/routes
  method: post
  operationId: createRoute
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - routes_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/routes/{id}
  method: get
  operationId: getRoute
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - routes_read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/routes/{id}
  method: put
  operationId: updateRoute
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - routes_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/routes/{id}
  method: delete
  operationId: deleteRoute
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - routes_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/power_zones
  method: get
  operationId: listPowerZones
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - power_zones_read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/power_zones
  method: post
  operationId: createPowerZones
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - power_zones_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/power_zones/{id}
  method: get
  operationId: getPowerZones
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - power_zones_read
    token:
      max-ttl: 3600
    audit: none
- path: /v1/power_zones/{id}
  method: put
  operationId: updatePowerZones
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - power_zones_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/power_zones/{id}
  method: delete
  operationId: deletePowerZones
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - power_zones_write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/permissions
  method: delete
  operationId: revokeAppAccess
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required