Accruent Agentic Access
Accruent exposes 255 API operations that an AI agent could call, of which 131 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: 124 read, 65 write, and 66 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.
By consequence
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.
| Method | Path | Consequence | Human-in-loop |
|---|---|---|---|
| PUT | /Invoices | physical | conditional |
| POST | /Invoices | physical | conditional |
| PUT | /Invoices/{invoicePK} | physical | conditional |
| PUT | /PurchaseOrderLineItems | physical | conditional |
| POST | /PurchaseOrderLineItems | physical | conditional |
| PUT | /PurchaseOrderLineItems/{lineItemPK} | physical | conditional |
| POST | /PurchaseOrderNote | physical | conditional |
| POST | /PurchaseOrders/{purchaseOrderPK}/Invoices | physical | conditional |
| PUT | /PurchaseOrders/{purchaseOrderPK}/Invoices/{invoicePK} | physical | conditional |
| POST | /PurchaseOrders/{purchaseOrderPK}/LineItems | physical | conditional |
| PUT | /PurchaseOrders/{purchaseOrderPK}/LineItems/{lineItemPK} | physical | conditional |
| POST | /PurchaseOrders/{purchaseOrderPK}/Receipts | physical | conditional |
| PUT | /PurchaseOrders/{purchaseOrderPK}/Receipts/{receiptPK} | physical | conditional |
| POST | /PurchaseOrders/{purchaseOrderPK}/Receipts/{receiptPK}/LineItems | physical | conditional |
| PUT | /PurchaseOrders/{purchaseOrderPK}/Receipts/{receiptPK}/LineItems/{lineItemPK} | physical | conditional |
| PUT | /WorkOrderAssignments | physical | conditional |
| POST | /WorkOrderAssignments | physical | conditional |
| PUT | /WorkOrderAssignments/{assignmentPK} | physical | conditional |
| POST | /WorkOrderDocuments/{workOrderPK} | physical | conditional |
| POST | /WorkOrderImages/{workOrderPK} | physical | conditional |
| PUT | /WorkOrderLaborActuals | physical | conditional |
| POST | /WorkOrderLaborActuals | physical | conditional |
| PUT | /WorkOrderLaborActuals/{costPK} | physical | conditional |
| PUT | /WorkOrderLaborEstimates | physical | conditional |
| POST | /WorkOrderLaborEstimates | physical | conditional |
Source
Agentic Access
generated: '2026-09-06'
method: generated
source: openapi/accruent-maintenance-connection-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: 255
by_action_class:
connected: 124
acting: 131
by_consequence:
read: 124
write: 65
physical: 66
human_in_the_loop_required: 0
operations:
- path: /Assets/{assetPK}/documents
method: get
operationId: AssetDocuments_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Assets/{assetPK}/documents
method: post
operationId: AssetDocuments_Post
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: /Assets/{assetPK}/documents/{PK}
method: get
operationId: AssetDocuments_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AssetDocuments
method: get
operationId: AssetDocuments_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AssetDocuments/{assetPK}
method: get
operationId: AssetDocuments_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AssetDocuments/{assetPK}
method: post
operationId: AssetDocuments_Post
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: /Assets/{assetPK}/images
method: get
operationId: AssetImages_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Assets/{assetPK}/images
method: post
operationId: AssetImages_Post
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: /Assets/{assetPK}/images/{imagePK}
method: get
operationId: AssetImages_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AssetImages
method: get
operationId: AssetImages_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AssetImages/{assetPK}
method: get
operationId: AssetImages_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AssetImages/{assetPK}
method: post
operationId: AssetImages_Post
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: /Assets/{assetPK}/meterhistory
method: get
operationId: AssetMeterHistory_GetMeterHistoryForAsset
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Assets/{assetPK}/meterhistory
method: post
operationId: AssetMeterHistory_Post
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: /Assets/{assetPK}/meterhistory/{historyPK}
method: get
operationId: AssetMeterHistory_GetMeterHistoryRecord
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Assets/{assetPK}/meterhistory/{historyPK}
method: put
operationId: AssetMeterHistory_Put
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: /Assets/{assetPK}/meternumberhistory
method: get
operationId: AssetMeterHistory_GetMeterHistoryForAsset
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Assets/{assetPK}/meternumberhistory
method: put
operationId: AssetMeterHistory_Put
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: /Assets/{assetPK}/meternumberhistory
method: post
operationId: AssetMeterHistory_Post
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: /Assets/{assetPK}/meternumberhistory/{meterNumber}
method: get
operationId: AssetMeterHistory_GetMeterNumberHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AssetMeterHistory
method: get
operationId: AssetMeterHistory_GetMeterHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AssetMeterHistory
method: put
operationId: AssetMeterHistory_Put
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: /AssetMeterHistory/{assetPK}
method: get
operationId: AssetMeterHistory_GetMeterHistoryForAsset
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AssetMeterHistory/{assetPK}
method: put
operationId: AssetMeterHistory_Put
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: /AssetMeterHistory/{assetPK}
method: post
operationId: AssetMeterHistory_Post
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: /Assets
method: get
operationId: Assets_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Assets
method: put
operationId: Assets_Put
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: /Assets
method: post
operationId: Assets_Post
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: /Assets/{assetPK}
method: get
operationId: Assets_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Assets/{assetPK}
method: put
operationId: Assets_Put
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: /Assets/{assetPK}
method: post
operationId: Assets_Post
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: /Assets/{assetPK}/specifications/{PK}
method: get
operationId: AssetSpecifications_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Assets/{assetPK}/specifications/{PK}
method: put
operationId: AssetSpecifications_Put
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: /Assets/{assetPK}/specifications
method: get
operationId: AssetSpecifications_GetSpecificationsForAsset
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Assets/{assetPK}/specifications
method: post
operationId: AssetSpecifications_Post
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: /AssetSpecifications
method: get
operationId: AssetSpecifications_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AssetSpecifications
method: put
operationId: AssetSpecifications_Put
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: /AssetSpecifications/{assetPK}
method: get
operationId: AssetSpecifications_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AssetSpecifications/{assetPK}
method: put
operationId: AssetSpecifications_Put
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: /AssetSpecifications/{assetPK}
method: post
operationId: AssetSpecifications_Post
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: /classifications
method: get
operationId: Classifications_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /classifications
method: put
operationId: Classifications_Put
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: /classifications
method: post
operationId: Classifications_Post
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: /classifications/{classificationPK}
method: get
operationId: Classifications_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /classifications/{classificationPK}
method: put
operationId: Classifications_Put
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: /Companies
method: get
operationId: Companies_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Companies
method: put
operationId: Companies_Put
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: /Companies
method: post
operationId: Companies_Post
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: /Companies/{companyPK}
method: get
operationId: Companies_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Companies/{companyPK}
method: put
operationId: Companies_Put
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: /ExternalInterface
method: get
operationId: ExternalInterface_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ExternalInterface
method: post
operationId: ExternalInterface_Post
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: /ExternalInterface/{externalInterfacePK}
method: get
operationId: ExternalInterface_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ExternalInterface/{externalInterfacePK}
method: put
operationId: ExternalInterface_Put
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: /Invoices
method: get
operationId: Invoices_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Invoices
method: put
operationId: Invoices_Put
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: /Invoices
method: post
operationId: Invoices_Post
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: /Invoices/{invoicePK}
method: get
operationId: Invoices_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Invoices/{invoicePK}
method: put
operationId: Invoices_Put
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: /PurchaseOrders/{purchaseOrderPK}/Invoices/{invoicePK}
method: get
operationId: Invoices_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /PurchaseOrders/{purchaseOrderPK}/Invoices/{invoicePK}
method: put
operationId: Invoices_Put
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: /PurchaseOrders/{purchaseOrderPK}/Invoices
method: get
operationId: Invoices_GetInvoicesForPurchaseOrder
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /PurchaseOrders/{purchaseOrderPK}/Invoices
method: post
operationId: Invoices_Post
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: /Labors
method: get
operationId: Labors_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Labors
method: put
operationId: Labors_Put
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: /Labors
method: post
operationId: Labors_Post
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: /Labors/{laborPK}
method: get
operationId: Labors_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Labors/{laborPK}
method: put
operationId: Labors_Put
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: /Labors/{laborPK}
method: post
operationId: Labors_Post
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: /Logs
method: get
operationId: Log_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Logs
method: post
operationId: Log_Post
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: /Logs/{logPK}
method: get
operationId: Log_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /LookupTables
method: get
operationId: LookupTables_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /LookupTables
method: put
operationId: LookupTables_Put
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: /LookupTables
method: post
operationId: LookupTables_Post
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: /LookupTables/{lookupTableID}
method: get
operationId: LookupTables_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /LookupTables/{lookupTableID}
method: put
operationId: LookupTables_Put
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: /LookupTables/{lookupTableID}/values
method: get
operationId: LookupTableValues_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /LookupTables/{lookupTableID}/values
method: post
operationId: LookupTableValues_Post
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: /LookupTables/{lookupTableID}/values/{codeName}
method: get
operationId: LookupTableValues_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /LookupTables/{lookupTableID}/values/{codeName}
method: put
operationId: LookupTableValues_Put
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: /LookupTableValues
method: get
operationId: LookupTableValues_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /LookupTableValues
method: put
operationId: LookupTableValues_Put
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: /LookupTableValues/{lookupTableID}
method: get
operationId: LookupTableValues_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /LookupTableValues/{lookupTableID}
method: put
operationId: LookupTableValues_Put
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: /LookupTableValues/{lookupTableID}
method: post
operationId: LookupTableValues_Post
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: /Parts/{partPK}/documents
method: get
operationId: PartDocuments_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Parts/{partPK}/documents
method: post
operationId: PartDocuments_Post
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: /Parts/{partPK}/documents/{PK}
method: get
operationId: PartDocuments_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /PartDocuments
method: get
operationId: PartDocuments_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /PartDocuments/{partPK}
method: get
operationId: PartDocuments_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /PartDocuments/{partPK}
method: post
operationId: PartDocuments_Post
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: /Parts/{partPK}/locations
method: get
operationId: PartLocations_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Parts/{partPK}/locations
method: post
operationId: PartLocations_Post
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: /Parts/{partPK}/locations/{partLocationPK}
method: get
operationId: PartLocations_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Parts/{partPK}/locations/{partLocationPK}
method: put
operationId: PartLocations_Put
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: /PartLocations
method: get
operationId: PartLocations_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /PartLocations
method: put
operationId: PartLocations_Put
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: /PartLocations
method: post
operationId: PartLocations_Post
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: /PartLocations/{partLocationPK}
method: get
operationId: PartLocations_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /PartLocations/{partLocationPK}
method: put
operationId: PartLocations_Put
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: /Parts
method: get
operationId: Parts_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Parts
method: put
operationId: Parts_Put
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: /Parts
method: post
operationId: Parts_Post
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: /Parts/{partPK}
method: get
operationId: Parts_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Parts/{partPK}
method: put
operationId: Parts_Put
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: /Parts/{partPK}
method: post
operationId: Parts_Post
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: /Parts/{partPK}/transactions
method: get
operationId: PartTransactions_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Parts/{partPK}/transactions
method: post
operationId: PartTransactions_Post
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: /Parts/{partPK}/transactions/{partTransactionPK}
method: get
operationId: PartTransactions_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /PartTransactions
method: get
operationId: PartTransactions_Get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /PartTransactions
method: post
operationId: PartTransactions_Post
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escala
# --- truncated at 32 KB (76 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/accruent/refs/heads/main/agentic-access/accruent-agentic-access.yml
Work with this as data
Every access contract here is available over the APIs.io API and to AI agents over MCP. Agentic Access is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for agentic access
3 MCP tools reach this
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/search?q=accruent-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/accruent-agentic-access"
Discovery needs no key. Ratings and market analysis are Pro.