Amazon IoT Greengrass · Agentic Access

Amazon IoT Greengrass Agentic Access

x-agentic-access generated

Amazon IoT Greengrass exposes 29 API operations that an AI agent could call, of which 14 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: 15 read, 11 write, and 3 physical.

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.

Edge ComputingIoTLambdaMachine LearningReal-Time Processing
Operations: 29 Acting: 14 Human-in-the-loop: 0 Method: generated

By consequence

read 15 write 11 physical 3

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 /greengrass/v2/deployments physical conditional
DELETE /greengrass/v2/deployments/{deploymentId} physical conditional
POST /greengrass/v2/deployments/{deploymentId}/cancel physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/amazon-iot-greengrass-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: 29
  by_action_class:
    acting: 14
    connected: 15
  by_consequence:
    write: 11
    read: 15
    physical: 3
  human_in_the_loop_required: 0
operations:
- path: /greengrass/servicerole
  method: put
  operationId: AssociateServiceRoleToAccount
  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: /greengrass/servicerole
  method: delete
  operationId: DisassociateServiceRoleFromAccount
  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: /greengrass/servicerole
  method: get
  operationId: GetServiceRoleForAccount
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/v2/coreDevices/{coreDeviceThingName}/associateClientDevices
  method: post
  operationId: BatchAssociateClientDeviceWithCoreDevice
  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: /greengrass/v2/coreDevices/{coreDeviceThingName}/disassociateClientDevices
  method: post
  operationId: BatchDisassociateClientDeviceFromCoreDevice
  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: /greengrass/v2/deployments/{deploymentId}/cancel
  method: post
  operationId: CancelDeployment
  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: /greengrass/v2/createComponentVersion
  method: post
  operationId: CreateComponentVersion
  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: /greengrass/v2/deployments
  method: post
  operationId: CreateDeployment
  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: /greengrass/v2/deployments
  method: get
  operationId: ListDeployments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/v2/components/{arn}
  method: delete
  operationId: DeleteComponent
  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: /greengrass/v2/components/{arn}
  method: get
  operationId: GetComponent
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/v2/coreDevices/{coreDeviceThingName}
  method: delete
  operationId: DeleteCoreDevice
  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: /greengrass/v2/coreDevices/{coreDeviceThingName}
  method: get
  operationId: GetCoreDevice
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/v2/deployments/{deploymentId}
  method: delete
  operationId: DeleteDeployment
  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: /greengrass/v2/deployments/{deploymentId}
  method: get
  operationId: GetDeployment
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/v2/components/{arn}/metadata
  method: get
  operationId: DescribeComponent
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/v2/components/{arn}/artifacts/{artifactName}
  method: get
  operationId: GetComponentVersionArtifact
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/things/{thingName}/connectivityInfo
  method: get
  operationId: GetConnectivityInfo
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/things/{thingName}/connectivityInfo
  method: put
  operationId: UpdateConnectivityInfo
  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: /greengrass/v2/coreDevices/{coreDeviceThingName}/associatedClientDevices
  method: get
  operationId: ListClientDevicesAssociatedWithCoreDevice
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/v2/components/{arn}/versions
  method: get
  operationId: ListComponentVersions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/v2/components
  method: get
  operationId: ListComponents
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/v2/coreDevices
  method: get
  operationId: ListCoreDevices
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/v2/coreDevices/{coreDeviceThingName}/effectiveDeployments
  method: get
  operationId: ListEffectiveDeployments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /greengrass/v2/coreDevices/{coreDeviceThingName}/installedComponents
  method: get
  operationId: ListInstalledComponents
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /tags/{resourceArn}
  method: get
  operationId: ListTagsForResource
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /tags/{resourceArn}
  method: post
  operationId: TagResource
  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: /greengrass/v2/resolveComponentCandidates
  method: post
  operationId: ResolveComponentCandidates
  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: /tags/{resourceArn}#tagKeys
  method: delete
  operationId: UntagResource
  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