Zoho Creator · Agentic Access

Zoho Creator Agentic Access

x-agentic-access generated

Zoho Creator exposes 27 API operations that an AI agent could call, of which 10 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: 17 read and 10 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.

Low-CodeApplication DevelopmentNo-CodeFormsRecordsWorkflowsDatabaseCRUDBusiness Applications
Operations: 27 Acting: 10 Human-in-the-loop: 0 Method: generated

By consequence

read 17 write 10

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/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: 27
  by_action_class:
    connected: 17
    acting: 10
  by_consequence:
    read: 17
    write: 10
  human_in_the_loop_required: 0
operations:
- path: /creator/v2/meta/{account_owner_name}/{app_link_name}/sections
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.meta.application.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/publish/{account_owner_name}/{app_link_name}/report/{report_link_name}/{record_ID}
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/meta/{account_owner_name}/{app_link_name}/form/{form_link_name}/fields
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.meta.form.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/meta/{account_owner_name}/{app_link_name}/reports
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.meta.application.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/data/{account_owner_name}/{app_link_name}/report/{report_link_name}
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - ZohoCreator.report.UPDATE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /creator/v2/data/{account_owner_name}/{app_link_name}/report/{report_link_name}
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.report.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/data/{account_owner_name}/{app_link_name}/report/{report_link_name}
  method: delete
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - ZohoCreator.report.DELETE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /creator/v2/meta/{account_owner_name}/{app_link_name}/pages
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.meta.application.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/data/{account_owner_name}/{app_link_name}/report/{report_link_name}/{record_ID}/{field_link_name}/download
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.report.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/data/{account_owner_name}/{app_link_name}/report/{report_link_name}/{record_ID}/{subform_link_name}/{field_link_name}/{subform_record_ID}/download
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.report.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/data/{account_owner_name}/{app_link_name}/report/{report_link_name}/{record_ID}/{field_link_name}/upload
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - ZohoCreator.report.CREATE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /creator/v2/meta/applications
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.dashboard.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/bulk/{account_owner_name}/{app_link_name}/form/{form_link_name}/insert/{job_ID}/result
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.bulk.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/bulk/{account_owner_name}/{app_link_name}/form/{form_link_name}/insert
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - ZohoCreator.bulk.CREATE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /creator/v2/data/{account_owner_name}/{app_link_name}/form/{form_link_name}
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - ZohoCreator.form.CREATE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /creator/v2/data/{account_owner_name}/{app_link_name}/report/{report_link_name}/{record_ID}
  method: patch
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - ZohoCreator.report.UPDATE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /creator/v2/data/{account_owner_name}/{app_link_name}/report/{report_link_name}/{record_ID}
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.report.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/data/{account_owner_name}/{app_link_name}/report/{report_link_name}/{record_ID}
  method: delete
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - ZohoCreator.report.DELETE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /creator/v2/bulk/{account_owner_name}/{app_link_name}/report/{report_link_name}/read
  method: post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - ZohoCreator.bulk.CREATE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /creator/v2/bulk/{account_owner_name}/{app_link_name}/form/{form_link_name}/insert/{job_ID}
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.bulk.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/bulk/{account_owner_name}/{app_link_name}/form/{form_link_name}/insert/{job_ID}
  method: put
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - ZohoCreator.bulk.CREATE
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /creator/v2/bulk/{account_owner_name}/{app_link_name}/report/{report_link_name}/read/{job_ID}/result
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.bulk.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/publish/{account_owner_name}/{app_link_name}/report/{report_link_name}
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/bulk/{account_owner_name}/{app_link_name}/report/{report_link_name}/read/{job_ID}
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.bulk.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/meta/{account_owner_name}/applications
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.dashboard.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/meta/{account_owner_name}/{app_link_name}/forms
  method: get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - ZohoCreator.meta.application.READ
    token:
      max-ttl: 3600
    audit: none
- path: /creator/v2/publish/{account_owner_name}/{app_link_name}/form/{form_link_name}
  method: 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