SmartMind · Agentic Access

SmartMind Agentic Access

x-agentic-access generated

SmartMind exposes 34 API operations that an AI agent could call, of which 18 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: 16 read and 18 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.

CompanyArtificial IntelligenceMachine LearningDatabaseAnalyticsDataSQLOntologyRAGEnterprise AI
Operations: 34 Acting: 18 Human-in-the-loop: 0 Method: generated

By consequence

read 16 write 18

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/smartmind-thanosql-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: 34
  by_action_class:
    acting: 18
    connected: 16
  by_consequence:
    write: 18
    read: 16
  human_in_the_loop_required: 0
operations:
- path: /api/v1/query/
  method: post
  operationId: post_query_api_v1_query__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: /api/v1/query/log
  method: get
  operationId: get_query_logs_api_v1_query_log_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/query/template
  method: get
  operationId: get_templates_api_v1_query_template_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/query/template
  method: post
  operationId: create_template_api_v1_query_template_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: /api/v1/query/template/{template_name}
  method: get
  operationId: get_template_api_v1_query_template__template_name__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/query/template/{template_name}
  method: put
  operationId: update_template_api_v1_query_template__template_name__put
  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: /api/v1/query/template/{template_name}
  method: delete
  operationId: delete_template_api_v1_query_template__template_name__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: /api/v1/table/
  method: get
  operationId: get_tables_api_v1_table__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/table/{table_name}
  method: get
  operationId: get_table_api_v1_table__table_name__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/table/{table_name}
  method: put
  operationId: update_table_api_v1_table__table_name__put
  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: /api/v1/table/{table_name}
  method: post
  operationId: create_table_api_v1_table__table_name__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: /api/v1/table/{table_name}
  method: delete
  operationId: delete_table_api_v1_table__table_name__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: /api/v1/table/{table_name}/records
  method: get
  operationId: get_records_api_v1_table__table_name__records_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/table/{table_name}/records
  method: post
  operationId: insert_records_api_v1_table__table_name__records_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: /api/v1/table/{table_name}/records/csv
  method: get
  operationId: get_records_as_csv_api_v1_table__table_name__records_csv_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/table/{table_name}/upload/csv
  method: post
  operationId: upload_table_from_csv_api_v1_table__table_name__upload_csv_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: /api/v1/table/{table_name}/upload/excel
  method: post
  operationId: upload_table_from_excel_api_v1_table__table_name__upload_excel_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: /api/v1/table/{table_name}/upload/json
  method: post
  operationId: upload_table_from_json_api_v1_table__table_name__upload_json_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: /api/v1/table_template/
  method: get
  operationId: get_all_table_templates_api_v1_table_template__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/table_template/{table_template_name}
  method: get
  operationId: get_table_template_api_v1_table_template__table_template_name__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/table_template/{table_template_name}
  method: post
  operationId: create_table_template_api_v1_table_template__table_template_name__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: /api/v1/table_template/{table_template_name}
  method: delete
  operationId: delete_table_template_api_v1_table_template__table_template_name__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: /api/v1/view/
  method: get
  operationId: get_views_api_v1_view__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/view/{view_name}
  method: get
  operationId: get_view_api_v1_view__view_name__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/view/{view_name}
  method: delete
  operationId: delete_view_api_v1_view__view_name__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: /api/v1/schema/
  method: get
  operationId: get_schemas_api_v1_schema__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/schema/{schema}
  method: post
  operationId: create_schema_api_v1_schema__schema__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: /api/v1/healthz
  method: get
  operationId: get_db_health_api_v1_healthz_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/metric/memory/
  method: get
  operationId: get_memory_metrics_api_v1_metric_memory__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /fm/api/v1/contents/{path}
  method: get
  operationId: get_fm_api_v1_contents__path__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /fm/api/v1/contents/{path}
  method: delete
  operationId: delete_fm_api_v1_contents__path__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: /fm/api/v1/contents/{destination}
  method: post
  operationId: create_fm_api_v1_contents__destination__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: /fm/api/v1/contents/{source}
  method: patch
  operationId: move_fm_api_v1_contents__source__patch
  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: /fm/api/v1/size/
  method: get
  operationId: get_size_fm_api_v1_size__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none