Inductive Automation · Agentic Access

Inductive Automation Agentic Access

x-agentic-access generated

Inductive Automation exposes 673 API operations that an AI agent could call, of which 349 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: 324 read, 337 write, 3 physical, and 9 safety-critical.

9 operations are classed safety-critical and should require human-in-the-loop approval at runtime.

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.

SCADAHMIManufacturingIIoTIndustrial AutomationIndustrial IoTOPC UA
Operations: 673 Acting: 349 Human-in-the-loop: 9 Method: generated

By consequence

read 324 write 337 physical 3 safety-critical 9

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
PUT /data/api/v1/gateway-network-incoming/reset/{resourceName} safety-critical required
PUT /data/api/v1/gateway-network-outgoing/reset/{resourceName} safety-critical required
POST /data/api/v1/logs/levelreset safety-critical required
PUT /data/api/v1/resources/com.inductiveautomation.opcua/access-control safety-critical required
POST /data/api/v1/resources/com.inductiveautomation.opcua/access-control safety-critical required
DELETE /data/api/v1/resources/com.inductiveautomation.opcua/access-control/{signature} safety-critical required
POST /data/api/v1/sync/reset safety-critical required
DELETE /data/perspective/api/v1/sessions safety-critical required
DELETE /data/vision/api/v1/client/{id} safety-critical required
POST /data/api/v1/mode physical conditional
PUT /data/api/v1/mode/{name} physical conditional
DELETE /data/api/v1/mode/{name} physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/inductive-automation-ignition-gateway.yaml
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: 673
  by_action_class:
    acting: 349
    connected: 324
  by_consequence:
    write: 337
    read: 324
    safety-critical: 9
    physical: 3
  human_in_the_loop_required: 9
