Zapier · Agentic Access

Zapier Agentic Access

x-agentic-access generated

Zapier exposes 21 API operations that an AI agent could call, of which 8 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: 13 read and 8 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.

IntegrationsiPaaS
Operations: 21 Acting: 8 Human-in-the-loop: 0 Method: generated

By consequence

read 13 write 8

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/zapier-partner-api.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: 21
  by_action_class:
    connected: 13
    acting: 8
  by_consequence:
    read: 13
    write: 8
  human_in_the_loop_required: 0
operations:
- path: /v1/apps
  method: get
  operationId: v1_apps_list
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/categories
  method: get
  operationId: v1_categories_list
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/profiles/me
  method: get
  operationId: v1_profiles_me_list
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - profile
    token:
      max-ttl: 3600
    audit: none
- path: /v1/zap-templates
  method: get
  operationId: v1_zap_templates_list
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/zaps
  method: get
  operationId: v1_zaps_list
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - zap
    token:
      max-ttl: 3600
    audit: none
- path: /v2/action-runs
  method: post
  operationId: create-action-run
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - action:run
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/action-runs/{id}
  method: get
  operationId: retrieve-action-run
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - action:run
    token:
      max-ttl: 3600
    audit: none
- path: /v2/actions
  method: get
  operationId: get-actions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - zap
    token:
      max-ttl: 3600
    audit: none
- path: /v2/actions/{action_id}/inputs
  method: post
  operationId: get-fields-inputs
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - zap:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/actions/{action_id}/inputs/{input_id}/choices
  method: post
  operationId: get-choices
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - zap
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/actions/{action_id}/outputs
  method: post
  operationId: get-fields-outputs
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - zap:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/actions/{action_id}/test
  method: post
  operationId: test-action
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - zap:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/apps
  method: get
  operationId: get-v2-apps
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - zap
    token:
      max-ttl: 3600
    audit: none
- path: /v2/authentications
  method: get
  operationId: get-authentications
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - connection:read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/authentications
  method: post
  operationId: create-authentication
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - connection:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/authorize
  method: get
  operationId: v2_authorize_list
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/guess
  method: post
  operationId: create-zap-guess
  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/whitelabel/apps
  method: get
  operationId: v2-whitelabel-apps-list
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/zap-runs
  method: get
  operationId: get-zap-runs
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - zap:runs
    token:
      max-ttl: 3600
    audit: none
- path: /v2/zaps
  method: get
  operationId: get-v2-zaps
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - zap
    - zap:all
    token:
      max-ttl: 3600
    audit: none
- path: /v2/zaps
  method: post
  operationId: post-zaps
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - zap:write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required