Cvent Event Cloud · Agentic Access

Cvent Event Cloud Agentic Access

x-agentic-access generated

Cvent Event Cloud exposes 383 API operations that an AI agent could call, of which 189 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: 194 read, 178 write, and 11 physical.

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.

Attendee HubAttendeesBulkContactsEvent CloudEvent ManagementEvent MarketingEventExhibitorsHybrid EventsMCPAuthenticationOnSiteOpenAPIOverlayRegistrationRESTSCIMSDKSessionsSpeakersSurveysVirtual EventsWebcastsWebhook
Operations: 383 Acting: 189 Human-in-the-loop: 0 Method: generated

By consequence

read 194 write 178 physical 11

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
PUT /contacts/{id}/related-contacts/{relatedContactId} physical conditional
DELETE /contacts/{id}/related-contacts/{relatedContactId} physical conditional
POST /emarketing/emails physical conditional
POST /events/emails physical conditional
POST /events/{id}/budget-items/{budgetItemId}/budget-payments physical conditional
PUT /events/{id}/budget-items/{budgetItemId}/budget-payments/{paymentId} physical conditional
DELETE /events/{id}/budget-items/{budgetItemId}/budget-payments/{paymentId} physical conditional
PUT /events/{id}/budget-payments/{paymentId}/invoices/{invoiceId} physical conditional
POST /events/{id}/membership-items/filter physical conditional
PUT /events/{id}/orders/{orderId}/items/{orderItemId}/discounts/{discountCode} physical conditional
POST /standard-surveys/{surveyId}/respondents/{respondentId}/email-templates/{emailTemplateId}/email physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-08-13'
method: generated
source: openapi/cvent-event-cloud-appointments-api-openapi.yml, openapi/cvent-event-cloud-attendee-activities-api-openapi.yml,
  openapi/cvent-event-cloud-attendee-insights-api-openapi.yml, openapi/cvent-event-cloud-attendee-messages-api-openapi.yml,
  openapi/cvent-event-cloud-attendees-api-openapi.yml, openapi/cvent-event-cloud-audience-segments-api-openapi.yml,
  openapi/cvent-event-cloud-authentication-api-openapi.yml, openapi/cvent-event-cloud-badge-print-job-api-openapi.yml,
  openapi/cvent-event-cloud-badge-printer-pools-api-openapi.yml, openapi/cvent-event-cloud-budget-api-openapi.yml,
  openapi/cvent-event-cloud-bulk-api-openapi.yml, openapi/cvent-event-cloud-campaigns-api-openapi.yml,
  openapi/cvent-event-cloud-card-tokens-api-openapi.yml, openapi/cvent-event-cloud-compliance-api-openapi.yml,
  openapi/cvent-event-cloud-contacts-api-openapi.yml, openapi/cvent-event-cloud-custom-fields-api-openapi.yml,
  openapi/cvent-event-cloud-discounts-api-openapi.yml, openapi/cvent-event-cloud-emails-api-openapi.yml,
  openapi/cvent-event-cloud-event-credits-api-openapi.yml, openapi/cvent-event-cloud-event-features-api-openapi.yml,
  openapi/cvent-event-cloud-event-role-api-openapi.yml, openapi/cvent-event-cloud-event-travel-api-openapi.yml,
  openapi/cvent-event-cloud-events-api-openapi.yml, openapi/cvent-event-cloud-events-hub-api-openapi.yml,
  openapi/cvent-event-cloud-exhibitor-api-openapi.yml, openapi/cvent-event-cloud-exhibitor-content-api-openapi.yml,
  openapi/cvent-event-cloud-exhibitor-team-api-openapi.yml, openapi/cvent-event-cloud-file-api-openapi.yml,
  openapi/cvent-event-cloud-hooks-api-openapi.yml, openapi/cvent-event-cloud-leads-api-openapi.yml,
  openapi/cvent-event-cloud-process-form-api-openapi.yml, openapi/cvent-event-cloud-seating-api-openapi.yml,
  openapi/cvent-event-cloud-sessions-api-openapi.yml, openapi/cvent-event-cloud-signatures-api-openapi.yml,
  openapi/cvent-event-cloud-speakers-api-openapi.yml, openapi/cvent-event-cloud-surveys-api-openapi.yml,
  openapi/cvent-event-cloud-usage-api-openapi.yml, openapi/cvent-event-cloud-user-scim-api-openapi.yml,
  openapi/cvent-event-cloud-users-api-openapi.yml, openapi/cvent-event-cloud-video-api-openapi.yml,
  openapi/cvent-event-cloud-webcasts-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: 383
  by_action_class:
    connected: 194
    acting: 189
  by_consequence:
    read: 194
    write: 178
    physical: 11
  human_in_the_loop_required: 0
