Swisscom · Agentic Access

Swisscom Agentic Access

x-agentic-access generated

Swisscom exposes 12 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: 6 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.

TelecommunicationsSwitzerlandMobile Network OperatorBroadbandNetwork APIsOpen GatewayMessagingSMSVoiceIdentity VerificationMobility DataDigital SignatureseSIMArtificial Intelligence
Operations: 12 Acting: 6 Human-in-the-loop: 0 Method: generated

By consequence

read 6 write 6

Source

Agentic Access

Raw ↑
generated: '2026-07-25'
method: generated
source: openapi/swisscom-all-in-signing-service-openapi.yml, openapi/swisscom-sign-integration-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: 12
  by_action_class:
    acting: 6
    connected: 6
  by_consequence:
    write: 6
    read: 6
  human_in_the_loop_required: 0
operations:
- path: /signatures/signDoc
  method: post
  operationId: signDoc
  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/process
  method: get
  operationId: findAll
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - sswp:process:read:all
    token:
      max-ttl: 3600
    audit: none
- path: /api/process
  method: post
  operationId: create
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - sswp:process:create
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/process/{processId}/setup
  method: post
  operationId: setup
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - sswp:process:create
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/process/{processId}/release
  method: post
  operationId: release
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - sswp:process:create
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/process/{processId}/open/{personId}
  method: post
  operationId: open
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - sswp:process:read
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/process/{processId}/attach
  method: post
  operationId: attach
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - sswp:process:create
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /api/process/{processId}
  method: get
  operationId: getProcess
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - sswp:process:read
    token:
      max-ttl: 3600
    audit: none
- path: /api/process/{processId}/status
  method: get
  operationId: getStatus
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - sswp:process:read
    token:
      max-ttl: 3600
    audit: none
- path: /api/process/{processId}/record
  method: get
  operationId: getRecords
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - sswp:process:read
    token:
      max-ttl: 3600
    audit: none
- path: /api/process/{processId}/file/{fileId}
  method: get
  operationId: getFile
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - sswp:process:read
    token:
      max-ttl: 3600
    audit: none
- path: /api/process/{processId}/file/{fileId}/content
  method: get
  operationId: getFileContent
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - sswp:process:read
    token:
      max-ttl: 3600
    audit: none