WeTravel Agentic Access
WeTravel exposes 77 API operations that an AI agent could call, of which 46 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: 31 read, 34 write, and 12 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.
By consequence
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.
| Method | Path | Consequence | Human-in-loop |
|---|---|---|---|
| PUT | /bookings/orders/batch/edit_payment_plan | physical | conditional |
| PUT | /bookings/orders/batch/set_custom_price | physical | conditional |
| PUT | /bookings/orders/{order_id}/edit_payment_plan | physical | conditional |
| PUT | /bookings/orders/{order_id}/set_custom_price | physical | conditional |
| POST | /draft_trips/{trip_uuid}/options/{option_id}/payment_plan | physical | conditional |
| DELETE | /draft_trips/{trip_uuid}/options/{option_id}/payment_plan | physical | conditional |
| POST | /draft_trips/{trip_uuid}/packages/{package_id}/payment_plan | physical | conditional |
| DELETE | /draft_trips/{trip_uuid}/packages/{package_id}/payment_plan | physical | conditional |
| POST | /payment_links | physical | conditional |
| DELETE | /payment_links/{uuid} | physical | conditional |
| PUT | /payment_links/{uuid} | physical | conditional |
| POST | /payment_links/{uuid}/publish | physical | conditional |
Source
Agentic Access
generated: '2026-07-21'
method: generated
source: openapi/wetravel-partner-openapi.json
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: 77
by_action_class:
acting: 46
connected: 31
by_consequence:
write: 34
read: 31
physical: 12
human_in_the_loop_required: 0
operations:
- path: /draft_trips/{trip_uuid}/discounts
method: post
operationId: createDiscount
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: /draft_trips/{trip_uuid}/discounts
method: get
operationId: getDiscounts
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/images
method: post
operationId: createImage
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: /draft_trips/{trip_uuid}/images
method: get
operationId: getImages
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/included_items
method: post
operationId: createIncludedItem
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: /draft_trips/{trip_uuid}/included_items
method: get
operationId: getIncludedItems
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/itineraries
method: post
operationId: createItinerary
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: /draft_trips/{trip_uuid}/itineraries
method: get
operationId: getItineraries
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/not_included_items
method: post
operationId: createNotIncludedItem
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: /draft_trips/{trip_uuid}/not_included_items
method: get
operationId: getNotIncludedItems
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/options
method: post
operationId: createOption
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: /draft_trips/{trip_uuid}/options
method: get
operationId: getOptions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/options/{option_id}/payment_plan
method: post
operationId: createOptionPaymentPlan
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /draft_trips/{trip_uuid}/options/{option_id}/payment_plan
method: delete
operationId: deleteOptionPaymentPlan
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /draft_trips/{trip_uuid}/options/{option_id}/payment_plan
method: get
operationId: getOptionPaymentPlans
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/packages
method: post
operationId: createPackage
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: /draft_trips/{trip_uuid}/packages
method: get
operationId: getPackages
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/packages/{package_id}/payment_plan
method: post
operationId: createPackagePaymentPlan
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /draft_trips/{trip_uuid}/packages/{package_id}/payment_plan
method: delete
operationId: deletePackagePaymentPlan
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /draft_trips/{trip_uuid}/packages/{package_id}/payment_plan
method: get
operationId: getPackagePaymentPlans
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/paragraphs
method: post
operationId: createParagraph
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: /draft_trips/{trip_uuid}/paragraphs
method: get
operationId: getParagraphs
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /payment_links
method: post
operationId: createPaymentLink
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /payment_links
method: get
operationId: getPaymentLinks
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/surveys
method: post
operationId: createSurvey
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: /draft_trips/{trip_uuid}/surveys
method: get
operationId: getSurveys
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips
method: post
operationId: createTrip
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: /draft_trips
method: get
operationId: getTrips
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/images/{id}
method: delete
operationId: deleteImage
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: /draft_trips/{trip_uuid}/images/{id}
method: get
operationId: getImageById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/images/{id}
method: patch
operationId: updateImage
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: /draft_trips/{trip_uuid}/options/{id}
method: delete
operationId: deleteOption
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: /draft_trips/{trip_uuid}/options/{id}
method: get
operationId: getOptionById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/options/{id}
method: patch
operationId: updateOption
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: /draft_trips/{trip_uuid}/packages/{id}
method: delete
operationId: deletePackage
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: /draft_trips/{trip_uuid}/packages/{id}
method: get
operationId: getPackageById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/packages/{id}
method: patch
operationId: updatePackage
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: /draft_trips/{trip_uuid}/paragraphs/{id}
method: delete
operationId: deleteParagraph
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: /draft_trips/{trip_uuid}/paragraphs/{id}
method: get
operationId: getParagraphById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/paragraphs/{id}
method: patch
operationId: updateParagraph
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: /payment_links/{uuid}
method: delete
operationId: deletePaymentLink
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /payment_links/{uuid}
method: get
operationId: getPaymentLinkById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /payment_links/{uuid}
method: put
operationId: updatePaymentLink
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /draft_trips/{trip_uuid}/surveys/{id}
method: delete
operationId: deleteSurvey
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: /draft_trips/{trip_uuid}/surveys/{id}
method: get
operationId: getSurveyById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/surveys/{id}
method: patch
operationId: updateSurvey
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: /draft_trips/{trip_uuid}
method: delete
operationId: deleteTrip
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: /draft_trips/{trip_uuid}
method: get
operationId: getTripById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}
method: patch
operationId: updateTrip
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: /draft_trips/{trip_uuid}/discounts/{id}
method: delete
operationId: deleteV1DiscountsId
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: /draft_trips/{trip_uuid}/discounts/{id}
method: get
operationId: getDiscountById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/discounts/{id}
method: patch
operationId: updateDiscount
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: /draft_trips/{trip_uuid}/included_items/{id}
method: delete
operationId: deleteV1IncludesId
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: /draft_trips/{trip_uuid}/included_items/{id}
method: get
operationId: getIncludedItemById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/included_items/{id}
method: patch
operationId: updateIncludedItem
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: /draft_trips/{trip_uuid}/itineraries/{id}
method: delete
operationId: deleteV1ItinerariesId
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: /draft_trips/{trip_uuid}/itineraries/{id}
method: get
operationId: getItineraryById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/itineraries/{id}
method: patch
operationId: updateItinerary
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: /draft_trips/{trip_uuid}/not_included_items/{id}
method: delete
operationId: deleteV1NotIncludesId
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: /draft_trips/{trip_uuid}/not_included_items/{id}
method: get
operationId: getNotIncludedItemById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /draft_trips/{trip_uuid}/not_included_items/{id}
method: patch
operationId: updateNotIncludedItem
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: /bookings/orders/{order_id}/edit_payment_plan
method: put
operationId: editPaymentPlanByOrderId
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /bookings/orders/batch/edit_payment_plan
method: put
operationId: editPaymentPlanByOrderIds
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /lead/{id}
method: get
operationId: getLead
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /lead
method: post
operationId: getLeads
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: /bookings/trips/{trip_uuid}/orders/{order_id}
method: get
operationId: getOrderById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /bookings/trips/{trip_uuid}/bookings
method: get
operationId: getOrders
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /bookings/trips/{trip_uuid}/bookings/{buyer_id}
method: get
operationId: getOrdersByBuyer
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /suppliers/{supplier_id}
method: get
operationId: getSupplierById
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /suppliers
method: get
operationId: getSuppliers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /transactions/{uuid}
method: get
operationId: getTransaction
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /transactions
method: post
operationId: getTransactions
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: /auth/tokens/access
method: post
operationId: issueAccessToken
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: /payment_links/{uuid}/publish
method: post
operationId: publishPaymentLink
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /draft_trips/{trip_uuid}/publish
method: post
operationId: publishTrip
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: /bookings/orders/{order_id}/set_custom_price
method: put
operationId: setCustomPriceByOrderId
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /bookings/orders/batch/set_custom_price
method: put
operationId: setCustomPriceByOrderIds
x-agentic-access:
action-class: acting
consequence: physical
subject: required
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/search?q=wetravel-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/wetravel-agentic-access"
Discovery needs no key. Ratings and market analysis are Pro.