Tealium · Agentic Access

Tealium Agentic Access

x-agentic-access generated

Tealium exposes 15 API operations that an AI agent could call, of which 7 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: 8 read, 2 write, and 5 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.

Customer Data PlatformCDPTag ManagementAudienceStreamReal-Time EventsVisitor ProfilesAudience SegmentationData CollectionPrivacy CompliancePersonalization
Operations: 15 Acting: 7 Human-in-the-loop: 0 Method: generated

By consequence

read 8 write 2 physical 5

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
POST /collect/bulk-event physical conditional
POST /collect/event physical conditional
POST /collect/integration/event/accounts/{account}/profiles/{profile}/datasources/{datasourceId} physical conditional
POST /collect/regional/bulk-event physical conditional
POST /collect/regional/event physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/tealium-authentication-openapi.yml, openapi/tealium-collect-http-openapi.yml,
  openapi/tealium-moments-openapi.yml, openapi/tealium-visitor-privacy-openapi.yml, openapi/tealium-visitor-profile-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: 15
  by_action_class:
    acting: 7
    connected: 8
  by_consequence:
    write: 2
    read: 8
    physical: 5
  human_in_the_loop_required: 0
operations:
- path: /auth/accounts/{account}/profiles/{profile}
  method: post
  operationId: generateBearerToken
  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: /collect/event
  method: get
  operationId: collectEventGet
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /collect/event
  method: post
  operationId: collectEventPost
  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: /collect/bulk-event
  method: post
  operationId: collectBulkEvent
  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: /collect/regional/event
  method: post
  operationId: collectRegionalEvent
  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: /collect/regional/bulk-event
  method: post
  operationId: collectRegionalBulkEvent
  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: /collect/integration/event/accounts/{account}/profiles/{profile}/datasources/{datasourceId}
  method: post
  operationId: collectIntegrationEvent
  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: /personalization/accounts/{account}/profiles/{profile}/engines/{engineId}/visitors/{visitorId}
  method: get
  operationId: getMomentsByVisitorId
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /personalization/accounts/{account}/profiles/{profile}/engines/{engineId}
  method: get
  operationId: getMomentsByAttributeValue
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /privacy/visitor/accounts/{account}/profiles/{profile}
  method: get
  operationId: getPrivacyVisitor
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /privacy/visitor/accounts/{account}/profiles/{profile}
  method: delete
  operationId: deletePrivacyVisitor
  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: /privacy/visitor/accounts/{account}/profiles/{profile}/transactions/{transaction_id}
  method: get
  operationId: getDeleteTransactionStatus
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /privacy/visitor/accounts/{account}/profiles/{profile}/ids
  method: get
  operationId: getVisitorIdAttributes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /customer/visitor/accounts/{account}/profiles/{profile}
  method: get
  operationId: getVisitorProfile
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /customer/visitor/historical/accounts/{account}/profiles/{profile}
  method: get
  operationId: getHistoricalVisitorProfile
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none