operations:
- path: /appointment-attendees
  method: get
  operationId: listAppointmentAttendees
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/appointment-attendees:read
    token:
      max-ttl: 3600
    audit: none
- path: /appointment-attendees/{id}
  method: get
  operationId: getAppointmentAttendeeById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/appointment-attendees:read
    token:
      max-ttl: 3600
    audit: none
- path: /appointment-availability-times
  method: get
  operationId: listAvailability
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/appointment-attendees:read
    token:
      max-ttl: 3600
    audit: none
- path: /appointment-availability-times/{id}
  method: get
  operationId: getAvailabilityById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/appointment-attendees:read
    token:
      max-ttl: 3600
    audit: none
- path: /appointment-events
  method: get
  operationId: listAppointmentEvents
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/appointment-events:read
    token:
      max-ttl: 3600
    audit: none
- path: /appointment-events/{id}
  method: get
  operationId: getAppointmentEventById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/appointment-events:read
    token:
      max-ttl: 3600
    audit: none
- path: /appointment-events/{id}/appointment-available-times
  method: get
  operationId: listAvailableTimes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/available-times:read
    token:
      max-ttl: 3600
    audit: none
- path: /appointment-events/{id}/appointment-types
  method: get
  operationId: listAppointmentTypes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/appointment-types:read
    token:
      max-ttl: 3600
    audit: none
- path: /appointment-events/{id}/appointments
  method: post
  operationId: createAppointment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - appointments/appointments:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /appointment-events/{id}/appointments/{apptId}
  method: put
  operationId: updateAppointment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - appointments/appointments:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /appointment-events/{id}/appointments/{apptId}
  method: delete
  operationId: cancelAppointment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - appointments/appointments:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /appointment-events/{id}/locations
  method: get
  operationId: listLocations
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/locations:read
    token:
      max-ttl: 3600
    audit: none
- path: /appointment-meeting-interests
  method: get
  operationId: listMeetingInterests
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/appointment-attendees:read
    token:
      max-ttl: 3600
    audit: none
- path: /appointment-meeting-interests/{id}
  method: get
  operationId: getMeetingInterestById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/appointment-attendees:read
    token:
      max-ttl: 3600
    audit: none
- path: /appointments
  method: get
  operationId: listAppointments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/appointments:read
    token:
      max-ttl: 3600
    audit: none
- path: /appointments/{id}
  method: get
  operationId: getAppointmentById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - appointments/appointments:read
    token:
      max-ttl: 3600
    audit: none
- path: /attendees/activities
  method: get
  operationId: listAttendeeActivities
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - event/attendee-activities:read
    token:
      max-ttl: 3600
    audit: none
- path: /attendees/activities
  method: post
  operationId: createAttendeeActivity
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/attendee-activities:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /attendees/activities/external/metadata
  method: get
  operationId: listExternalAttendeeActivitiesMetadata
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - event/attendee-activities-metadata:read
    token:
      max-ttl: 3600
    audit: none
- path: /attendees/activities/external/metadata
  method: post
  operationId: createExternalAttendeeActivityMetadata
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/attendee-activities-metadata:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /attendees/activities/external/metadata/{id}
  method: delete
  operationId: deleteExternalAttendeeActivityMetadata
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/attendee-activities-metadata:delete
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /attendees/activities/external/metadata/{id}
  method: put
  operationId: updateExternalAttendeeActivityMetadata
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/attendee-activities-metadata:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /attendee-insights
  method: get
  operationId: listAttendeeInsights
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - attendee-insights/attendee-insights:read
    token:
      max-ttl: 3600
    audit: none
- path: /attendee-insights/{id}
  method: get
  operationId: getAttendeeInsightsById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - attendee-insights/attendee-insights:read
    token:
      max-ttl: 3600
    audit: none
- path: /attendee-insights/{id}/scores
  method: get
  operationId: getScores
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - attendee-insights/scores:read
    token:
      max-ttl: 3600
    audit: none
- path: /attendee-insights/{id}/stats
  method: get
  operationId: getStats
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - attendee-insights/stats:read
    token:
      max-ttl: 3600
    audit: none
- path: /events/{eventId}/attendee-messages/members
  method: get
  operationId: getAttendeeMessagesMembers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - event/attendee-messages:read
    token:
      max-ttl: 3600
    audit: none
