OneTrust · Agentic Access

OneTrust Agentic Access

x-agentic-access generated

OneTrust exposes 631 API operations that an AI agent could call, of which 389 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: 242 read, 326 write, 33 physical, and 30 safety-critical.

30 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.

PrivacyGRCComplianceConsentTPRMAI GovernanceData GovernanceRisk ManagementData DiscoveryESGSecuritySCIM
Operations: 631 Acting: 389 Human-in-the-loop: 30 Method: generated

By consequence

read 242 write 326 physical 33 safety-critical 30

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 /api/ai-governance/v1/schema-attributes/{attributeId}/disable safety-critical required
PUT /api/consentmanager/v1/collectionpoints/{collectionpointId}/disable safety-critical required
POST /api/controls/v1/control-implementation-attributes/search safety-critical required
POST /api/controls/v1/control-implementations/pages safety-critical required
PUT /api/controls/v1/control-implementations/{guid} safety-critical required
DELETE /api/controls/v1/control-implementations/{guid} safety-critical required
POST /api/controls/v1/control-implementations/{guid}/attachments safety-critical required
POST /api/controls/v1/controls safety-critical required
POST /api/controls/v1/controls/pages safety-critical required
PUT /api/controls/v1/controls/{controlId} safety-critical required
DELETE /api/controls/v1/controls/{controlId} safety-critical required
POST /api/controls/v1/entities/{entityId}/control-implementations/pages safety-critical required
POST /api/controls/v1/evidence-task-implementations/pages safety-critical required
POST /api/controls/v1/evidence-task-implementations/{evidenceTaskImplementationId}/attachments safety-critical required
POST /api/controls/v1/links/bulk safety-critical required
POST /api/controls/v1/threats safety-critical required
POST /api/controls/v1/threats/pages safety-critical required
DELETE /api/controls/v1/threats/{threatId} safety-critical required
POST /api/controls/v1/vulnerabilities safety-critical required
POST /api/controls/v1/vulnerabilities/pages safety-critical required
DELETE /api/controls/v1/vulnerabilities/{vulnerabilityId} safety-critical required
PUT /api/controls/v2/threats safety-critical required
POST /api/controls/v2/threats safety-critical required
PUT /api/controls/v2/vulnerabilities safety-critical required
POST /api/controls/v2/vulnerabilities safety-critical required

Source

Agentic Access

Raw ↑
generated: '2026-08-27'
method: generated
source: openapi/onetrust-ai-governance-openapi.json, openapi/onetrust-audit-api-openapi.json,
  openapi/onetrust-consent-preferences-consent-interfaces-openapi.json, openapi/onetrust-consent-preferences-consent-management-platform-cmp-openapi.json,
  openapi/onetrust-consent-preferences-consent-receipts-openapi.json, openapi/onetrust-consent-preferences-cookie-consent-openapi.json,
  openapi/onetrust-consent-preferences-cookie-consent-swagger-openapi.json, openapi/onetrust-consent-preferences-cookie-domain-data-openapi.json,
  openapi/onetrust-consent-preferences-cross-device-consent-openapi.json, openapi/onetrust-consent-preferences-mobile-app-consent-openapi.json,
  openapi/onetrust-consent-preferences-policy-notice-management-openapi.json, openapi/onetrust-consent-preferences-universal-consent-preference-management-oas-openapi.json,
  openapi/onetrust-data-use-governance-data-catalog-openapi.json, openapi/onetrust-data-use-governance-data-discovery-openapi.json,
  openapi/onetrust-data-use-governance-data-discovery-worker-node-openapi.json, openapi/onetrust-esg-program-reporting-disclosures-openapi.json,
  openapi/onetrust-platform-access-management-openapi.json, openapi/onetrust-platform-bulk-export-openapi.json,
  openapi/onetrust-platform-documents-openapi.json, openapi/onetrust-platform-integrations-openapi.json,
  openapi/onetrust-platform-inventory-openapi.json, openapi/onetrust-platform-object-manager-openapi.json,
  openapi/onetrust-platform-task-management-openapi.json, openapi/onetrust-platform-user-provisioning-openapi.json,
  openapi/onetrust-privacy-automation-assessment-automation-openapi.json, openapi/onetrust-privacy-automation-data-mapping-automation-openapi.json,
  openapi/onetrust-privacy-automation-data-mapping-automation-swagger-openapi.json, openapi/onetrust-privacy-automation-data-subject-request-dsr-automation-openapi.json,
  openapi/onetrust-privacy-automation-incident-management-openapi.json, openapi/onetrust-referencedocument-gateway-openapi.json,
  openapi/onetrust-tech-risk-compliance-audit-management-openapi.json, openapi/onetrust-tech-risk-compliance-compliance-automation-openapi.json,
  openapi/onetrust-tech-risk-compliance-enterprise-policy-management-openapi.json, openapi/onetrust-tech-risk-compliance-issues-management-openapi.json,
  openapi/onetrust-tech-risk-compliance-it-risk-management-openapi.json, openapi/onetrust-tech-risk-compliance-training-openapi.json,
  openapi/onetrust-third-party-management-third-party-risk-management-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: 631
  by_action_class:
    acting: 389
    connected: 242
  by_consequence:
    write: 326
    read: 242
    physical: 33
    safety-critical: 30
  human_in_the_loop_required: 30
