Microsoft Excel · Agentic Access

Microsoft Excel Agentic Access

x-agentic-access generated

Microsoft Excel exposes 23 API operations that an AI agent could call, of which 15 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 15 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.

AutomationData AnalysisMicrosoftMicrosoft 365OfficeSpreadsheets
Operations: 23 Acting: 15 Human-in-the-loop: 0 Method: generated

By consequence

read 8 write 15

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/microsoft-excel-graph-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: 23
  by_action_class:
    acting: 15
    connected: 8
  by_consequence:
    write: 15
    read: 8
  human_in_the_loop_required: 0
operations:
- path: /me/drive/items/{item-id}/workbook/createSession
  method: post
  operationId: createWorkbookSession
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/worksheets
  method: get
  operationId: listWorksheets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/worksheets
  method: post
  operationId: createWorksheet
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/worksheets/{worksheet-id-or-name}
  method: get
  operationId: getWorksheet
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/worksheets/{worksheet-id-or-name}
  method: patch
  operationId: updateWorksheet
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/worksheets/{worksheet-id-or-name}
  method: delete
  operationId: deleteWorksheet
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/worksheets/{worksheet-id-or-name}/tables
  method: get
  operationId: listTables
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/tables/{table-id}
  method: patch
  operationId: updateTable
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/tables/{table-id}/rows
  method: get
  operationId: listTableRows
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/tables/{table-id}/rows
  method: post
  operationId: addTableRow
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/tables/{table-id}/rows/$/itemAt(index={row-index})
  method: delete
  operationId: deleteTableRow
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/tables/{table-id}/columns
  method: get
  operationId: listTableColumns
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/tables/{table-id}/columns
  method: post
  operationId: addTableColumn
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/tables/{table-id}/columns/{column-id}
  method: delete
  operationId: deleteTableColumn
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/tables/{table-id}/convertToRange
  method: post
  operationId: convertTableToRange
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/worksheets/{worksheet-id-or-name}/tables/{table-id}/sort/apply
  method: post
  operationId: sortTable
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/worksheets/{worksheet-id-or-name}/tables/{table-id}/columns({column-id})/filter/apply
  method: post
  operationId: applyTableFilter
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/worksheets/{worksheet-id-or-name}/charts
  method: get
  operationId: listCharts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/worksheets/{worksheet-id-or-name}/charts/Add
  method: post
  operationId: addChart
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/worksheets/{worksheet-id-or-name}/range(address='{address}')
  method: get
  operationId: getRange
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/worksheets/{worksheet-id-or-name}/range(address='{address}')
  method: patch
  operationId: updateRange
  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:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/names
  method: get
  operationId: listNamedItems
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
    scope:
    - Files.Read
    - Files.ReadWrite
- path: /me/drive/items/{item-id}/workbook/functions/{function-name}
  method: post
  operationId: callWorkbookFunction
  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:
    - Files.Read
    - Files.ReadWrite