Sikoia · Agentic Access

Sikoia Agentic Access

x-agentic-access generated

Sikoia exposes 71 API operations that an AI agent could call, of which 31 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: 40 read and 31 write.

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.

CompanyFinancial ServicesIdentity VerificationKYCKYBOnboardingOpen BankingCreditAffordabilityFraud & AMLDocument VerificationRegTech
Operations: 71 Acting: 31 Human-in-the-loop: 0 Method: generated

By consequence

read 40 write 31

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/sikoia-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: 71
  by_action_class:
    acting: 31
    connected: 40
  by_consequence:
    write: 31
    read: 40
  human_in_the_loop_required: 0
operations:
- path: /token
  method: post
  operationId: POST_token
  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: /v2/users
  method: get
  operationId: GET_v2-users
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/webhooks
  method: post
  operationId: POST_v2-webhooks
  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: /v2/webhooks
  method: get
  operationId: GET_v2-webhooks
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/webhooks/{webhook_id}
  method: get
  operationId: GET_v2-webhooks-webhook_id
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/webhooks/{webhook_id}
  method: patch
  operationId: PATCH_v2-webhooks-webhook_id
  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: /v2/webhooks/{webhook_id}
  method: delete
  operationId: DELETE_v2-webhooks-webhook_id
  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: /v2/webhooks/event-types
  method: get
  operationId: GET_v2-webhooks-event-types
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/webhooks/{webhook_id}/requests
  method: get
  operationId: GET_v2-webhooks-webhook_id-requests
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/webhooks/secrets
  method: get
  operationId: GET_v2-webhooks-secrets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/webhooks/secrets
  method: post
  operationId: POST_v2-webhooks-secrets
  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: /v2/webhooks/secrets
  method: delete
  operationId: DELETE_v2-webhooks-secrets
  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: /v2/webhooks/secrets/rotate
  method: patch
  operationId: PATCH_v2-webhooks-secrets-rotate
  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: /v2/cases
  method: get
  operationId: GET_v2-cases
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/cases
  method: post
  operationId: POST_v2-cases
  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: /v2/cases/{case_id}
  method: get
  operationId: GET_v2-cases-case_id
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/cases/{case_id}
  method: patch
  operationId: PATCH_v2-cases-case_id
  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: /v2/cases/{case_id}
  method: delete
  operationId: DELETE_v2-cases-case_id
  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: /v2/cases/{case_id}/entities
  method: post
  operationId: POST_v2-cases-case_id-entities
  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: /v2/cases/{case_id}/entities
  method: patch
  operationId: PATCH_v2-cases-case_id-entities
  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: /v2/cases/{case_id}/entities/delete
  method: post
  operationId: POST_v2-cases-case_id-entities-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: /v2/company-registry-data
  method: post
  operationId: POST_v2-company-registry-data
  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: /v2/companies/{company_id}/registry-data
  method: get
  operationId: GET_v2-companies-company_id-registry-data
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/company-registry-data/{request_id}
  method: get
  operationId: GET_v2-company-registry-data-request_id
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/company-registry-data/picklist
  method: post
  operationId: POST_v2-company-registry-data-picklist
  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: /v2/company-registry-data/search
  method: post
  operationId: POST_v2-company-registry-data-search
  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: /v2/company-credit-reports
  method: post
  operationId: POST_v2-company-credit-reports
  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: /v2/companies/{company_id}/credit-reports
  method: get
  operationId: GET_v2-companies-company_id-credit-reports
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/company-credit-reports/{request_id}
  method: get
  operationId: GET_v2-company-credit-reports-request_id
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/company-credit-reports/picklist
  method: post
  operationId: POST_v2-company-credit-reports-picklist
  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: /v2/openbanking
  method: post
  operationId: POST_v2-openbanking
  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: /v2/openbanking/{bank_connection_id}
  method: get
  operationId: GET_v2-openbanking-bank_connection_id
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/openbanking/{bank_connection_id}
  method: delete
  operationId: DELETE_v2-openbanking-bank_connection_id
  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: /v2/{entity_type}/{entity_id}/openbanking
  method: get
  operationId: GET_v2-entity_type-entity_id-openbanking
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/bankaccounts/{account_connection_id}
  method: get
  operationId: GET_v2-bankaccounts-account_connection_id
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/{entity_type}/{entity_id}/bankaccounts
  method: get
  operationId: GET_v2-entity_type-entity_id-bankaccounts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/bankaccounts/{account_connection_id}/balances
  method: get
  operationId: GET_v2-bankaccounts-account_connection_id-balances
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/bankaccounts/{account_connection_id}/transactions
  method: get
  operationId: GET_v2-bankaccounts-account_connection_id-transactions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/bankaccounts/{account_connection_id}/refresh
  method: post
  operationId: POST_v2-bankaccounts-account_connection_id-refresh
  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: /v2/peps-sanctions
  method: post
  operationId: POST_v2-peps-sanctions
  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: /v2/{entity_type}/{entity_id}/peps-sanctions
  method: get
  operationId: GET_v2-entity_type-entity_id-peps-sanctions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/adverse-media
  method: post
  operationId: POST_v2-adverse-media
  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: /v2/{entity_type}/{entity_id}/adverse-media
  method: get
  operationId: GET_v2-entity_type-entity_id-adverse-media
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/documents
  method: post
  operationId: POST_v2-documents
  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: /v2/documents/{document_id}
  method: get
  operationId: GET_v2-documents-document_id
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/documents/{document_id}
  method: delete
  operationId: DELETE_v2-documents-document_id
  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: /v2/{entity_type}/{entity_id}/documents
  method: get
  operationId: GET_v2-entity_type-entity_id-documents
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/{entity_type}/{entity_id}/integrity-checks
  method: get
  operationId: GET_v2-entity_type-entity_id-integrity-checks
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/documents/{document_id}/integrity-checks
  method: get
  operationId: GET_v2-documents-document_id-integrity-checks
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/identity
  method: post
  operationId: POST_v2-identity
  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: /v2/persons/{person_id}/identity-verifications
  method: get
  operationId: GET_v2-persons-person_id-identity-verifications
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/identity/{request_id}
  method: get
  operationId: GET_v2-identity-request_id
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/company-online-data
  method: post
  operationId: POST_v2-company-online-data
  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: /v2/companies/{company_id}/online-data
  method: get
  operationId: GET_v2-companies-company_id-online-data
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/company-online-data/{request_id}
  method: get
  operationId: GET_v2-company-online-data-request_id
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/affordability-insights
  method: post
  operationId: POST_v2-affordability-insights
  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: /v2/{entity_type}/{entity_id}/affordability-insights
  method: get
  operationId: GET_v2-entity_type-entity_id-affordability-insights
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/affordability-insights/{request_id}
  method: get
  operationId: GET_v2-affordability-insights-request_id
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/affordability-insights/{request_id}/transactions
  method: get
  operationId: GET_v2-affordability-insights-request_id-transactions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/affordability-insights/{request_id}/transaction-details
  method: get
  operationId: GET_v2-affordability-insights-request_id-transaction-details
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/income-employer
  method: post
  operationId: POST_v2-income-employer
  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: /v2/{entity_type}/{entity_id}/income-employer
  method: get
  operationId: GET_v2-entity_type-entity_id-incomeemployer
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/income-employer/{request_id}
  method: get
  operationId: GET_v2-income-employer-request_id
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/income-employer/{request_id}/additional-details
  method: get
  operationId: GET_v2-income-employer-request_id-additional-details
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/{entity_type}/{entity_id}/insight-data-sources
  method: get
  operationId: GET_v2-entity_type-entity_id-insight-data-sources
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/validation-checks/validation-types
  method: get
  operationId: GET_v2-validation-checks-validation-types
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/validation-checks
  method: post
  operationId: POST_v2-validation-checks
  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: /v2/{entity_type}/{entity_id}/validation-checks
  method: get
  operationId: GET_v2-entity_type-entity_id-validation-checks
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/validation-checks/{validation_instance_id}
  method: get
  operationId: GET_v2-validation-checks-validation_instance_id
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/{entity_type}/{entity_id}/excel-report
  method: get
  operationId: GET_v2-entity_type-entity_id-excel-report
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/completeness-income-checks
  method: post
  operationId: POST_v2-completeness-income-checks
  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