- path: /attendance-durations
  method: get
  operationId: listDurations
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - event/attendance-durations:read
    token:
      max-ttl: 3600
    audit: none
- path: /attendees
  method: post
  operationId: createAttendee
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/attendees:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /attendees
  method: get
  operationId: listAttendees
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - event/attendees:read
    token:
      max-ttl: 3600
    audit: none
- path: /attendees/filter
  method: post
  operationId: listAttendeesPostFilter
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/attendees:read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /attendees/{id}
  method: get
  operationId: getAttendeeById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - event/attendees:read
    token:
      max-ttl: 3600
    audit: none
- path: /attendees/{id}
  method: put
  operationId: updateAttendee
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/attendees:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /attendees/{id}/email-subscriptions
  method: put
  operationId: updateAttendeeSubscriptionStatus
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/attendees:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /attendees/{id}/internal-information-questions
  method: put
  operationId: updateInternalInfoAnswers
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/attendees:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/badges
  method: post
  operationId: postBadge
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - exhibitor/badges:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/badges
  method: get
  operationId: getBadge
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - exhibitor/badges:read
    token:
      max-ttl: 3600
    audit: none
- path: /events/{id}/badges/filter
  method: post
  operationId: getBadgesPostFilters
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - exhibitor/badges:read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/badges/{badgeId}
  method: put
  operationId: updateBadge
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - exhibitor/badges:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /attendees/{attendeeId}/audience-segments
  method: get
  operationId: listAttendeeAudienceSegments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - event/audience-segments:read
    token:
      max-ttl: 3600
    audit: none
- path: /attendees/{attendeeId}/audience-segments
  method: delete
  operationId: disassociateAttendeeFromAudienceSegments
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/audience-segments:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /attendees/{attendeeId}/audience-segments/filter
  method: post
  operationId: listAssociatedAudienceSegments
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/audience-segments:read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /audience-segments
  method: post
  operationId: createAudienceSegment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/audience-segments:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /audience-segments
  method: get
  operationId: listAudienceSegments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - event/audience-segments:read
    token:
      max-ttl: 3600
    audit: none
- path: /audience-segments/filter
  method: post
  operationId: listAudienceSegmentsPostFilter
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/audience-segments:read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /audience-segments/{audienceSegmentId}
  method: get
  operationId: getAudienceSegmentById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - event/audience-segments:read
    token:
      max-ttl: 3600
    audit: none
- path: /audience-segments/{audienceSegmentId}
  method: put
  operationId: updateAudienceSegment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/audience-segments:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /audience-segments/{audienceSegmentId}
  method: delete
  operationId: deleteAudienceSegment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/audience-segments:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /audience-segments/{audienceSegmentId}/attendees
  method: get
  operationId: listSegmentAssociatedAttendees
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - event/audience-segments:read
    token:
      max-ttl: 3600
    audit: none
- path: /audience-segments/{audienceSegmentId}/attendees/{attendeeId}
  method: put
  operationId: associateAttendeeToSegment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/audience-segments:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /audience-segments/{audienceSegmentId}/attendees/{attendeeId}
  method: delete
  operationId: disassociateAttendeeFromAudienceSegment
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - event/audience-segments:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /oauth2/authorize
  method: get
  operationId: oauth2Authorize
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /oauth2/token
  method: post
  operationId: oauth2Token
  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: /token-validation
  method: get
  operationId: validateToken
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /events/{eventId}/badge-print-jobs
  method: post
  operationId: createBadgePrintJob
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - remote-printing/badge-print-jobs:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{eventId}/badge-print-jobs
  method: get
  operationId: getEventBadgePrintJobs
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - remote-printing/badge-print-jobs:read
    token:
      max-ttl: 3600
    audit: none
- path: /events/{eventId}/badge-print-jobs/{jobId}
  method: get
  operationId: getBadgePrintJob
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - remote-printing/badge-print-jobs:read
    token:
      max-ttl: 3600
    audit: none
- path: /events/{eventId}/badge-printer-pools
  method: get
  operationId: getBadgePrinterPools
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - remote-printing/badge-printer-pools:read
    token:
      max-ttl: 3600
    audit: none
- path: /events/{eventId}/badge-printer-pools/{poolId}
  method: get
  operationId: getBadgePrinterPool
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - remote-printing/badge-printer-pools:read
    token:
      max-ttl: 3600
    audit: none
- path: /budget-items
  method: get
  operationId: getAccountBudgetItems
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - budget/budget-items:read
    token:
      max-ttl: 3600
    audit: none
