Takealot · Agentic Access

Takealot Agentic Access

x-agentic-access generated

Takealot exposes 16 API operations that an AI agent could call, of which 5 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: 11 read and 5 write.

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.

CommerceE-CommerceMarketplaceRetailMarketplace SellersOffersOrdersSalesStock ManagementFulfilmentLogisticsFood DeliverySouth AfricaAfricaNaspersProsus
Operations: 16 Acting: 5 Human-in-the-loop: 0 Method: generated

By consequence

read 11 write 5

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/takealot-seller-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: 16
  by_action_class:
    connected: 11
    acting: 5
  by_consequence:
    read: 11
    write: 5
  human_in_the_loop_required: 0
operations:
- path: /v2/offers
  method: get
  operationId: get_offers_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/offers/count
  method: get
  operationId: get_offers_count_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/offers/offer/{identifier}
  method: get
  operationId: get_offer_by_identifier_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/offers/offer/{identifier}
  method: patch
  operationId: update_offer_by_identifier_v2
  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/offers/offer/{identifier}
  method: post
  operationId: create_offer_by_identifier_v2
  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/offers/offer
  method: get
  operationId: get_offer_by_identifier_query_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/offers/offer
  method: patch
  operationId: update_offer_by_identifier_query_v2
  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/offers/offer
  method: post
  operationId: create_offer_by_identifier_query_v2
  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/offers/batch
  method: post
  operationId: create_batch_v2
  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/offers/batch/{batch_id}
  method: get
  operationId: get_batch_v2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /{version}/offers/stock_counts
  method: get
  operationId: get_total_and_unbalanced_stock_at_tal_counts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /{version}/offers/stock_health_stats
  method: get
  operationId: get_stock_health_stats
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /{version}/sales
  method: get
  operationId: view_sales
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /{version}/sales/summary
  method: get
  operationId: get_sales_summary
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /{version}/sales/orders
  method: get
  operationId: get_sales_orders
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /{version}/sales/orders/{order_id}/customer_invoices
  method: get
  operationId: get_sales_order_customer_invoices_credit_notes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none