Kadence · Agentic Access

Kadence Agentic Access

x-agentic-access generated

Kadence exposes 27 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: 21 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.

CompanyWorkplaceHybrid WorkDesk BookingRoom BookingSpace ManagementVisitor ManagementWorkplace AnalyticsFacilitiesOAuth
Operations: 27 Acting: 6 Human-in-the-loop: 0 Method: generated

By consequence

read 21 write 6

Source

Agentic Access

Raw ↑
generated: '2026-07-19'
method: generated
source: openapi/kadence-public-api-openapi.yml
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: 27
  by_action_class:
    connected: 21
    acting: 6
  by_consequence:
    read: 21
    write: 6
  human_in_the_loop_required: 0
operations:
- path: /v1/public/bookable-days
  method: get
  operationId: api_v1publicbookable-days_get_collection
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/bookable-days/{id}
  method: get
  operationId: api_v1publicbookable-days_id_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/bookable-onsite-passes
  method: get
  operationId: api_v1publicbookable-onsite-passes_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/bookable-spaces
  method: get
  operationId: api_v1publicbookable-spaces_get_collection
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/bookings
  method: get
  operationId: api_v1publicbookings_get_collection
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/bookings
  method: post
  operationId: api_v1publicbookings_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: /v1/public/bookings/{id}
  method: get
  operationId: api_v1publicbookings_id_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/bookings/{id}/cancel
  method: post
  operationId: api_v1publicbookings_idcancel_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: /v1/public/bookings/{id}/check-in
  method: post
  operationId: api_v1publicbookings_idcheck-in_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: /v1/public/bookings/{id}/check-out
  method: post
  operationId: api_v1publicbookings_idcheck-out_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: /v1/public/users/{id}/bookings
  method: get
  operationId: api_v1publicusers_idbookings_get_collection
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/buildings
  method: get
  operationId: api_v1publicbuildings_get_collection
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/buildings/{id}
  method: get
  operationId: api_v1publicbuildings_id_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/floors
  method: get
  operationId: api_v1publicfloors_get_collection
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/floors/{id}
  method: get
  operationId: api_v1publicfloors_id_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/neighborhoods
  method: get
  operationId: api_v1publicneighborhoods_get_collection
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/neighborhoods/{id}
  method: get
  operationId: api_v1publicneighborhoods_id_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/spaces
  method: get
  operationId: api_v1publicspaces_get_collection
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/spaces/{id}
  method: get
  operationId: api_v1publicspaces_id_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/users
  method: get
  operationId: api_v1publicusers_get_collection
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/users/{id}
  method: get
  operationId: api_v1publicusers_id_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/users/{id}
  method: patch
  operationId: api_v1publicusers_id_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: /v1/public/users/{id}/photo
  method: post
  operationId: api_v1publicusers_idphoto_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: /v1/public/visits
  method: get
  operationId: api_v1publicvisits_get_collection
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/visits/{id}
  method: get
  operationId: api_v1publicvisits_id_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/visitors
  method: get
  operationId: api_v1publicvisitors_get_collection
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/public/visitors/{id}
  method: get
  operationId: api_v1publicvisitors_id_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none