Ninox · Agentic Access

Ninox Agentic Access

x-agentic-access generated

Ninox exposes 23 API operations that an AI agent could call, of which 15 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 15 safety-critical.

15 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.

CompanyLow-CodeDatabaseNo-CodeApplication DevelopmentWorkflow AutomationBusiness AppsProductivity
Operations: 23 Acting: 15 Human-in-the-loop: 15 Method: generated

By consequence

read 8 safety-critical 15

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.

MethodPathConsequenceHuman-in-loop
POST /api/v1/workspace/{workspaceId}/modules safety-critical required
DELETE /api/v1/workspace/{workspaceId}/modules/{moduleName} safety-critical required
PATCH /api/v1/workspace/{workspaceId}/modules/{moduleName} safety-critical required
POST /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables safety-critical required
DELETE /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName} safety-critical required
PATCH /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName} safety-critical required
POST /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/fields safety-critical required
POST /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/fields/batch safety-critical required
DELETE /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/fields/batch safety-critical required
DELETE /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/fields/{fieldName} safety-critical required
PATCH /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/fields/{fieldName} safety-critical required
POST /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/records safety-critical required
DELETE /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/records safety-critical required
PATCH /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/records safety-critical required
POST /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/records/import/csv safety-critical required

Source

Agentic Access

Raw ↑
generated: '2026-07-20'
method: generated
source: openapi/ninox-public-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: 23
  by_action_class:
    acting: 15
    connected: 8
  by_consequence:
    safety-critical: 15
    read: 8
  human_in_the_loop_required: 15
operations:
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/fields
  method: post
  operationId: FieldsV1Controller_createField
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/fields
  method: get
  operationId: FieldsV1Controller_getFields
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/fields/batch
  method: post
  operationId: FieldsV1Controller_createFieldsBatch
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/fields/batch
  method: delete
  operationId: FieldsV1Controller_deleteFieldsBatch
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/fields/{fieldName}
  method: delete
  operationId: FieldsV1Controller_deleteField
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/fields/{fieldName}
  method: get
  operationId: FieldsV1Controller_getField
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/fields/{fieldName}
  method: patch
  operationId: FieldsV1Controller_updateField
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules
  method: post
  operationId: ModulesV1Controller_createModule
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules
  method: get
  operationId: ModulesV1Controller_getModules
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}
  method: delete
  operationId: ModulesV1Controller_deleteModule
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}
  method: get
  operationId: ModulesV1Controller_getModule
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}
  method: patch
  operationId: ModulesV1Controller_updateModule
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/records
  method: post
  operationId: RowsV1Controller_addRows
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/records
  method: delete
  operationId: RowsV1Controller_deleteRows
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/records
  method: get
  operationId: RowsV1Controller_getRows
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/records
  method: patch
  operationId: RowsV1Controller_updateRows
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}/records/import/csv
  method: post
  operationId: RowsV1Controller_importCSV
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables
  method: post
  operationId: TablesV1Controller_createTable
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables
  method: get
  operationId: TablesV1Controller_getTables
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}
  method: delete
  operationId: TablesV1Controller_deleteTable
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}
  method: get
  operationId: TablesV1Controller_getTable
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/v1/workspace/{workspaceId}/modules/{moduleName}/tables/{tableName}
  method: patch
  operationId: TablesV1Controller_updateTable
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /api/v1/workspace/{workspaceId}
  method: get
  operationId: WorkspacesV1Controller_getWorkspace
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none