OpenStreetMap · Agentic Access

OpenStreetMap Agentic Access

x-agentic-access generated

OpenStreetMap exposes 18 API operations that an AI agent could call, of which 8 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: 10 read and 8 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.

GeospatialMappingOpen DataGeocodingEditing
Operations: 18 Acting: 8 Human-in-the-loop: 0 Method: generated

By consequence

read 10 write 8

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/openstreetmap-main-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: 18
  by_action_class:
    connected: 10
    acting: 8
  by_consequence:
    read: 10
    write: 8
  human_in_the_loop_required: 0
operations:
- path: /map
  method: get
  operationId: getMapData
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /node/{id}
  method: get
  operationId: getNode
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /node/{id}
  method: put
  operationId: updateNode
  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
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /node/{id}
  method: delete
  operationId: deleteNode
  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
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /node/create
  method: put
  operationId: createNode
  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
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /node/{id}/{version}
  method: get
  operationId: getNodeVersion
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /way/{id}
  method: get
  operationId: getWay
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /relation/{id}
  method: get
  operationId: getRelation
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /changeset/create
  method: put
  operationId: createChangeset
  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
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /changeset/{id}
  method: get
  operationId: getChangeset
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /changeset/{id}
  method: put
  operationId: updateChangeset
  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
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /changeset/{id}/close
  method: put
  operationId: closeChangeset
  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
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /changeset/{id}/upload
  method: post
  operationId: uploadChangeset
  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
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /notes
  method: get
  operationId: searchNotes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /notes
  method: post
  operationId: createNote
  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
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /notes/{id}
  method: get
  operationId: getNote
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /user/details
  method: get
  operationId: getUserDetails
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - read_prefs
    - write_api
    - write_notes
- path: /capabilities
  method: get
  operationId: getCapabilities
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - read_prefs
    - write_api
    - write_notes