Criteo Agentic Access
Criteo exposes 219 API operations that an AI agent could call, of which 132 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: 87 read, 128 write, and 4 safety-critical.
4 operations 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.
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 |
|---|---|---|---|
| POST | /2026-07/marketing-solutions/ad-sets/stop | safety-critical | required |
| DELETE | /2026-07/marketing-solutions/ads/{ad-id}/product-filter | safety-critical | required |
| PUT | /2026-07/retail-media/campaigns/{campaignId}/campaign-budget-overrides | safety-critical | required |
| PUT | /2026-07/retail-media/line-items/{lineItemId}/line-item-budget-overrides | safety-critical | required |
Source
Agentic Access
generated: '2026-08-13'
method: generated
source: openapi/criteo-commerce-grid-api-openapi.yml, openapi/criteo-marketing-solutions-api-openapi.yml,
openapi/criteo-retail-media-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: 219
by_action_class:
acting: 132
connected: 87
by_consequence:
write: 128
read: 87
safety-critical: 4
human_in_the_loop_required: 4
operations:
- path: /2026-01/commerce-grid/audience-segments
method: patch
operationId: bulkUpdateAudienceSegments
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- CommerceGrid_Segment_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-01/commerce-grid/audience-segments/{audience-segment-id}/contact-list/add-remove
method: post
operationId: AddRemoveContactListByAudienceSegment
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- CommerceGrid_Segment_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-01/commerce-grid/audience-segments/{audience-segment-id}/contact-list/clear
method: post
operationId: ClearContactListByAudienceSegment
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- CommerceGrid_Segment_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-01/commerce-grid/audience-segments/{audience-segment-id}/contact-list/statistics
method: get
operationId: getAudienceSegmentContactListStatistics
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- CommerceGrid_Segment_Read
token:
max-ttl: 3600
audit: none
- path: /2026-01/commerce-grid/audience-segments/create
method: post
operationId: bulkCreateAudienceSegments
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- CommerceGrid_Segment_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-01/commerce-grid/audience-segments/delete
method: post
operationId: bulkDeleteAudienceSegments
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- CommerceGrid_Segment_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-01/commerce-grid/audience-segments/search
method: post
operationId: searchAudienceSegments
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- CommerceGrid_Segment_Read
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-01/commerce-grid/me
method: get
operationId: GetCurrentApplication
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /2026-07/advertisers/me
method: get
operationId: ListAdvertisers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /2026-07/log-level/advertisers/{advertiser-id}/report
method: post
operationId: GetTransparencyReport
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Analytics_Read
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/ad-sets
method: patch
operationId: PatchAdSets
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/ad-sets
method: post
operationId: CreateAdSet
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/ad-sets/{ad-set-id}
method: get
operationId: GetAdSet
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/ad-sets/{ad-set-id}/audience
method: put
operationId: UpdateAdSetAudience
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/ad-sets/{ad-set-id}/category-bids
method: get
operationId: GetAdSetCategoryBids
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/ad-sets/{ad-set-id}/category-bids
method: patch
operationId: PatchAdSetCategoryBids
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/ad-sets/{ad-set-id}/display-multipliers
method: get
operationId: GetDisplayMultipliers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/ad-sets/{ad-set-id}/display-multipliers
method: patch
operationId: PatchDisplayMultipliers
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/ad-sets/search
method: post
operationId: SearchAdSets
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Read
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/ad-sets/start
method: post
operationId: StartAdSets
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/ad-sets/stop
method: post
operationId: StopAdSets
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /2026-07/marketing-solutions/ads/{ad-id}/product-boost
method: get
operationId: FetchBoostedAdAssociations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Reco_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/ads/{ad-id}/product-boost/{product-set-id}
method: delete
operationId: DeleteBoostedAdAssociation
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Reco_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/ads/{ad-id}/product-boost/{product-set-id}
method: get
operationId: FetchBoostedAdAssociation
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Reco_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/ads/{ad-id}/product-boost/{product-set-id}
method: post
operationId: CreateBoostedAdAssociation
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Reco_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/ads/{ad-id}/product-filter
method: delete
operationId: DisableProductFiltering
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
scope:
- MarketingSolutions_Reco_Manage
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /2026-07/marketing-solutions/ads/{ad-id}/product-filter
method: get
operationId: FetchProductFilteringConfig
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Reco_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/ads/{ad-id}/product-filter
method: post
operationId: EnableProductFiltering
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Reco_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/ads/{id}
method: delete
operationId: DeleteAd
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Creative_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/ads/{id}
method: get
operationId: GetAd
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Creative_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/advertisers/{advertiser-id}/ads
method: get
operationId: GetAdvertiserAds
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Creative_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/advertisers/{advertiser-id}/ads
method: post
operationId: CreateAdvertiserAd
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Creative_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/advertisers/{advertiser-id}/coupons
method: get
operationId: GetAdvertiserCoupons
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Creative_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/advertisers/{advertiser-id}/coupons
method: post
operationId: CreateAdvertiserCoupon
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Creative_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/advertisers/{advertiser-id}/coupons-supported-sizes
method: get
operationId: GetAdvertiserCouponSupportedSizes
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Creative_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/advertisers/{advertiser-id}/coupons/{id}
method: delete
operationId: DeleteAdvertiserCoupon
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Creative_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/advertisers/{advertiser-id}/coupons/{id}
method: get
operationId: GetAdvertiserCoupon
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Creative_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/advertisers/{advertiser-id}/coupons/{id}
method: put
operationId: EditAdvertiserCoupon
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Creative_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/advertisers/{advertiser-id}/coupons/{id}/preview
method: get
operationId: GetAdvertiserCouponPreview
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Creative_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/advertisers/{advertiser-id}/creatives
method: get
operationId: GetAdvertiserCreatives
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Creative_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/advertisers/{advertiser-id}/creatives
method: post
operationId: CreateAdvertiserCreative
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Creative_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audience-segments
method: patch
operationId: UpdateAudienceSegments
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audience-segments/{audience-segment-id}/contact-list
method: delete
operationId: DeleteContactListByAudienceSegment
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audience-segments/{audience-segment-id}/contact-list
method: patch
operationId: UpdateContactListByAudienceSegment
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audience-segments/{audience-segment-id}/contact-list/statistics
method: get
operationId: GetAudienceSegmentContactListStatistics
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Audience_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/audience-segments/compute-sizes
method: post
operationId: ComputeAudienceSegmentsSizes
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audience-segments/create
method: post
operationId: CreateAudienceSegments
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audience-segments/delete
method: post
operationId: DeleteAudienceSegments
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audience-segments/estimate-size
method: post
operationId: EstimateAudienceSegmentsSizes
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audience-segments/in-market-brands
method: get
operationId: GetAudienceSegmentsInMarketBrands
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Audience_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/audience-segments/in-market-interests
method: get
operationId: GetAudienceSegmentsInMarketInterests
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Audience_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/audience-segments/search
method: post
operationId: SearchAudienceSegments
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Read
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audiences
method: patch
operationId: UpdateAudiences
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audiences/compute-sizes
method: post
operationId: ComputeAudiencesSizes
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audiences/create
method: post
operationId: CreateAudiences
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audiences/delete
method: post
operationId: DeleteAudiences
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audiences/estimate-size
method: post
operationId: EstimateAudiencesSizes
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/audiences/search
method: post
operationId: SearchAudiences
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Audience_Read
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/campaigns
method: patch
operationId: PatchCampaigns
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/campaigns
method: post
operationId: CreateCampaign
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/campaigns/{campaign-id}
method: get
operationId: GetCampaign
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/campaigns/search
method: post
operationId: SearchCampaigns
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Read
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/creatives/{id}
method: delete
operationId: DeleteCreative
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Creative_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/creatives/{id}
method: get
operationId: GetCreative
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Creative_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/creatives/{id}
method: put
operationId: EditCreative
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Creative_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/creatives/{id}/preview
method: post
operationId: GenerateCreativePreview
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Creative_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/dataset/{dataset-id}/product-boost
method: get
operationId: FetchBoostedAdAssociationByPartnerId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Reco_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/advertisers
method: get
operationId: GetMarketplaceAdvertisers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}
method: get
operationId: GetMarketplaceAdvertiser
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/ad-preview
method: get
operationId: GetMarketplaceSellerAdPreview
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/adsets
method: get
operationId: GetMarketplaceAdSetsByAdvertiser
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/budgets
method: get
operationId: GetMarketplaceBudgetsByAdvertiser
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/campaigns
method: get
operationId: GetMarketplaceCampaignsByAdvertiser
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/seller-campaigns
method: get
operationId: GetMarketplaceSellerCampaignsByAdvertiser
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/sellers
method: post
operationId: GetMarketplaceSellersByAdvertiser
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/advertisers/preview-limit
method: get
operationId: GetMarketplaceAdvertiserPreviewLimits
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/budgets
method: get
operationId: GetMarketplaceSellerBudgets
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/budgets
method: patch
operationId: UpdateMarketplaceSellerBudgets
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/budgets
method: post
operationId: CreateMarketplaceSellerBudgets
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/budgets/{budgetId}
method: get
operationId: GetMarketplaceSellerBudget
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/budgets/{budgetId}
method: patch
operationId: UpdateMarketplaceSellerBudget
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/seller-campaigns
method: get
operationId: GetMarketplaceSellerCampaigns
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- MarketingSolutions_Campaign_Read
token:
max-ttl: 3600
audit: none
- path: /2026-07/marketing-solutions/marketplace-performance-outcomes/seller-campaigns
method: patch
operationId: UpdateMarketplaceSellerCampaigns
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- MarketingSolutions_Campaign_Manage
audience: null
token:
# --- truncated at 32 KB (83 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/criteo/refs/heads/main/agentic-access/criteo-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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/search?q=criteo-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/criteo-agentic-access"
Discovery needs no key. Ratings and market analysis are Pro.