Physna · Agentic Access

Physna Agentic Access

x-agentic-access generated

Physna exposes 72 API operations that an AI agent could call, of which 35 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: 37 read and 35 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 Intelligence3DGeometric SearchManufacturingEngineeringMachine-LearningSearchComputer-VisionProduct Development
Operations: 72 Acting: 35 Human-in-the-loop: 0 Method: generated

By consequence

read 37 write 35

Source

Agentic Access

Raw ↑
generated: '2026-07-20'
method: generated
source: openapi/physna-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: 72
  by_action_class:
    connected: 37
    acting: 35
  by_consequence:
    read: 37
    write: 35
  human_in_the_loop_required: 0
operations:
- path: /users/me
  method: get
  operationId: GetMe
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /users/me/accept-eula
  method: patch
  operationId: AcceptLicenseAgreement
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /users
  method: get
  operationId: ListUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    token:
      max-ttl: 3600
    audit: none
- path: /users
  method: post
  operationId: CreateUser
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /users/{id}
  method: get
  operationId: GetUserById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    token:
      max-ttl: 3600
    audit: none
- path: /users/{id}
  method: delete
  operationId: DeleteUserById
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /users/{id}
  method: patch
  operationId: UpdateUserById
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /properties
  method: get
  operationId: GetProperties
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    token:
      max-ttl: 3600
    audit: none
- path: /properties
  method: post
  operationId: CreateProperty
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /properties
  method: delete
  operationId: DeleteProperty
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /properties/{id}
  method: get
  operationId: GetProperty
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    token:
      max-ttl: 3600
    audit: none
- path: /models
  method: get
  operationId: GetModels
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models
  method: delete
  operationId: DeleteModels
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /models
  method: post
  operationId: CreateModels
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /models/match-report
  method: get
  operationId: GetMatchReport
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/grouped-match-report
  method: get
  operationId: GetGroupedMatchReport
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/state-report
  method: get
  operationId: GetModelStateReport
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/reprocess
  method: post
  operationId: ReprocessModels
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /models/{id}/reprocess
  method: post
  operationId: ReprocessModel
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /models/{id}
  method: get
  operationId: GetModel
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/{id}
  method: delete
  operationId: DeleteModel
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /models/{id}/matches
  method: get
  operationId: GetModelMatches
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/{id}/part-to-part-matches
  method: get
  operationId: GetPartToPartMatches
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/{id}/part-matches
  method: get
  operationId: GetPartMatches
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/{id}/part-in-part-matches
  method: get
  operationId: GetPartInPartMatches
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/{id}/scan-matches
  method: get
  operationId: GetScanMatches
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/{id}/visual-matches
  method: get
  operationId: GetVisualMatches
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/{id}/geo-related-matches
  method: get
  operationId: GetGeoRelatedMatches
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/{id}/source-file
  method: get
  operationId: GetSourceFile
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/{id}/viewer-file
  method: get
  operationId: GetViewerFile
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/{id}/properties
  method: get
  operationId: ModelProperties
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/{id}/properties/{propertyId}
  method: put
  operationId: UpsertModelProperty
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /models/{id}/properties/{propertyId}
  method: delete
  operationId: DeleteModelProperty
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /models/{id}/metadata
  method: get
  operationId: GetMetadata
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /models/{id}/metadata/{metadataKeyId}
  method: put
  operationId: UpsertMetadata
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /models/{id}/metadata/{metadataKeyId}
  method: delete
  operationId: DeleteMetadata
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /models/{id}/assembly-tree
  method: get
  operationId: GetAssemblyTreeForModel
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /model-properties
  method: get
  operationId: ModelPropertiesList
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /metadata-keys
  method: get
  operationId: GetMetadataKeys
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    token:
      max-ttl: 3600
    audit: none
- path: /metadata-keys
  method: post
  operationId: CreateMetadataKey
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /metadata-keys
  method: delete
  operationId: DeleteMetadataKey
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /metadata-keys/{id}
  method: get
  operationId: GetMetadataKey
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    token:
      max-ttl: 3600
    audit: none
- path: /metadata
  method: get
  operationId: FindMetadata
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /images
  method: post
  operationId: GetSignedUploadUrlForImage
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /images/model-matches
  method: get
  operationId: GetImageMatches
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /folders
  method: get
  operationId: GetFolders
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /folders
  method: post
  operationId: PostFolder
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /folders
  method: delete
  operationId: DeleteFolders
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /folders/{id}
  method: get
  operationId: GetFolder
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /folders/{id}
  method: patch
  operationId: PatchFolder
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /folders/{id}
  method: delete
  operationId: DeleteFolder
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /folders/{id}/contents
  method: get
  operationId: GetFolderContents
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /collections
  method: post
  operationId: CreateCollection
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections
  method: delete
  operationId: BulkDeleteCollection
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections
  method: get
  operationId: GetCollectionsList
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /collections/create
  method: post
  operationId: BulkCreateCollection
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/collection/{name}
  method: get
  operationId: GetCollectionByName
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /collections/tags
  method: get
  operationId: GetCollectionTags
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /collections/{id}/add
  method: post
  operationId: AddToCollection
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/{id}/remove
  method: post
  operationId: RemoveFromCollection
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/{id}/content
  method: get
  operationId: GetCollectionContent
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /collections/{id}/reprocess
  method: post
  operationId: ReprocessCollection
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/{id}/name
  method: patch
  operationId: UpdateCollectionName
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/{id}/tag
  method: patch
  operationId: UpdateCollectionTag
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/{id}/matches
  method: get
  operationId: GetCollectionMatches
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /collections/{id}
  method: get
  operationId: GetCollections
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /collections/{id}
  method: delete
  operationId: DeleteCollections
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/{id}/metadata/{metadataKeyId}
  method: put
  operationId: UpsertCollectionMetadata
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /collections/{id}/metadata/{metadataKeyId}
  method: delete
  operationId: DeleteCollectionMetadata
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /client-credentials
  method: post
  operationId: CreateClientCredentials
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /client-credentials
  method: get
  operationId: GetClientCredentials
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    scope:
    - Administrators
    - Authors
    - Viewers
    token:
      max-ttl: 3600
    audit: none
- path: /client-credentials/{clientId}
  method: delete
  operationId: DeleteClientCredentials
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    scope:
    - Administrators
    - Authors
    - Viewers
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required

Work with this as data

Every access contract here is available over the APIs.io API and to AI agents over MCP. Agentic Access is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agentic access

3 MCP tools reach this
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
Search the catalog
curl "https://apis.io/api/v1/search?q=physna-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/physna-agentic-access"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.