Enviance Agentic Access
Enviance exposes 252 API operations that an AI agent could call, of which 171 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: 81 read, 169 write, and 2 safety-critical.
2 operations are classed safety-critical and should require human-in-the-loop approval at runtime.
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 |
|---|---|---|---|
| PATCH | /ver2/ComplianceService.svc/locations/overrides/{locationIdOrPath} | safety-critical | required |
| DELETE | /ver2/ComplianceService.svc/locations/overrides/{locationIdOrPath} | safety-critical | required |
Source
Agentic Access
generated: '2026-07-19'
method: generated
source: openapi/enviance-restapi-openapi-original.json
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: 252
by_action_class:
acting: 171
connected: 81
by_consequence:
write: 169
read: 81
safety-critical: 2
human_in_the_loop_required: 2
operations:
- path: /ver2/ActivityService.svc/activities
method: post
operationId: Enviance.RestServices.Ver2.MaterialActivity.Activities.Impl.ActivityService.CreateActivity
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: /ver2/ActivityService.svc/activities/{activityIdOrName}
method: get
operationId: Enviance.RestServices.Ver2.MaterialActivity.Activities.Impl.ActivityService.GetActivity
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/ActivityService.svc/activities/{activityIdOrName}
method: put
operationId: Enviance.RestServices.Ver2.MaterialActivity.Activities.Impl.ActivityService.UpdateActivity
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: /ver2/ActivityService.svc/activities/{activityIdOrName}
method: delete
operationId: Enviance.RestServices.Ver2.MaterialActivity.Activities.Impl.ActivityService.DeleteActivity
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: /ver2/AuthenticationService.svc/currentsession
method: get
operationId: Enviance.RestServices.Ver2.Security.Impl.AuthenticationService.GetCurrentSessionInfo
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/AuthenticationService.svc/currentsession
method: delete
operationId: Enviance.RestServices.Ver2.Security.Impl.AuthenticationService.EndCurrentSession
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: /ver2/AuthenticationService.svc/oauthtoken
method: post
operationId: Enviance.RestServices.Ver2.Security.Impl.AuthenticationService.AuthenticateByOAuthToken
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: /ver2/AuthenticationService.svc/sessions
method: post
operationId: Enviance.RestServices.Ver2.Security.Impl.AuthenticationService.Authenticate
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: /ver2/AuthenticationService.svc/sessions/cert
method: post
operationId: Enviance.RestServices.Ver2.Security.Impl.AuthenticationService.AuthenticateByCert
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: /ver2/AuthenticationService.svc/sessions/long
method: post
operationId: Enviance.RestServices.Ver2.Security.Impl.AuthenticationService.CreateLongLivingSession
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: /ver2/AuthenticationService.svc/sessions/qlik
method: post
operationId: Enviance.RestServices.Ver2.Security.Impl.AuthenticationService.CreateQlikJWTToken
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: /ver2/BatchRequestService.svc/batchRequest/execute
method: post
operationId: Enviance.RestServices.Ver2.BatchRequest.Impl.BatchRequestService.Execute
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: /ver2/BulkService.svc/batches
method: post
operationId: Enviance.RestServices.Ver2.Bulk.Impl.BulkService.BatchesQuery
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: /ver2/BulkService.svc/batchFileInfo/{id}
method: get
operationId: Enviance.RestServices.Ver2.Bulk.Impl.BulkService.BatchFileInfo
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/BulkService.svc/createBatch
method: post
operationId: Enviance.RestServices.Ver2.Bulk.Impl.BulkService.CreateBatch
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: /ver2/BulkService.svc/events
method: post
operationId: Enviance.RestServices.Ver2.Bulk.Impl.BulkService.EventsQuery
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: /ver2/BulkService.svc/fileInfo/{id}
method: get
operationId: Enviance.RestServices.Ver2.Bulk.Impl.BulkService.FileInfo
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/BulkService.svc/setCanceled
method: post
operationId: Enviance.RestServices.Ver2.Bulk.Impl.BulkService.SetCanceled
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: /ver2/BulkService.svc/setPaused
method: post
operationId: Enviance.RestServices.Ver2.Bulk.Impl.BulkService.SetPaused
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: /ver2/BulkService.svc/setResumed
method: post
operationId: Enviance.RestServices.Ver2.Bulk.Impl.BulkService.SetResumed
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: /ver2/BulkService.svc/statusInfo
method: get
operationId: Enviance.RestServices.Ver2.Bulk.Impl.BulkService.LoadStatusInfo
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/BulkService.svc/upload
method: post
operationId: Enviance.RestServices.Ver2.Bulk.Impl.BulkService.UploadFile
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: /ver2/ChemicalGroupService.svc/chemicalGroups
method: post
operationId: Enviance.RestServices.Ver2.MaterialActivity.Chemicals.Impl.ChemicalGroupService.CreateChemicalGroup
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: /ver2/ChemicalGroupService.svc/chemicalGroups/{chemicalGroupIdOrName}
method: get
operationId: Enviance.RestServices.Ver2.MaterialActivity.Chemicals.Impl.ChemicalGroupService.GetChemicalGroup
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/ChemicalGroupService.svc/chemicalGroups/{ChemicalGroupIdOrName}
method: patch
operationId: Enviance.RestServices.Ver2.MaterialActivity.Chemicals.Impl.ChemicalGroupService.UpdateChemicalGroup
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: /ver2/ChemicalGroupService.svc/chemicalGroups/{ChemicalGroupIdOrName}
method: delete
operationId: Enviance.RestServices.Ver2.MaterialActivity.Chemicals.Impl.ChemicalGroupService.DeleteChemicalGroup
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: /ver2/ChemicalListService.svc/chemicalLists
method: post
operationId: Enviance.RestServices.Ver2.MaterialActivity.Chemicals.Impl.ChemicalListService.CreateChemicalList
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: /ver2/ChemicalListService.svc/chemicalLists/{chemicalListIdOrName}
method: patch
operationId: Enviance.RestServices.Ver2.MaterialActivity.Chemicals.Impl.ChemicalListService.UpdateChemicalList
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: /ver2/ChemicalListService.svc/chemicalLists/{chemicalListIdOrName}
method: delete
operationId: Enviance.RestServices.Ver2.MaterialActivity.Chemicals.Impl.ChemicalListService.DeleteChemicalList
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: /ver2/ChemicalListService.svc/ChemicalLists/{chemicalListIdOrName}
method: get
operationId: Enviance.RestServices.Ver2.MaterialActivity.Chemicals.Impl.ChemicalListService.GetChemicalList
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/ChemicalService.svc/chemicals
method: post
operationId: Enviance.RestServices.Ver2.MaterialActivity.Chemicals.Impl.ChemicalService.CreateChemical
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: /ver2/ChemicalService.svc/chemicals/{chemicalIdOrAlias}
method: get
operationId: Enviance.RestServices.Ver2.MaterialActivity.Chemicals.Impl.ChemicalService.GetChemical
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/ChemicalService.svc/chemicals/{chemicalIdOrAlias}
method: patch
operationId: Enviance.RestServices.Ver2.MaterialActivity.Chemicals.Impl.ChemicalService.UpdateChemical
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: /ver2/ChemicalService.svc/chemicals/{chemicalIdOrAlias}
method: delete
operationId: Enviance.RestServices.Ver2.MaterialActivity.Chemicals.Impl.ChemicalService.DeleteChemical
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: /ver2/CommandService.svc/commands/{commandId}
method: get
operationId: Enviance.RestServices.Ver2.Async.Impl.CommandService.GetCommand
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/CommandService.svc/commands/{commandId}
method: delete
operationId: Enviance.RestServices.Ver2.Async.Impl.CommandService.DeleteCommand
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: /ver2/CompliancePermissionService.svc/locations/permissions/{locationId}
method: get
operationId: Enviance.RestServices.Ver2.ComplianceModel.Impl.CompliancePermissionService.GetLocationPermissions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/ComplianceService.svc/locations
method: post
operationId: Enviance.RestServices.Ver2.ComplianceModel.Impl.ComplianceService.CreateLocation
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: /ver2/ComplianceService.svc/locations/{locationIdOrPath}
method: get
operationId: Enviance.RestServices.Ver2.ComplianceModel.Impl.ComplianceService.GetLocation
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/ComplianceService.svc/locations/{locationIdOrPath}
method: patch
operationId: Enviance.RestServices.Ver2.ComplianceModel.Impl.ComplianceService.UpdateLocation
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: /ver2/ComplianceService.svc/locations/{locationIdOrPath}
method: delete
operationId: Enviance.RestServices.Ver2.ComplianceModel.Impl.ComplianceService.DeleteLocation
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: /ver2/ComplianceService.svc/locations/overrides/{locationIdOrPath}
method: get
operationId: Enviance.RestServices.Ver2.ComplianceModel.Impl.ComplianceService.GetOverrides
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/ComplianceService.svc/locations/overrides/{locationIdOrPath}
method: patch
operationId: Enviance.RestServices.Ver2.ComplianceModel.Impl.ComplianceService.UpdateOverrides
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /ver2/ComplianceService.svc/locations/overrides/{locationIdOrPath}
method: delete
operationId: Enviance.RestServices.Ver2.ComplianceModel.Impl.ComplianceService.DeleteOverrides
x-agentic-access:
action-class: acting
consequence: safety-critical
subject: required
audience: null
token:
max-ttl: 120
exchange: true
purpose-required: true
proof-of-possession: true
escalation:
human-in-the-loop: required
audit: required
- path: /ver2/CostomFieldService.svc/customFields
method: post
operationId: Enviance.RestServices.Ver2.CustomFields.Impl.CustomFieldService.CreateCustomField
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: /ver2/CostomFieldService.svc/customFields/{customFieldIdOrName}
method: get
operationId: Enviance.RestServices.Ver2.CustomFields.Impl.CustomFieldService.GetCustomField
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/CostomFieldService.svc/customFields/{customFieldIdOrName}
method: patch
operationId: Enviance.RestServices.Ver2.CustomFields.Impl.CustomFieldService.PartialUpdateCustomField
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: /ver2/CostomFieldService.svc/customFields/{customFieldIdOrName}
method: delete
operationId: Enviance.RestServices.Ver2.CustomFields.Impl.CustomFieldService.DeleteCustomField
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: /ver2/CostomFieldService.svc/customFields/bulk
method: post
operationId: Enviance.RestServices.Ver2.CustomFields.Impl.CustomFieldService.GetCustomFieldList
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: /ver2/CostomFieldService.svc/customFields/bulk
method: patch
operationId: Enviance.RestServices.Ver2.CustomFields.Impl.CustomFieldService.UpdateCustomFieldBulkPartial
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: /ver2/DataService.svc/calculations/calculationperiods
method: post
operationId: Enviance.RestServices.Ver2.Data.Impl.DataService.GetCalculationPeriods
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: /ver2/DataService.svc/calculations/calculationranges
method: post
operationId: Enviance.RestServices.Ver2.Data.Impl.DataService.GetCalculationRanges
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: /ver2/DataService.svc/calculations/getbydaterange
method: get
operationId: Enviance.RestServices.Ver2.Data.Impl.DataService.GetCalculationByDateRange
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/DataService.svc/nonnumericdata/deletedatacommands
method: post
operationId: Enviance.RestServices.Ver2.Data.Impl.DataService.DeleteNonNumericData
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: /ver2/DataService.svc/nonnumericdata/enterdatacommands
method: post
operationId: Enviance.RestServices.Ver2.Data.Impl.DataService.EnterNonNumericData
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: /ver2/DataService.svc/numericdata/deletedatacommands
method: post
operationId: Enviance.RestServices.Ver2.Data.Impl.DataService.DeleteNumericData
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: /ver2/DataService.svc/numericdata/enterdatacommands
method: post
operationId: Enviance.RestServices.Ver2.Data.Impl.DataService.EnterNumericData
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: /ver2/DataService.svc/numericdata/exceldata
method: post
operationId: Enviance.RestServices.Ver2.Data.Impl.DataService.DownloadExcelData
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: /ver2/DataService.svc/numericdata/uploadexcel2commands
method: post
operationId: Enviance.RestServices.Ver2.Data.Impl.DataService.UploadExcel2Data
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: /ver2/DataService.svc/numericdata/uploadexcelcommands
method: post
operationId: Enviance.RestServices.Ver2.Data.Impl.DataService.UploadExcelData
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: /ver2/DocumentService.svc/documents
method: post
operationId: Enviance.RestServices.Ver2.Documents.Impl.DocumentService.CreateDocument
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: /ver2/DocumentService.svc/documents/{documentIdOrPath}
method: get
operationId: Enviance.RestServices.Ver2.Documents.Impl.DocumentService.GetDocumentInfo
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/DocumentService.svc/documents/{documentIdOrPath}
method: patch
operationId: Enviance.RestServices.Ver2.Documents.Impl.DocumentService.UpdateDocument
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: /ver2/DocumentService.svc/documents/{documentIdOrPath}
method: delete
operationId: Enviance.RestServices.Ver2.Documents.Impl.DocumentService.DeleteDocument
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: /ver2/DocumentService.svc/documents/zip
method: post
operationId: Enviance.RestServices.Ver2.Documents.Impl.DocumentService.GetDocumentsBulk
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: /ver2/DocumentService.svc/folders
method: post
operationId: Enviance.RestServices.Ver2.Documents.Impl.DocumentService.CreateDocumentFolder
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: /ver2/DocumentService.svc/folders/{documentFolderIdOrPath}
method: get
operationId: Enviance.RestServices.Ver2.Documents.Impl.DocumentService.GetDocumentFolder
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/DocumentService.svc/folders/{documentFolderIdOrPath}
method: patch
operationId: Enviance.RestServices.Ver2.Documents.Impl.DocumentService.UpdateDocumentFolder
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: /ver2/DocumentService.svc/folders/{documentFolderIdOrPath}
method: delete
operationId: Enviance.RestServices.Ver2.Documents.Impl.DocumentService.DeleteDocumentFolder
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: /ver2/DomainWhitelistService.svc/domainWhitelist
method: get
operationId: Enviance.RestServices.Ver2.DomainWhitelist.Impl.DomainWhitelistService.GetDomainWhitelist
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/EqlService.svc/dataview
method: post
operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.CreateDataView
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: /ver2/EqlService.svc/dataview/{idOrName}
method: patch
operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.UpdateDataView
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: /ver2/EqlService.svc/dataview/{idOrName}
method: get
operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.GetDataView
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/EqlService.svc/dataview/{idOrName}
method: delete
operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.DeleteDataView
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: /ver2/EqlService.svc/dataview/{idOrName}/publishconfigs
method: get
operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.GetDataViewPublishConfigs
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/EqlService.svc/dataview/{idOrName}/publishconfigs
method: patch
operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.UpdateDataViewPublishConfigs
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: /ver2/EqlService.svc/dataview/publishconnections
method: get
operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.GetDataPublishConnections
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/EqlService.svc/executeAsync
method: post
operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.ExecuteAsync
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: /ver2/EqlService.svc/query
method: post
operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.Execute
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: /ver2/EqlService.svc/query
method: get
operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.ExecuteAsGet
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/EqlService.svc/query/
method: get
operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.ExecuteAsGetWithPathSegment
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ver2/EventService.svc/eventlogs/{eventLogIdOrTag}/events
method: post
operationId: Enviance.RestServices.Ver2.Events.Impl.EventService.CreateEvent
x-agentic-access:
action-class: acting
c
# --- truncated at 32 KB (98 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/enviance/refs/heads/main/agentic-access/enviance-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=enviance-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/enviance-agentic-access"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.