- path: /budget-vendors
  method: get
  operationId: getAccountVendors
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - budget/budget-vendors:read
    token:
      max-ttl: 3600
    audit: none
- path: /cards
  method: get
  operationId: getCards
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - budget/cards:read
    token:
      max-ttl: 3600
    audit: none
- path: /cards/transactions
  method: get
  operationId: getCardTransactions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - budget/transactions:read
    token:
      max-ttl: 3600
    audit: none
- path: /cards/transactions
  method: post
  operationId: createCardTransaction
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - budget/transactions:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cards/transactions/{transactionId}
  method: delete
  operationId: deleteCardTransaction
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - budget/transactions:delete
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cards/transactions/{transactionId}
  method: put
  operationId: updateCardTransaction
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - budget/transactions:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /currencies/{currency}/conversion-rates
  method: get
  operationId: getCurrencyConversionRate
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - budget/currency-conversion-rate:read
    token:
      max-ttl: 3600
    audit: none
- path: /currencies/{currency}/conversion-rates
  method: post
  operationId: createCurrencyConversionRate
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - budget/currency-conversion-rate:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /currencies/{currency}/conversion-rates/{conversionRateId}
  method: put
  operationId: updateCurrencyConversionRate
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - budget/currency-conversion-rate:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /currencies/{currency}/conversion-rates/{conversionRateId}
  method: delete
  operationId: deleteCurrencyConversionRate
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - budget/currency-conversion-rate:delete
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/budget-items
  method: get
  operationId: getBudgetItems
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - budget/budget-items:read
    token:
      max-ttl: 3600
    audit: none
- path: /events/{id}/budget-items
  method: post
  operationId: createBudgetItem
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - budget/budget-items:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/budget-items/allocations
  method: get
  operationId: getBudgetAllocations
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - budget/budget-items:read
    token:
      max-ttl: 3600
    audit: none
- path: /events/{id}/budget-items/{budgetItemId}
  method: put
  operationId: updateBudgetItem
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - budget/budget-items:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/budget-items/{budgetItemId}/allocations
  method: put
  operationId: updateBudgetAllocations
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - budget/budget-items:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/budget-items/{budgetItemId}/allocations
  method: delete
  operationId: deleteBudgetAllocations
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - budget/budget-items:delete
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/budget-items/{budgetItemId}/budget-payments
  method: post
  operationId: createPayment
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - budget/payments:write
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/budget-items/{budgetItemId}/budget-payments/{paymentId}
  method: put
  operationId: updatePayment
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - budget/payments:write
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/budget-items/{budgetItemId}/budget-payments/{paymentId}
  method: delete
  operationId: deletePayment
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - budget/payments:delete
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/budget-items/{budgetItemId}/custom-fields/{customFieldId}/answers
  method: put
  operationId: answerBudgetCustomField
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - budget/budget-items:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/budget-payments
  method: get
  operationId: getPayments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - budget/payments:read
    token:
      max-ttl: 3600
    audit: none
- path: /events/{id}/budget-payments/{paymentId}/invoices/{invoiceId}
  method: put
  operationId: attachInvoiceToPayment
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - budget/payments:write
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /events/{id}/budget-totals
  method: get
  operationId: getEventBudgetTotals
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - budget/budget-totals:read
    token:
      max-ttl: 3600
    audit: none
- path: /bulk-jobs
  method: post
  operationId: createBulkJob
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - bulk/bulk-jobs:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /bulk-jobs/{id}
  method: get
  operationId: getBulkJobById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - bulk/bulk-jobs:read
    token:
      max-ttl: 3600
    audit: none
- path: /bulk-jobs/{id}/cancel
  method: post
  operationId: cancelBulkJob
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - bulk/bulk-jobs:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /bulk-jobs/{id}/data
  method: post
  operationId: uploadBulkJobData
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - bulk/bulk-jobs:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /bulk-jobs/{id}/results
  method: get
  operationId: listBulkJobResult
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - bulk/bulk-jobs:read
    token:
      max-ttl: 3600
    audit: none
- path: /bulk-jobs/{id}/run
  method: post
  operationId: run

# --- truncated at 32 KB (128 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/cvent-event-cloud/refs/heads/main/agentic-access/cvent-event-cloud-agentic-access.yml

Work with this as data

Every access contract here is available over the APIs.io API and to AI agents over MCP. Agentic Access is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agentic access

3 MCP tools reach this
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
Search the catalog
curl "https://apis.io/api/v1/search?q=cvent-event-cloud-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/cvent-event-cloud-agentic-access"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.