GoToWebinar · Agentic Access

GoToWebinar Agentic Access

x-agentic-access generated

GoToWebinar exposes 30 API operations that an AI agent could call, of which 13 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: 17 read and 13 write.

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.

AttendeesCollaborationCommunicationsEventsMeetingsRegistrantsSessionsSurveysVideo ConferencingVirtual EventsWebhooksWebinars
Operations: 30 Acting: 13 Human-in-the-loop: 0 Method: generated

By consequence

read 17 write 13

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/gotowebinar-rest-openapi.yml, openapi/gotowebinar-webhooks-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: 30
  by_action_class:
    connected: 17
    acting: 13
  by_consequence:
    read: 17
    write: 13
  human_in_the_loop_required: 0
operations:
- path: /organizers/{organizerKey}/webinars
  method: get
  operationId: getWebinars
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars
  method: post
  operationId: createWebinar
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /organizers/{organizerKey}/webinars/{webinarKey}
  method: get
  operationId: getWebinar
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars/{webinarKey}
  method: put
  operationId: updateWebinar
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /organizers/{organizerKey}/webinars/{webinarKey}
  method: delete
  operationId: cancelWebinar
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /organizers/{organizerKey}/webinars/{webinarKey}/registrants
  method: get
  operationId: listRegistrants
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars/{webinarKey}/registrants
  method: post
  operationId: createRegistrant
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /organizers/{organizerKey}/webinars/{webinarKey}/registrants/{registrantKey}
  method: get
  operationId: getRegistrant
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars/{webinarKey}/registrants/{registrantKey}
  method: delete
  operationId: deleteRegistrant
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /organizers/{organizerKey}/webinars/{webinarKey}/attendees
  method: get
  operationId: listAllAttendees
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars/{webinarKey}/sessions
  method: get
  operationId: listSessions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/attendees
  method: get
  operationId: listSessionAttendees
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/attendees/{registrantKey}
  method: get
  operationId: getSessionAttendee
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/polls
  method: get
  operationId: getSessionPolls
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/questions
  method: get
  operationId: getSessionQuestions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/surveys
  method: get
  operationId: getSessionSurveys
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars/{webinarKey}/coorganizers
  method: get
  operationId: listCoorganizers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars/{webinarKey}/coorganizers
  method: post
  operationId: createCoorganizers
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /organizers/{organizerKey}/webinars/{webinarKey}/panelists
  method: get
  operationId: listPanelists
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizers/{organizerKey}/webinars/{webinarKey}/panelists
  method: post
  operationId: createPanelists
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /organizers/{organizerKey}/recordingassets
  method: get
  operationId: listRecordingAssets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /webhooks
  method: post
  operationId: createWebhook
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /webhooks
  method: put
  operationId: updateWebhooks
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /webhooks/{webhookKey}
  method: get
  operationId: getWebhook
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /webhooks/secretkey
  method: post
  operationId: createWebhookSecretKey
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /userSubscriptions
  method: get
  operationId: listUserSubscriptions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /userSubscriptions
  method: post
  operationId: createUserSubscription
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /userSubscriptions/{subscriptionKey}
  method: get
  operationId: getUserSubscription
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /userSubscriptions/{subscriptionKey}
  method: put
  operationId: updateUserSubscription
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /userSubscriptions/{subscriptionKey}
  method: delete
  operationId: deleteUserSubscription
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required