SERTICA Agentic Access
SERTICA exposes 3340 API operations that an AI agent could call, of which 1656 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: 1684 read, 1463 write, 167 physical, and 26 safety-critical.
26 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 |
|---|---|---|---|
| POST | /Auth/resetPassword | safety-critical | required |
| POST | /Auth/resetPin | safety-critical | required |
| DELETE | /Auth/totp/disable | safety-critical | required |
| POST | /Components/{componentNo}/disable | safety-critical | required |
| POST | /Components/{componentNo}/resetcounter | safety-critical | required |
| POST | /ControlledCopies | safety-critical | required |
| POST | /ControlledCopies/search | safety-critical | required |
| POST | /ControlledCopies/searchCount | safety-critical | required |
| POST | /ControlledCopies/searchIndex/{controlledCopyGuid} | safety-critical | required |
| PUT | /ControlledCopies/{copyNo} | safety-critical | required |
| DELETE | /ControlledCopies/{copyNo} | safety-critical | required |
| POST | /ControlledCopies/{copyNo}/email | safety-critical | required |
| POST | /ControlledCopyRevisionDocuments | safety-critical | required |
| POST | /ControlledCopyRevisionDocuments/search | safety-critical | required |
| POST | /ControlledCopyRevisionDocuments/searchCount | safety-critical | required |
| POST | /ControlledCopyRevisionDocuments/searchIndex/{documentGuid} | safety-critical | required |
| DELETE | /ControlledCopyRevisionDocuments/{documentNo} | safety-critical | required |
| PUT | /ControlledCopyRevisionDocuments/{documentNo} | safety-critical | required |
| POST | /ControlledCopyRevisionDocuments/{documentNo}/checkin | safety-critical | required |
| PUT | /ControlledCopyRevisionDocuments/{documentNo}/checkout | safety-critical | required |
| POST | /ControlledCopyRevisionDocuments/{documentNo}/file | safety-critical | required |
| POST | /IosDataSync/ResetObjectIosDataSync | safety-critical | required |
| POST | /Jobs/{jobNo}/disable | safety-critical | required |
| POST | /Options/defaultreportLogo | safety-critical | required |
| DELETE | /UserRights/{userRightKey}/{userGroupNo} | safety-critical | required |
Source
Agentic Access
generated: '2026-08-27'
method: generated
source: openapi/sertica-web-api-openapi.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: 3340
by_action_class:
connected: 1684
acting: 1656
by_consequence:
read: 1684
write: 1463
physical: 167
safety-critical: 26
human_in_the_loop_required: 26
operations:
- path: /AccountingDimensions
method: get
operationId: GetAccountingDimensions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AccountingDimensions
method: post
operationId: CreateAccountingDimension
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: /AccountingDimensions/{dimensionNo}
method: get
operationId: GetAccountingDimension
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AccountingDimensions/{dimensionNo}
method: put
operationId: UpdateAccountingDimension
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: /AccountingDimensions/{dimensionNo}
method: delete
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: /AccountingDimensions/{dimensionNo}/history
method: get
operationId: GetAccountingDimensionHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AccountingDimensions/search
method: post
operationId: SearchAccountingDimensions
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: /AccountingDimensions/searchCount
method: post
operationId: SearchCountAccountingDimensions
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: /AccountingDimensions/searchIndex/{accountingDimensionGuid}
method: post
operationId: SearchIndexAccountingDimensions
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: /AccountingDimensions/searchInfo
method: get
operationId: SearchInfoAccountingDimensions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AccountingDimensions/{dimensionNo}/copy
method: get
operationId: CopyAccountingDimension
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AccountingDimensions/{dimensionNo}/values
method: get
operationId: GetAccountingDimensionValues
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AccountingDimensions/{dimensionNo}/derivedvalues
method: get
operationId: GetAccountingDimensionDerivedValues
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AccountingDimensions/{dimensionNo}/mandatoryvalues
method: get
operationId: GetAccountingDimensionMandatoryValues
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AccountingDimensions/{dimensionNo}/affectors
method: get
operationId: GetAccountingDimensionAccountingDimensionAffectors
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AccountingDimensionsCache/affectors
method: get
operationId: GetAccountingDimensionAffectors
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AccountingDimensionsCache/affectors/search
method: post
operationId: SearchAccountingDimensionAffectors
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: /AccountingDimensionsCache/affectors/searchInfo
method: get
operationId: SearchInfoAccountingDimensionAffectors
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AccountingDimensionsCache/affectors/searchCount
method: post
operationId: SearchCountAccountingDimensionAffectors
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: /AccountingDimensionsCache/affectors/{affectorGuid}/values
method: get
operationId: GetAffectorValues
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AccountingDimensionsCache/affectors/{affectorGuid}/values/search
method: post
operationId: SearchAffectorValues
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: /AccountingDimensionsCache/availableValues/{objectType}
method: post
operationId: GetAvailableValues
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: /Accounts
method: get
operationId: GetAccounts
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Accounts
method: post
operationId: CreateAccount
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: /Accounts/{accountNo}
method: get
operationId: GetAccount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Accounts/{accountNo}
method: put
operationId: UpdateAccount
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: /Accounts/{accountNo}
method: delete
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: /Accounts/{accountNo}/history
method: get
operationId: GetAccountHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Accounts/search
method: post
operationId: SearchAccounts
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: /Accounts/searchIndex/{accountGuid}
method: post
operationId: SearchIndexAccounts
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: /Accounts/searchCount
method: post
operationId: SearchCountAccounts
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: /Accounts/searchInfo
method: get
operationId: SearchInfoAccounts
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Accounts/{accountNo}/copy
method: get
operationId: CopyAccount
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ActivityGroups
method: get
operationId: GetActivityGroups
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ActivityGroups
method: post
operationId: CreateActivityGroup
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: /ActivityGroups/{activityGroupNo}
method: get
operationId: GetActivityGroup
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ActivityGroups/{activityGroupNo}
method: put
operationId: UpdateActivityGroup
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: /ActivityGroups/{activityGroupNo}
method: delete
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: /ActivityGroups/{activityGroupNo}/history
method: get
operationId: GetActivityGroupHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ActivityGroups/search
method: post
operationId: SearchActivityGroups
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: /ActivityGroups/searchIndex/{activityGroupGuid}
method: post
operationId: SearchIndexActivityGroups
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: /ActivityGroups/searchCount
method: post
operationId: SearchCountActivityGroups
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: /ActivityGroups/searchInfo
method: get
operationId: SearchInfoActivityGroups
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /ActivityGroups/{activityGroupNo}/copy
method: get
operationId: CopyActivityGroup
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AddressCategories
method: get
operationId: AddressCategories
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AddressCategories
method: post
operationId: CreateAddressCategory
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: /AddressCategories/{addressCategoryNo}
method: get
operationId: GetAddressCategory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AddressCategories/{addressCategoryNo}
method: put
operationId: UpdateAddressCategory
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: /AddressCategories/{addressCategoryNo}
method: delete
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: /AddressCategories/{addressCategoryNo}/history
method: get
operationId: GetAddressCategoryHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AddressCategories/search
method: post
operationId: SearchAddressCategories
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: /AddressCategories/searchIndex/{addressCategoryGuid}
method: post
operationId: SearchIndexAddressCategories
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: /AddressCategories/searchCount
method: post
operationId: SearchCountAddressCategories
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: /AddressCategories/searchInfo
method: get
operationId: SearchInfoAddressCategories
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AddressCategories/{addressCategoryNo}/copy
method: get
operationId: CopyAddressCategory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AddressClassifications
method: get
operationId: GetAddressClassifications
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AddressClassifications
method: post
operationId: CreateAddressClassification
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: /AddressClassifications/{classificationNo}
method: get
operationId: GetAddressClassification
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AddressClassifications/{classificationNo}
method: put
operationId: UpdateAddressClassification
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: /AddressClassifications/{classificationNo}
method: delete
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: /AddressClassifications/{classificationNo}/history
method: get
operationId: GetAddressClassificationHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AddressClassifications/search
method: post
operationId: SearchAddressClassifications
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: /AddressClassifications/searchIndex/{addressClassificationGuid}
method: post
operationId: SearchIndexAddressClassifications
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: /AddressClassifications/searchCount
method: post
operationId: SearchCountAddressClassifications
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: /AddressClassifications/searchInfo
method: get
operationId: SearchInfoAddressClassifications
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /AddressClassifications/{classificationNo}/copy
method: get
operationId: CopyAddressClassification
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses
method: get
operationId: GetAddresses
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses
method: post
operationId: CreateAddress
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: /Addresses/{addressNo}
method: get
operationId: GetAddress
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{addressNo}
method: put
operationId: UpdateAddress
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: /Addresses/{addressNo}
method: delete
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: /Addresses/{addressNo}/history
method: get
operationId: GetAddressHistory
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/search
method: post
operationId: SearchAddresses
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: /Addresses/searchCount
method: post
operationId: SearchCountAddresss
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: /Addresses/searchIndex/{addressGuid}
method: post
operationId: SearchIndexAddresses
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: /Addresses/searchInfo
method: get
operationId: SearchInfoAddresss
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{addressNo}/Contacts
method: get
operationId: GetAddressContacts
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{addressNo}/AddressEvaluations
method: get
operationId: GetAddressEvaluations
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/addressEvaluations/{groupId}
method: get
operationId: GetAddressEvaluationsByGroupId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/addressEvaluations
method: post
operationId: CreateAddressEvaluations
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: /Addresses/addressEvaluations
method: put
operationId: UpdateAddressEvaluations
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: /Addresses/searchAddressEvaluations
method: post
operationId: SearchAddressEvaluations
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: /Addresses/{addressNo}/Documents
method: get
operationId: GetAddressDocumentLinks
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{addressNo}/copy
method: get
operationId: CopyAddress
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{addressNo}/responses
method: get
operationId: GetAddressResponses
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{addressNo}/responses/count
method: get
operationId: CountAddressResponses
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{AddressNo}/addResponse
method: post
operationId: AddAddressResponse
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: /Addresses/{addressNo}/units
method: get
operationId: GetAddressUnits
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{addressNo}/itemtypes
method: get
operationId: GetAddressItemTypes
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{addressNo}/addressaddresscategories
method: get
operationId: GetAddressAddressCategories
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{addressNo}/deliverycosts
method: get
operationId: GetAddressDeliveryCosts
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{addressNo}/alternatepayers
method: get
operationId: GetAddressAlternatePayers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{addressNo}/punchouts
method: get
operationId: GetAddressPunchOuts
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Addresses/{addressNo}/contacts/{guid}/generateConnectPassword
method: post
operationId: GenerateAddressContactConnectPassword
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: /Addresses/{addressNo}/contacts/{guid}/unlockAccount
method: post
operationId: UnlockAddressContactAccount
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: /AiClient/ask-question
method: put
operationId: AIAskQuestion
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: /Analytics
method: get
operationId: GetAllMenuItems
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Analytics
method: post
operationId: CreateReport
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: /Analytics/{reportNo}
method: get
operationId: GetAnalyticsReport
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Analytics/{reportNo}
method: put
operationId: UpdateReport
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: /Analytics/{reportNo}
method: delete
operationId: DeleteReport
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: /Analytics/{reportNo}/copy
method: get
operationId: CopyReport
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Analytics/{reportNo}/outputFields
method: get
operationId: GetReportOutputFields
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Analytics/{reportNo}/filterFields
method: get
operationId: GetReportFilterFields
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Analytics/{reportNo}/excel
method: get
operationId: GetReportExcelByNo
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Analytics/excel
method: post
operationId: GetReportExcel
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: /Analytics/reportSetting/{settingsKey}/excel
method: get
operationId: GetReportExcelByUserSetting
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Analytics/{reportNo}/dataset
method: get
operationId: GetReportDatasetByNo
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Analytics/dataset
method: post
operationId: GetReportDataset
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: /Analytics/reportSetting/{settingsKey}/dataset
method: get
operationId: GetReportDatasetByUserSetting
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /Analytics/{templateFieldName}/distinctList/{filtered}
method: post
operationId: GetDistinctList
x-agentic-access:
action-class: acting
consequence: write
subject: required
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditio
# --- truncated at 32 KB (977 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/agentic-access/sertica-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=sertica-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/sertica-agentic-access"
Discovery needs no key. Ratings and market analysis are Pro.