Volcano · Agentic Access
Volcano Agentic Access
x-agentic-access
generated
Volcano exposes 20 API operations that an AI agent could call, of which 12 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: 8 read and 12 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.
Batch ProcessingCloud NativeHPCIncubatingKubernetesSchedulingMachine Learning
Operations: 20
Acting: 12
Human-in-the-loop: 0
Method: generated
By consequence
read 8
write 12
Source
Agentic Access
generated: '2026-07-15'
method: generated
source: openapi/volcano-job-openapi.yml, openapi/volcano-podgroup-openapi.yml, openapi/volcano-queue-openapi.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: 20
by_action_class:
connected: 8
acting: 12
by_consequence:
read: 8
write: 12
human_in_the_loop_required: 0
operations:
- path: /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs
method: get
operationId: listNamespacedJob
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs
method: post
operationId: createNamespacedJob
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: /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs/{name}
method: get
operationId: readNamespacedJob
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs/{name}
method: put
operationId: replaceNamespacedJob
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: /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs/{name}
method: patch
operationId: patchNamespacedJob
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: /apis/batch.volcano.sh/v1alpha1/namespaces/{namespace}/jobs/{name}
method: delete
operationId: deleteNamespacedJob
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: /apis/batch.volcano.sh/v1alpha1/jobs
method: get
operationId: listJobAllNamespaces
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups
method: get
operationId: listNamespacedPodGroup
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups
method: post
operationId: createNamespacedPodGroup
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: /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups/{name}
method: get
operationId: readNamespacedPodGroup
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups/{name}
method: put
operationId: replaceNamespacedPodGroup
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: /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups/{name}
method: patch
operationId: patchNamespacedPodGroup
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: /apis/scheduling.volcano.sh/v1beta1/namespaces/{namespace}/podgroups/{name}
method: delete
operationId: deleteNamespacedPodGroup
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: /apis/scheduling.volcano.sh/v1beta1/podgroups
method: get
operationId: listPodGroupAllNamespaces
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /apis/scheduling.volcano.sh/v1beta1/queues
method: get
operationId: listQueues
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /apis/scheduling.volcano.sh/v1beta1/queues
method: post
operationId: createQueue
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: /apis/scheduling.volcano.sh/v1beta1/queues/{name}
method: get
operationId: readQueue
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /apis/scheduling.volcano.sh/v1beta1/queues/{name}
method: put
operationId: replaceQueue
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: /apis/scheduling.volcano.sh/v1beta1/queues/{name}
method: patch
operationId: patchQueue
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: /apis/scheduling.volcano.sh/v1beta1/queues/{name}
method: delete
operationId: deleteQueue
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