operations:
- path: /data/api/v1/resources/com.inductiveautomation.opcua/server-config
  method: put
  operationId: modify-opc-ua-server-config-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: /data/api/v1/resources/com.inductiveautomation.opcua/server-config
  method: post
  operationId: create-opc-ua-server-config-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: /data/api/v1/resources/com.inductiveautomation.opcua/server-config/{signature}
  method: delete
  operationId: delete-opc-ua-server-config-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: /data/api/v1/resources/singleton/com.inductiveautomation.opcua/server-config
  method: get
  operationId: get-opc-ua-server-config-config-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/type/com.inductiveautomation.opcua/server-config
  method: get
  operationId: describe-'opc-ua-server-config'-resource-type-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/scim/{profile-name}/{scim-version}/Groups
  method: get
  operationId: list-group-resources-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/scim/{profile-name}/{scim-version}/Groups
  method: post
  operationId: create-group-resource-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: /data/api/v1/scim/{profile-name}/{scim-version}/Groups/{group-id}
  method: get
  operationId: get-group-resource-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/scim/{profile-name}/{scim-version}/Groups/{group-id}
  method: put
  operationId: modify-group-resource-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: /data/api/v1/scim/{profile-name}/{scim-version}/Groups/{group-id}
  method: delete
  operationId: delete-group-resource-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: /data/api/v1/scim/{profile-name}/{scim-version}/ResourceTypes
  method: get
  operationId: list-resource-types-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/scim/{profile-name}/{scim-version}/ResourceTypes/{type-id}
  method: get
  operationId: get-resource-type-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/scim/{profile-name}/{scim-version}/Schemas
  method: get
  operationId: list-schemas-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/scim/{profile-name}/{scim-version}/Schemas/{schema-id}
  method: get
  operationId: get-schema-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/scim/{profile-name}/{scim-version}/ServiceProviderConfig
  method: get
  operationId: get-service-provider-configuration-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/scim/{profile-name}/{scim-version}/Users
  method: get
  operationId: list-user-resources-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/scim/{profile-name}/{scim-version}/Users
  method: post
  operationId: create-user-resource-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: /data/api/v1/scim/{profile-name}/{scim-version}/Users/{user-id}
  method: get
  operationId: get-user-resource-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/scim/{profile-name}/{scim-version}/Users/{user-id}
  method: put
  operationId: modify-user-resource-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: /data/api/v1/scim/{profile-name}/{scim-version}/Users/{user-id}
  method: delete
  operationId: delete-user-resource-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: /data/api/v1/resources/delete/ignition/user-source
  method: post
  operationId: delete-user-sources-(multiple)-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: /data/api/v1/resources/find/ignition/user-source/{name}
  method: get
  operationId: get-user-sources-config-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/ignition/user-source
  method: put
  operationId: modify-user-sources-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: /data/api/v1/resources/ignition/user-source
  method: post
  operationId: create-user-sources-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: /data/api/v1/resources/ignition/user-source/{name}/{signature}
  method: delete
  operationId: delete-user-sources-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: /data/api/v1/resources/list/ignition/user-source
  method: get
  operationId: list-user-sources-resources-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/names/ignition/user-source
  method: get
  operationId: get-user-sources-names-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/rename/ignition/user-source/{name}
  method: post
  operationId: rename-user-sources-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: /data/api/v1/resources/type/ignition/user-source
  method: get
  operationId: describe-'user-sources'-resource-type-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/com.inductiveautomation.opcua/access-control
  method: put
  operationId: modify-opc-ua-access-control-config-put
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /data/api/v1/resources/com.inductiveautomation.opcua/access-control
  method: post
  operationId: create-opc-ua-access-control-config-post
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /data/api/v1/resources/com.inductiveautomation.opcua/access-control/{signature}
  method: delete
  operationId: delete-opc-ua-access-control-config-delete
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /data/api/v1/resources/singleton/com.inductiveautomation.opcua/access-control
  method: get
  operationId: get-opc-ua-access-control-config-config-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/type/com.inductiveautomation.opcua/access-control
  method: get
  operationId: describe-'opc-ua-access-control-config'-resource-type-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/ignition/general-alarm-settings
  method: put
  operationId: modify-general-alarm-settings-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: /data/api/v1/resources/ignition/general-alarm-settings
  method: post
  operationId: create-general-alarm-settings-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: /data/api/v1/resources/ignition/general-alarm-settings/{signature}
  method: delete
  operationId: delete-general-alarm-settings-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: /data/api/v1/resources/singleton/ignition/general-alarm-settings
  method: get
  operationId: get-general-alarm-settings-config-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/type/ignition/general-alarm-settings
  method: get
  operationId: describe-'general-alarm-settings'-resource-type-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/opc-ua/api/v1/server/pki/certificates/rejected
  method: get
  operationId: get-rejected-server-certificates-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/opc-ua/api/v1/server/pki/certificates/rejected/{signature}
  method: get
  operationId: download-rejected-server-certificate-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/opc-ua/api/v1/server/pki/certificates/rejected/{signature}
  method: delete
  operationId: delete-rejected-server-certificate-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: /data/opc-ua/api/v1/server/pki/certificates/trusted
  method: get
  operationId: get-trusted-server-certificates-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/opc-ua/api/v1/server/pki/certificates/trusted
  method: post
  operationId: upload-trusted-server-certificates-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: /data/opc-ua/api/v1/server/pki/certificates/trusted/{signature}
  method: get
  operationId: download-trusted-server-certificate-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/opc-ua/api/v1/server/pki/certificates/trusted/{signature}
  method: post
  operationId: trust-rejected-server-certificate-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: /data/opc-ua/api/v1/server/pki/certificates/trusted/{signature}
  method: delete
  operationId: delete-trusted-server-certificate-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: /data/api/v1/restart-tasks/pending
  method: get
  operationId: get-all-required-restart-tasks-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/restart-tasks/restart
  method: post
  operationId: restart-the-gateway-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: /data/alarm-notification/api/v1/pipeline
  method: get
  operationId: alarm-pipeline-detail-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/alarm-notification/api/v1/pipeline
  method: delete
  operationId: cancel-alarming-pipeline-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: /data/alarm-notification/api/v1/pipelines
  method: get
  operationId: alarm-pipeline-overview-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/delete/ignition/holiday
  method: post
  operationId: delete-holiday-(multiple)-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: /data/api/v1/resources/delete/ignition/schedule
  method: post
  operationId: delete-schedule-(multiple)-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: /data/api/v1/resources/find/ignition/holiday/{name}
  method: get
  operationId: get-holiday-config-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/find/ignition/schedule/{name}
  method: get
  operationId: get-schedule-config-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/ignition/holiday
  method: put
  operationId: modify-holiday-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: /data/api/v1/resources/ignition/holiday
  method: post
  operationId: create-holiday-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: /data/api/v1/resources/ignition/holiday/{name}/{signature}
  method: delete
  operationId: delete-holiday-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: /data/api/v1/resources/ignition/schedule
  method: put
  operationId: modify-schedule-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: /data/api/v1/resources/ignition/schedule
  method: post
  operationId: create-schedule-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: /data/api/v1/resources/ignition/schedule/{name}/{signature}
  method: delete
  operationId: delete-schedule-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: /data/api/v1/resources/list/ignition/holiday
  method: get
  operationId: list-holiday-resources-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/list/ignition/schedule
  method: get
  operationId: list-schedule-resources-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/names/ignition/holiday
  method: get
  operationId: get-holiday-names-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/names/ignition/schedule
  method: get
  operationId: get-schedule-names-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/rename/ignition/holiday/{name}
  method: post
  operationId: rename-holiday-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: /data/api/v1/resources/rename/ignition/schedule/{name}
  method: post
  operationId: rename-schedule-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: /data/api/v1/resources/type/ignition/holiday
  method: get
  operationId: describe-'holiday'-resource-type-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/type/ignition/schedule
  method: get
  operationId: describe-'schedule'-resource-type-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/eam/api/v1/eam-tasks/delete-temp-folder
  method: delete
  operationId: delete-temp-folder-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: /data/eam/api/v1/eam-tasks/module-cert
  method: get
  operationId: retrieve-module-certificate-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/eam/api/v1/eam-tasks/module-cert
  method: post
  operationId: accept-module-certificate-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: /data/eam/api/v1/eam-tasks/module-eula
  method: get
  operationId: retrieve-module-eula-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/eam/api/v1/eam-tasks/module-eula
  method: post
  operationId: accept-module-eula-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: /data/eam/api/v1/eam-tasks/store-gwbk
  method: post
  operationId: upload-.gwbk-file-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: /data/eam/api/v1/eam-tasks/store-module
  method: post
  operationId: upload-.modl-file-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: /data/eam/api/v1/eam-tasks/store-module-from-archive
  method: post
  operationId: store-module-file-from-archive-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: /data/eam/api/v1/eam-tasks/store-upgrade-zip
  method: post
  operationId: upload-upgrade-zip-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: /data/eam/api/v1/storage/archived-backups
  method: get
  operationId: retrieve-archived-backups-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/eam/api/v1/storage/archived-modules
  method: get
  operationId: retrieve-archived-modules-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/ignition/security-properties
  method: put
  operationId: modify-security-properties-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: /data/api/v1/resources/ignition/security-properties
  method: post
  operationId: create-security-properties-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: /data/api/v1/resources/ignition/security-properties/{signature}
  method: delete
  operationId: delete-security-properties-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: /data/api/v1/resources/singleton/ignition/security-properties
  method: get
  operationId: get-security-properties-config-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/type/ignition/security-properties
  method: get
  operationId: describe-'security-properties'-resource-type-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/api-token/generate
  method: post
  operationId: generate-api-token-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: /data/api/v1/resources/ignition/cobranding
  method: put
  operationId: modify-brand-customization-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: /data/api/v1/resources/ignition/cobranding
  method: post
  operationId: create-brand-customization-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: /data/api/v1/resources/ignition/cobranding/{signature}
  method: delete
  operationId: delete-brand-customization-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: /data/api/v1/resources/singleton/ignition/cobranding
  method: get
  operationId: get-brand-customization-config-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/resources/type/ignition/cobranding
  method: get
  operationId: describe-'brand-customization'-resource-type-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/activation/activate/{key}
  method: put
  operationId: activate-license-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: /data/api/v1/activation/is-online
  method: get
  operationId: check-gateway-online-status-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/activation/offline/activate
  method: post
  operationId: submit-offline-activation-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: /data/api/v1/activation/offline/activate-request/{key}
  method: get
  operationId: generate-offline-activation-request-get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /data/api/v1/activation/offline/unactivate/{key}
  method: post
  operationId: unactivate-license-(offline)-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: /data/api/v1/activation/reactivate/{key}
  method: put
  operationId: re-activate-license-put


# --- truncated at 32 KB (217 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/inductive-automation/refs/heads/main/agentic-access/inductive-automation-agentic-access.yml