Google Workspace Suite · Agentic Access

Google Workspace Suite Agentic Access

x-agentic-access generated

Google Workspace Suite 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, 9 write, and 1 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.

CloudCollaborationDocumentsGoogleProductivityWorkspace
Operations: 21 Acting: 10 Human-in-the-loop: 0 Method: generated

By consequence

read 11 write 9 physical 1

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 /gmail/v1/users/{userId}/messages/send physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/google-suite-docs-sheets-slides-gmail-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: 21
  by_action_class:
    acting: 10
    connected: 11
  by_consequence:
    write: 9
    read: 11
    physical: 1
  human_in_the_loop_required: 0
operations:
- path: /v1/documents
  method: post
  operationId: docs.documents.create
  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: /v1/documents/{documentId}
  method: get
  operationId: docs.documents.get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/documents/{documentId}:batchUpdate
  method: post
  operationId: docs.documents.batchUpdate
  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: /v4/spreadsheets
  method: post
  operationId: sheets.spreadsheets.create
  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: /v4/spreadsheets/{spreadsheetId}
  method: get
  operationId: sheets.spreadsheets.get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v4/spreadsheets/{spreadsheetId}/values/{range}
  method: get
  operationId: sheets.spreadsheets.values.get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v4/spreadsheets/{spreadsheetId}/values/{range}
  method: put
  operationId: sheets.spreadsheets.values.update
  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: /v4/spreadsheets/{spreadsheetId}:batchUpdate
  method: post
  operationId: sheets.spreadsheets.batchUpdate
  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: /v1/presentations
  method: post
  operationId: slides.presentations.create
  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: /v1/presentations/{presentationId}
  method: get
  operationId: slides.presentations.get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/presentations/{presentationId}:batchUpdate
  method: post
  operationId: slides.presentations.batchUpdate
  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: /gmail/v1/users/{userId}/profile
  method: get
  operationId: gmail.users.getProfile
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /gmail/v1/users/{userId}/messages
  method: get
  operationId: gmail.users.messages.list
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /gmail/v1/users/{userId}/messages/{id}
  method: get
  operationId: gmail.users.messages.get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /gmail/v1/users/{userId}/messages/send
  method: post
  operationId: gmail.users.messages.send
  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: /gmail/v1/users/{userId}/threads
  method: get
  operationId: gmail.users.threads.list
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /gmail/v1/users/{userId}/threads/{id}
  method: get
  operationId: gmail.users.threads.get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /gmail/v1/users/{userId}/labels
  method: get
  operationId: gmail.users.labels.list
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /gmail/v1/users/{userId}/labels
  method: post
  operationId: gmail.users.labels.create
  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: /gmail/v1/users/{userId}/drafts
  method: get
  operationId: gmail.users.drafts.list
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /gmail/v1/users/{userId}/drafts
  method: post
  operationId: gmail.users.drafts.create
  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