Signadot · Agentic Access

Signadot Agentic Access

x-agentic-access generated

Signadot exposes 21 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: 11 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.

CompanyDeveloper ToolsKubernetesTestingEphemeral EnvironmentsMicroservicesPreview EnvironmentsAgentic DevelopmentContinuous IntegrationDeveloper Experience
Operations: 21 Acting: 10 Human-in-the-loop: 0 Method: generated

By consequence

read 11 write 10

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/signadot-openapi-original.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: 11
    acting: 10
  by_consequence:
    read: 11
    write: 10
  human_in_the_loop_required: 0
operations:
- path: /orgs/
  method: get
  operationId: get-org-name
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /orgs/{orgName}/clusters/
  method: get
  operationId: list-clusters
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /orgs/{orgName}/clusters/{clusterName}/
  method: delete
  operationId: remove-cluster
  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: /orgs/{orgName}/clusters/{clusterName}/
  method: get
  operationId: get-cluster
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /orgs/{orgName}/clusters/{clusterName}/
  method: put
  operationId: add-cluster
  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: /orgs/{orgName}/clusters/{clusterName}/tokens
  method: post
  operationId: create-cluster-token
  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: /orgs/{orgName}/clusters/{clusterName}/tokens/
  method: get
  operationId: list-cluster-tokens
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /orgs/{orgName}/clusters/{clusterName}/tokens/{tokenId}
  method: delete
  operationId: delete-cluster-token
  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: /orgs/{orgName}/clusters/{clusterName}/tokens/{tokenId}
  method: get
  operationId: get-cluster-token
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /orgs/{orgName}/resource-plugins
  method: get
  operationId: list-resource-plugins
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /orgs/{orgName}/resource-plugins/{pluginName}
  method: delete
  operationId: delete-resource-plugin
  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: /orgs/{orgName}/resource-plugins/{pluginName}
  method: get
  operationId: get-resource-plugin
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /orgs/{orgName}/resource-plugins/{pluginName}
  method: put
  operationId: apply-resource-plugin
  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: /orgs/{orgName}/routegroups
  method: get
  operationId: list-routegroups
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /orgs/{orgName}/routegroups/{routegroupName}
  method: delete
  operationId: delete-routegroup
  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: /orgs/{orgName}/routegroups/{routegroupName}
  method: get
  operationId: get-routegroup
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /orgs/{orgName}/routegroups/{routegroupName}
  method: put
  operationId: apply-routegroup
  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: /orgs/{orgName}/sandboxes
  method: get
  operationId: list-sandboxes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /orgs/{orgName}/sandboxes/{sandboxName}
  method: delete
  operationId: delete-sandbox
  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: /orgs/{orgName}/sandboxes/{sandboxName}
  method: get
  operationId: get-sandbox
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /orgs/{orgName}/sandboxes/{sandboxName}
  method: put
  operationId: apply-sandbox
  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