Mindlogic · Agentic Access

Mindlogic Agentic Access

x-agentic-access generated

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

CompanyAI/MLGenerative AIConversational AILLM GatewayChatbotsAPI GatewayKorea
Operations: 17 Acting: 9 Human-in-the-loop: 0 Method: generated

By consequence

read 8 write 9

Source

Agentic Access

Raw ↑
generated: '2026-07-20'
method: generated
source: openapi/mindlogic-api-gateway-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: 17
  by_action_class:
    connected: 8
    acting: 9
  by_consequence:
    read: 8
    write: 9
  human_in_the_loop_required: 0
operations:
- path: /models/
  method: get
  operationId: list_models_models__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /models/{model}/
  method: get
  operationId: get_model_models__model___get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /chat/completions/
  method: post
  operationId: chat_completions_chat_completions__post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /chatbots/{chatbot_id}/chat/completions/
  method: post
  operationId: GatewayChatbotChatCompletions
  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: /claude/v1/models/
  method: get
  operationId: AnthropicListModels
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /claude/v1/messages/
  method: post
  operationId: AnthropicMessages
  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: /claude/v1/messages/count_tokens/
  method: post
  operationId: AnthropicCountTokens
  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: /responses/
  method: post
  operationId: CreateResponse
  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: /responses/{response_id}/
  method: get
  operationId: GetResponse
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /responses/{response_id}/cancel/
  method: post
  operationId: CancelResponse
  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: /audio/speech/
  method: post
  operationId: text_to_speech_audio_speech__post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /images/generate/
  method: post
  operationId: generate_image_images_generate__post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /images/generate/{operation_id}/
  method: get
  operationId: poll_image_status_images_generate__operation_id___get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /video/generation/
  method: post
  operationId: create_video_video_generation__post
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /video/generation/{operation_id}/download/
  method: get
  operationId: download_video_file_video_generation__operation_id__download__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /video/generation/{operation_id}/
  method: get
  operationId: get_video_generation_status_video_generation__operation_id___get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /credits/
  method: get
  operationId: get_credit_balance_credits__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none