operations:
- path: /api/ai-governance/v1/assignments/entities/{entityId}/types/{type}/stage
  method: post
  operationId: assignStageByName
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_WRITE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/entities
  method: post
  operationId: addEntityUsingEntityTypeIdOrEntityTypeNameUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_WRITE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/entities/search
  method: post
  operationId: findAllByTypeIdAndCriteriaUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_READ
    - AI_GOVERNANCE_WRITE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/entities/{entityId}
  method: get
  operationId: getEntityInformationUsingEntityTypeIdOrEntityTypeNameUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_READ
    - AI_GOVERNANCE_WRITE
    token:
      max-ttl: 3600
    audit: none
- path: /api/ai-governance/v1/entities/{entityId}
  method: delete
  operationId: deleteUsingEntityTypeIdOrEntityTypeNameUsingDELETE
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - AI_GOVERNANCE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/entities/{entityId}
  method: patch
  operationId: updateUsingEntityTypeIdOrEntityTypeNameUsingPATCH
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_WRITE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/entity-basic-details/search
  method: post
  operationId: findEntityBasicDetailsByTypeAndCriteriaUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_READ
    - AI_GOVERNANCE_WRITE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/entity-types/search
  method: post
  operationId: findAllByTypeAndCriteriaUsingPOST_1
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_READ
    - AI_GOVERNANCE_WRITE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/entity-types/{entityTypeId}
  method: get
  operationId: getEntityTypeInformationUsingGET_1
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_READ
    - AI_GOVERNANCE_WRITE
    token:
      max-ttl: 3600
    audit: none
- path: /api/ai-governance/v1/linked-entity-types/entity-types/names/{entityTypeName}/entities/{entityId}/links/pages
  method: post
  operationId: getRelatedEntitiesForAnEntityUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_READ
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/links
  method: post
  operationId: createLinkRecordBetweenEntitiesUsingLinkTypeIdUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_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: /api/ai-governance/v1/links/{linkId}
  method: get
  operationId: getLinkRecordInformationUsingLinkTypeIdUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_READ
    - AI_GOVERNANCE_WRITE
    token:
      max-ttl: 3600
    audit: none
- path: /api/ai-governance/v1/links/{linkId}
  method: delete
  operationId: deleteLinkRecordByIdAndTypeUsingLinkTypeIdUsingDELETE
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    scope:
    - AI_GOVERNANCE
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/schema-attribute-options
  method: post
  operationId: addOptionsUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_WRITE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/schema-attributes
  method: post
  operationId: addAttributeUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_WRITE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/schema-attributes/{attributeId}/disable
  method: put
  operationId: disableAttributeUsingPUT
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_WRITE
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/ai-governance/v1/schema-attributes/{attributeId}/enable
  method: put
  operationId: enableAttributeUsingPUT
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_WRITE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/tasks
  method: post
  operationId: createTaskUsingPOST_1
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_WRITE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/ai-governance/v1/tasks/{taskId}
  method: get
  operationId: findTaskUsingGET_1
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_READ
    - AI_GOVERNANCE_WRITE
    token:
      max-ttl: 3600
    audit: none
- path: /api/ai-governance/v1/tasks/{taskId}
  method: put
  operationId: updateTaskUsingPUT_1
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - AI_GOVERNANCE
    - AI_GOVERNANCE_WRITE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/audit/v4/audits/event-types
  method: get
  operationId: getEventTypeFilterOptionsGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ACTIVITY_LOG
    token:
      max-ttl: 3600
    audit: none
- path: /v2/preferences
  method: get
  operationId: getRealtimePreferences
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - sub
    token:
      max-ttl: 3600
    audit: none
