generated: '2026-07-15' method: generated source: openapi/microsoft-onedrive-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: 11 acting: 7 by_consequence: read: 11 write: 6 physical: 1 human_in_the_loop_required: 0 operations: - path: /me/drive method: get operationId: getMyDrive x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /me/drives method: get operationId: listMyDrives x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /drives/{driveId} method: get operationId: getDrive x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /drives/{driveId}/root method: get operationId: getDriveRoot x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /drives/{driveId}/root/children method: get operationId: listDriveRootChildren x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /drives/{driveId}/items/{itemId} method: get operationId: getDriveItem x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /drives/{driveId}/items/{itemId} method: patch operationId: updateDriveItem 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: /drives/{driveId}/items/{itemId} method: delete operationId: deleteDriveItem 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: /drives/{driveId}/items/{itemId}/children method: get operationId: listDriveItemChildren x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /drives/{driveId}/items/{itemId}/children method: post operationId: createFolder 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: /drives/{driveId}/items/{itemId}/content method: get operationId: downloadDriveItemContent x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /drives/{driveId}/items/{itemId}/content method: put operationId: uploadDriveItemContent 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: /drives/{driveId}/items/{itemId}/copy method: post operationId: copyDriveItem 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: /drives/{driveId}/items/{itemId}/createLink method: post operationId: createSharingLink 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: /drives/{driveId}/items/{itemId}/invite method: post operationId: inviteToDriveItem 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: /drives/{driveId}/items/{itemId}/permissions method: get operationId: listDriveItemPermissions x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /shares/{shareId} method: get operationId: getSharedItem x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /sites/{siteId}/drive method: get operationId: getSiteDrive x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none