Apache Ignite · Agentic Access

Apache Ignite Agentic Access

x-agentic-access generated

Apache Ignite exposes 50 API operations that an AI agent could call, of which 22 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: 28 read, 12 write, 3 physical, and 7 safety-critical.

7 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.

CachingCompute GridDistributed DatabaseIn-MemoryOpen SourceSQL
Operations: 50 Acting: 22 Human-in-the-loop: 7 Method: generated

By consequence

read 28 write 12 physical 3 safety-critical 7

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
POST /management/v1/metric/cluster/disable safety-critical required
POST /management/v1/metric/node/disable safety-critical required
POST /management/v1/recovery/cluster/reset safety-critical required
POST /management/v1/recovery/partitions/reset safety-critical required
POST /management/v1/recovery/zone/partitions/reset safety-critical required
DELETE /management/v1/sql/queries/{queryId} safety-critical required
DELETE /management/v1/transactions/{transactionId} safety-critical required
POST /management/v1/deployment/units/zip/{unitId}/{unitVersion} physical conditional
POST /management/v1/deployment/units/{unitId}/{unitVersion} physical conditional
DELETE /management/v1/deployment/units/{unitId}/{unitVersion} physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/apache-ignite-rest-api.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: 50
  by_action_class:
    acting: 22
    connected: 28
  by_consequence:
    write: 12
    read: 28
    physical: 3
    safety-critical: 7
  human_in_the_loop_required: 7
operations:
- path: /management/v1/cluster/init
  method: post
  operationId: init
  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: /management/v1/cluster/state
  method: get
  operationId: clusterState
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/cluster/topology/logical
  method: get
  operationId: logical
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/cluster/topology/physical
  method: get
  operationId: physical
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/compute/jobs
  method: get
  operationId: jobStates
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/compute/jobs/{jobId}
  method: get
  operationId: jobState
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/compute/jobs/{jobId}
  method: delete
  operationId: cancelJob
  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: /management/v1/compute/jobs/{jobId}/priority
  method: put
  operationId: updatePriority
  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: /management/v1/configuration/cluster
  method: get
  operationId: getClusterConfiguration
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/configuration/cluster
  method: patch
  operationId: updateClusterConfiguration
  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: /management/v1/configuration/cluster/{path}
  method: get
  operationId: getClusterConfigurationByPath
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/configuration/node
  method: get
  operationId: getNodeConfiguration
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/configuration/node
  method: patch
  operationId: updateNodeConfiguration
  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: /management/v1/configuration/node/{path}
  method: get
  operationId: getNodeConfigurationByPath
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/deployment/cluster/units
  method: get
  operationId: listClusterStatuses
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/deployment/cluster/units/{unitId}
  method: get
  operationId: listClusterStatusesByUnit
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/deployment/node/units
  method: get
  operationId: listNodeStatuses
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/deployment/node/units/{unitId}
  method: get
  operationId: listNodeStatusesByUnit
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/deployment/units/zip/{unitId}/{unitVersion}
  method: post
  operationId: deployZipUnit
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /management/v1/deployment/units/{unitId}/{unitVersion}
  method: post
  operationId: deployUnit
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /management/v1/deployment/units/{unitId}/{unitVersion}
  method: delete
  operationId: undeployUnit
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /management/v1/metric/cluster/disable
  method: post
  operationId: disableClusterMetric
  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: /management/v1/metric/cluster/enable
  method: post
  operationId: enableClusterMetric
  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: /management/v1/metric/cluster/source
  method: get
  operationId: listClusterMetricSources
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/metric/node/disable
  method: post
  operationId: disableNodeMetric
  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: /management/v1/metric/node/enable
  method: post
  operationId: enableNodeMetric
  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: /management/v1/metric/node/set
  method: get
  operationId: listNodeMetricSets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/metric/node/source
  method: get
  operationId: listNodeMetricSources
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/node/info
  method: get
  operationId: nodeInfo
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/node/state
  method: get
  operationId: nodeState
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/node/version
  method: get
  operationId: nodeVersion
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/recovery/cluster/migrate
  method: post
  operationId: migrate
  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: /management/v1/recovery/cluster/reset
  method: post
  operationId: resetCluster
  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: /management/v1/recovery/partitions/reset
  method: post
  operationId: resetPartitions
  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: /management/v1/recovery/partitions/restart
  method: post
  operationId: restartPartitions
  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: /management/v1/recovery/partitions/restartWithCleanup
  method: post
  operationId: restartPartitionsWithCleanup
  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: /management/v1/recovery/state/global
  method: get
  operationId: getGlobalPartitionStates
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/recovery/state/local
  method: get
  operationId: getLocalPartitionStates
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/recovery/zone/partitions/reset
  method: post
  operationId: resetZonePartitions
  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: /management/v1/recovery/zone/partitions/restart
  method: post
  operationId: restartZonePartitions
  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: /management/v1/recovery/zone/partitions/restartWithCleanup
  method: post
  operationId: restartZonePartitionsWithCleanup
  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: /management/v1/recovery/zone/state/global
  method: get
  operationId: getZoneGlobalPartitionStates
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/recovery/zone/state/local
  method: get
  operationId: getZoneLocalPartitionStates
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/sql/plan/clear-cache
  method: get
  operationId: clearCache
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/sql/queries
  method: get
  operationId: queries
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/sql/queries/{queryId}
  method: get
  operationId: query
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/sql/queries/{queryId}
  method: delete
  operationId: killQuery
  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: /management/v1/transactions
  method: get
  operationId: transactions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/transactions/{transactionId}
  method: get
  operationId: transaction
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /management/v1/transactions/{transactionId}
  method: delete
  operationId: killTransaction
  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