SpAItial · Agentic Access

SpAItial Agentic Access

x-agentic-access generated

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

CompanySpatial AIWorld Models3DGaussian SplattingGenerative AIDeveloper APIMCP
Operations: 18 Acting: 6 Human-in-the-loop: 0 Method: generated

By consequence

read 12 write 6

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/spaitial-developer-api-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: 18
  by_action_class:
    acting: 6
    connected: 12
  by_consequence:
    write: 6
    read: 12
  human_in_the_loop_required: 0
operations:
- path: /v1/worlds
  method: post
  operationId: V1Worlds_createJob
  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: /v1/worlds/requests
  method: get
  operationId: V1Worlds_listJobs
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/worlds/requests/{requestId}/status
  method: get
  operationId: V1Worlds_getJobStatus
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/worlds/requests/{requestId}
  method: get
  operationId: V1Worlds_getJobResult
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/worlds/requests/{requestId}
  method: patch
  operationId: V1Worlds_updateWorld
  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: /v1/worlds/requests/{requestId}/cancel
  method: post
  operationId: V1Worlds_cancelJob
  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: /v1/worlds/requests/{requestId}/exports/{type}
  method: post
  operationId: V1Worlds_createExport
  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: /v1/worlds/requests/{requestId}/exports/{type}
  method: get
  operationId: V1Worlds_getExport
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/worlds/requests/{requestId}/exports
  method: get
  operationId: V1Worlds_listExports
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/worlds/requests/{requestId}/splat
  method: get
  operationId: V1Worlds_getSplatDownload
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/worlds/requests/{requestId}/panorama
  method: get
  operationId: V1Worlds_getPanoramaDownload
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/files
  method: get
  operationId: V1Files_listFiles
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/files
  method: post
  operationId: V1Files_uploadFile
  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: /v1/models
  method: get
  operationId: V1Models_listModels
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/panoramas/edit
  method: post
  operationId: V1Panoramas_editPanorama
  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: /v1/panoramas
  method: get
  operationId: V1Panoramas_listPanoramas
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/panoramas/{panoramaId}
  method: get
  operationId: V1Panoramas_getPanorama
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/panoramas/{panoramaId}/download
  method: get
  operationId: V1Panoramas_downloadPanorama
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none