- path: /cfw/cmp/v1/banner
  method: get
  operationId: get_Banner
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cfw/cmp/v1/dsar
  method: post
  operationId: post_Dsar
  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: /cfw/cmp/v1/preferences
  method: get
  operationId: get_Preferences
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cfw/cmp/v1/save-log-consent
  method: post
  operationId: post_LogConsent
  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: /cfw/cmp/v1/uc-purposes
  method: get
  operationId: get_UCPurposes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cfw/cmp/v1/vendors
  method: get
  operationId: get_Vendors
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /consentreceipts
  method: post
  operationId: createConsentReceiptUsingPOST
  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: /consentreceipts/bulk
  method: post
  operationId: createBulkConsentReceiptUsingPOST
  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: /consentreceipts/identified
  method: post
  operationId: createIdentifiedConsentReceiptUsingPOST
  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: /api/cmp/v1/application
  method: post
  operationId: createApplication
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/application/{id}/scan
  method: put
  operationId: scanApplication
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/applications
  method: get
  operationId: getApplications
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/applications/{id}/branding-attributes
  method: get
  operationId: getApplicationBrandingAttributeList
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/applications/{id}/branding-attributes
  method: put
  operationId: updateApplicationBrandingAttributesForPublicApi
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/applications/{id}/publish
  method: put
  operationId: publishAppScript
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    - COOKIE_READ
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/applications/{id}/scans
  method: get
  operationId: getScans
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/applications/{id}/scans/{scanId}
  method: get
  operationId: getSingleScan
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/applications/{id}/scans/{scanId}/permissions
  method: get
  operationId: getScanPermissions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/applications/{id}/scans/{scanId}/privacy-manifest
  method: get
  operationId: getAppPrivacyManifest
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/applications/{id}/scans/{scanId}/privacy-manifest/{dataType}
  method: get
  operationId: getAppPrivacyManifestDatatype
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/applications/{id}/scans/{scanId}/sdks
  method: get
  operationId: getScanSdks
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/applications/{id}/scans/{scanId}/sdks/{sdk}
  method: get
  operationId: getScanSdkDetails
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/applications/{id}/script-details
  method: get
  operationId: getAppScriptDetails
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/cookies/categorized
  method: post
  operationId: getCategorizedCookies
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    - COOKIE_READ
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/domains/publish
  method: put
  operationId: publishScriptToSite
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    - COOKIE_READ
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/domains/scripts
  method: get
  operationId: getScriptForWebsite
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/domains/{domainId}
  method: delete
  operationId: deleteDomain
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/domains/{domainId}/domaingroup
  method: post
  operationId: createDomainGroup
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/domains/{domainId}/script-details
  method: get
  operationId: getScriptDetails
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/domains/{domainId}/scripts
  method: get
  operationId: downloadScriptFile
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/domains/{id}/branding-attributes
  method: get
  operationId: getBrandingAttributeList
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/domains/{id}/branding-attributes
  method: put
  operationId: updateBrandingAttributesForPublicApi
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/georulegroups
  method: get
  operationId: getGeoRuleGroups
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/georulegroups/{geoRuleGroupId}
  method: get
  operationId: getGeoRuleGroupDetails
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/georulegroups/{geoRuleGroupId}/assign
  method: put
  operationId: assignEntitiesToGeoRuleGroup
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/templates
  method: get
  operationId: getTemplates
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/templates/{templateId}
  method: get
  operationId: getTemplateDetails
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/webscans
  method: get
  operationId: getDomainsScannedBySort
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/webscans
  method: post
  operationId: addScans
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/webscans/archive
  method: post
  operationId: archiveScans
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/webscans/cookies
  method: put
  operationId: bulkEditCookies
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/webscans/cookies
  method: post
  operationId: bulkAddCookies
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/webscans/cookies
  method: delete
  operationId: bulkDeleteCookies
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/webscans/domains/schedule
  method: post
  operationId: scheduleScans
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/webscans/domains/schedule/cancel
  method: post
  operationId: bulkCancelDomainSchedule
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/webscans/domains/{domainId}/scans
  method: get
  operationId: getDomainScans
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/webscans/domains/{domainId}/scans/{scanId}/scandelta
  method: get
  operationId: getScanDeltaDetails
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/webscans/domains/{domainId}/scans/{scanId}/scanresults
  method: get
  operationId: getDetailedScanResultInformation
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/webscans/domains/{domainId}/scans/{scanId}/summary
  method: get
  operationId: getScanResultSummary
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /api/cmp/v1/webscans/languages/{language}/cookies/filter
  method: post
  operationId: getCookiesByFilter
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    - COOKIE_READ
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/webscans/status
  method: post
  operationId: checkScansStatus
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    - COOKIE_READ
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/webscans/{scanId}/cancel
  method: put
  operationId: cancelScan
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/cmp/v1/webscans/{scanId}/recategorize
  method: put
  operationId: recategorizeCookiesByScan
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/script-integration/{domainId}/downloadscriptv2
  method: get
  operationId: downloadToLocalUsingGet
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE
    token:
      max-ttl: 3600
    audit: none
- path: /v2/websites
  method: post
  operationId: requestBulkAddDomainUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/websites
  method: get
  operationId: getDomainsScannedBySortUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_FREE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /v2/websites/scripts
  method: get
  operationId: getScriptForWebsiteUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - COOKIE_FREE
    - COOKIE_READ
    token:
      max-ttl: 3600
    audit: none
- path: /v2/websites/publish
  method: put
  operationId: publishToSiteUsingPUT
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v1/cookies
  method: post
  operationId: createNewCookie
  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: /v1/cookies
  method: put
  operationId: updateCookie
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/categorize
  method: post
  operationId: getCategorizedCookiesUsingGET
  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: /v2/categorizewithids
  method: post
  operationId: getCategorizedCookiesWithCookieIdsUsingGET
  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: /v1/domains/{domainId}/domaingroup
  method: post
  operationId: createDomainGroupUsingPOST
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - COOKIE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/cookie-reports/search
  method: post
  operationId: getCookieReportsUsingPOST
  x-agentic-access:
    action-class: acting
    conse

# --- truncated at 32 KB (230 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/onetrust/refs/heads/main/agentic-access/onetrust-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=onetrust-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/onetrust-agentic-access"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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