Mason · Agentic Access

Mason Agentic Access

x-agentic-access generated

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

CompanyEcommerceCommerceAIAgentsContent GenerationDiscountsPromotionsWebhooksShopify
Operations: 16 Acting: 11 Human-in-the-loop: 0 Method: generated

By consequence

read 5 write 11

Source

Agentic Access

Raw ↑
generated: '2026-07-20'
method: generated
source: openapi/mason-apps-openapi.json, openapi/mason-discounts-openapi.json, openapi/mason-generation-openapi.json,
  openapi/mason-search-openapi.json, openapi/mason-tasks-openapi.json, openapi/mason-webhooks-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: 16
  by_action_class:
    acting: 11
    connected: 5
  by_consequence:
    write: 11
    read: 5
  human_in_the_loop_required: 0
operations:
- path: /v1/app
  method: post
  operationId: Create_an_app_v1_app_post
  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/app
  method: get
  operationId: Get_app_v1_app_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/app/{app_id}
  method: delete
  operationId: Delete_app_v1_app__app_id__delete
  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/v1/scrooge/tiered-discounts
  method: put
  operationId: create_tiered_discounts_api_v1_scrooge_tiered_discounts_put
  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/v1/scrooge/discounts/bulk
  method: put
  operationId: create_bulk_discounts_api_v1_scrooge_discounts_bulk_put
  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/v1/scrooge/discounts/bulk/delete
  method: put
  operationId: cleanup_tiered_discounts_api_v1_scrooge_discounts_bulk_delete_put
  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/v1/scrooge/tiered-discounts/delete
  method: put
  operationId: cleanup_tiered_discounts_api_v1_scrooge_tiered_discounts_delete_put
  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/images
  method: post
  operationId: Generation_api_v1_genie_images_post
  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/images/{uid}
  method: get
  operationId: Get_Image_api_v1_genie_images__uid__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/template/{template_id}
  method: get
  operationId: Get_Template_Mappings_api_v1_genie_template__template_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/search
  method: get
  operationId: Asset_Search_v1_search_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/task/creative
  method: post
  operationId: Creative_task_v1_task_creative_post
  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/creative/status
  method: post
  operationId: Creative_task_status_v1_creative_status_post
  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/webhook
  method: post
  operationId: Register_a_Webhook_v1_webhook_post
  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/webhook
  method: get
  operationId: Get_Webhook_v1_webhook_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/webhook/{id}
  method: delete
  operationId: Delete_Webhook_v1_webhook__id__delete
  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