Resistant AI · Agentic Access

Resistant AI Agentic Access

x-agentic-access generated

Resistant AI exposes 19 API operations that an AI agent could call, of which 8 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: 11 read and 8 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.

CompanyAiFraud DetectionFinancial CrimeDocument VerificationDocument ForensicsAMLIdentity VerificationFintechMachine Learning
Operations: 19 Acting: 8 Human-in-the-loop: 0 Method: generated

By consequence

read 11 write 8

Source

Agentic Access

Raw ↑
generated: '2026-07-20'
method: generated
source: openapi/resistant-ai-documents-openapi.json, openapi/resistant-ai-tenant-management-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: 19
  by_action_class:
    acting: 8
    connected: 11
  by_consequence:
    write: 8
    read: 11
  human_in_the_loop_required: 0
operations:
- path: /v2/submission
  method: post
  operationId: createSubmission
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - submissions.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/submission/{submission_id}/characteristics
  method: put
  operationId: putSubmissionCharacteristics
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - submissions.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/submission/{submission_id}/fraud
  method: get
  operationId: getFraud
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - submissions.read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/submission/{submission_id}/content
  method: get
  operationId: getContent
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - submissions.read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/submission/{submission_id}/quality
  method: get
  operationId: getQuality
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - submissions.read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/submission/{submission_id}/decision
  method: get
  operationId: getDecision
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - submissions.read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/submission/{submission_id}/classification
  method: get
  operationId: getClassification
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - submissions.read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/submission/{submission_id}/report
  method: get
  operationId: getReport
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - submissions.read
    token:
      max-ttl: 3600
    audit: none
- path: /v2/submission/{submission_id}
  method: delete
  operationId: deleteSubmission
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - submissions.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/submission/{submission_id}/feedback
  method: put
  operationId: putFeedback
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - submissions.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /v2/submission/{submission_id}/feedback
  method: get
  operationId: getFeedback
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - submissions.read
    token:
      max-ttl: 3600
    audit: none
- path: /tenants
  method: post
  operationId: createTenant
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - tenants.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /tenants
  method: get
  operationId: getTenants
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - tenants.read
    token:
      max-ttl: 3600
    audit: none
- path: /tenants/{tenant_id}
  method: get
  operationId: getTenant
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - tenants.read
    token:
      max-ttl: 3600
    audit: none
- path: /tenants/{tenant_id}
  method: delete
  operationId: deleteTenant
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - tenants.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /tenants/{tenant_id}/applications
  method: get
  operationId: getTenantApplications
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - tenants.applications.read
    token:
      max-ttl: 3600
    audit: none
- path: /tenants/{tenant_id}/applications
  method: post
  operationId: createTenantApplication
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - tenants.applications.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /tenants/{tenant_id}/applications/{application_id}
  method: get
  operationId: getTenantApplication
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - tenants.applications.read
    token:
      max-ttl: 3600
    audit: none
- path: /tenants/{tenant_id}/applications/{application_id}
  method: delete
  operationId: deleteTenantApplication
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - tenants.applications.write
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required