Brightseed · Agentic Access

Brightseed Agentic Access

x-agentic-access generated

Brightseed exposes 84 API operations that an AI agent could call, of which 51 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: 33 read and 51 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.

CompanyBioactivesArtificial IntelligenceLife SciencesNutritionIngredientsDrug DiscoveryAgrifoodContent APIWordPress
Operations: 84 Acting: 51 Human-in-the-loop: 0 Method: generated

By consequence

read 33 write 51

Source

Agentic Access

Raw ↑
generated: '2026-07-31'
method: generated
source: openapi/brightseed-categories-api-openapi.yml, openapi/brightseed-comments-api-openapi.yml,
  openapi/brightseed-media-api-openapi.yml, openapi/brightseed-pages-api-openapi.yml, openapi/brightseed-posts-api-openapi.yml,
  openapi/brightseed-search-api-openapi.yml, openapi/brightseed-statuses-api-openapi.yml, openapi/brightseed-tags-api-openapi.yml,
  openapi/brightseed-taxonomies-api-openapi.yml, openapi/brightseed-types-api-openapi.yml, openapi/brightseed-users-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: 84
  by_action_class:
    connected: 33
    acting: 51
  by_consequence:
    read: 33
    write: 51
  human_in_the_loop_required: 0
operations:
- path: /wp/v2/categories
  method: get
  operationId: listWpV2Categories
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/categories
  method: post
  operationId: createWpV2Categories
  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: /wp/v2/categories/{id}
  method: get
  operationId: getWpV2CategoriesById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/categories/{id}
  method: post
  operationId: createWpV2CategoriesById
  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: /wp/v2/categories/{id}
  method: put
  operationId: replaceWpV2CategoriesById
  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: /wp/v2/categories/{id}
  method: patch
  operationId: updateWpV2CategoriesById
  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: /wp/v2/categories/{id}
  method: delete
  operationId: deleteWpV2CategoriesById
  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: /wp/v2/comments
  method: get
  operationId: listWpV2Comments
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/comments
  method: post
  operationId: createWpV2Comments
  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: /wp/v2/comments/{id}
  method: get
  operationId: getWpV2CommentsById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/comments/{id}
  method: post
  operationId: createWpV2CommentsById
  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: /wp/v2/comments/{id}
  method: put
  operationId: replaceWpV2CommentsById
  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: /wp/v2/comments/{id}
  method: patch
  operationId: updateWpV2CommentsById
  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: /wp/v2/comments/{id}
  method: delete
  operationId: deleteWpV2CommentsById
  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: /wp/v2/media
  method: get
  operationId: listWpV2Media
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/media
  method: post
  operationId: createWpV2Media
  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: /wp/v2/media/{id}
  method: get
  operationId: getWpV2MediaById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/media/{id}
  method: post
  operationId: createWpV2MediaById
  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: /wp/v2/media/{id}
  method: put
  operationId: replaceWpV2MediaById
  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: /wp/v2/media/{id}
  method: patch
  operationId: updateWpV2MediaById
  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: /wp/v2/media/{id}
  method: delete
  operationId: deleteWpV2MediaById
  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: /wp/v2/media/{id}/edit
  method: post
  operationId: createWpV2MediaByIdEdit
  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: /wp/v2/media/{id}/post-process
  method: post
  operationId: createWpV2MediaByIdPostProcess
  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: /wp/v2/pages
  method: get
  operationId: listWpV2Pages
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/pages
  method: post
  operationId: createWpV2Pages
  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: /wp/v2/pages/{id}
  method: get
  operationId: getWpV2PagesById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/pages/{id}
  method: post
  operationId: createWpV2PagesById
  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: /wp/v2/pages/{id}
  method: put
  operationId: replaceWpV2PagesById
  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: /wp/v2/pages/{id}
  method: patch
  operationId: updateWpV2PagesById
  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: /wp/v2/pages/{id}
  method: delete
  operationId: deleteWpV2PagesById
  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: /wp/v2/pages/{id}/autosaves
  method: get
  operationId: getWpV2PagesByIdAutosaves
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/pages/{id}/autosaves
  method: post
  operationId: createWpV2PagesByIdAutosaves
  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: /wp/v2/pages/{parent}/autosaves/{id}
  method: get
  operationId: getWpV2PagesByParentAutosavesById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/pages/{parent}/revisions
  method: get
  operationId: getWpV2PagesByParentRevisions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/pages/{parent}/revisions/{id}
  method: get
  operationId: getWpV2PagesByParentRevisionsById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/pages/{parent}/revisions/{id}
  method: delete
  operationId: deleteWpV2PagesByParentRevisionsById
  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: /wp/v2/posts
  method: get
  operationId: listWpV2Posts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/posts
  method: post
  operationId: createWpV2Posts
  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: /wp/v2/posts/{id}
  method: get
  operationId: getWpV2PostsById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/posts/{id}
  method: post
  operationId: createWpV2PostsById
  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: /wp/v2/posts/{id}
  method: put
  operationId: replaceWpV2PostsById
  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: /wp/v2/posts/{id}
  method: patch
  operationId: updateWpV2PostsById
  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: /wp/v2/posts/{id}
  method: delete
  operationId: deleteWpV2PostsById
  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: /wp/v2/posts/{id}/autosaves
  method: get
  operationId: getWpV2PostsByIdAutosaves
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/posts/{id}/autosaves
  method: post
  operationId: createWpV2PostsByIdAutosaves
  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: /wp/v2/posts/{parent}/autosaves/{id}
  method: get
  operationId: getWpV2PostsByParentAutosavesById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/posts/{parent}/revisions
  method: get
  operationId: getWpV2PostsByParentRevisions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/posts/{parent}/revisions/{id}
  method: get
  operationId: getWpV2PostsByParentRevisionsById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/posts/{parent}/revisions/{id}
  method: delete
  operationId: deleteWpV2PostsByParentRevisionsById
  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: /wp/v2/search
  method: get
  operationId: listWpV2Search
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/statuses
  method: get
  operationId: listWpV2Statuses
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/statuses/{status}
  method: get
  operationId: getWpV2StatusesByStatus
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/tags
  method: get
  operationId: listWpV2Tags
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/tags
  method: post
  operationId: createWpV2Tags
  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: /wp/v2/tags/{id}
  method: get
  operationId: getWpV2TagsById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/tags/{id}
  method: post
  operationId: createWpV2TagsById
  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: /wp/v2/tags/{id}
  method: put
  operationId: replaceWpV2TagsById
  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: /wp/v2/tags/{id}
  method: patch
  operationId: updateWpV2TagsById
  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: /wp/v2/tags/{id}
  method: delete
  operationId: deleteWpV2TagsById
  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: /wp/v2/taxonomies
  method: get
  operationId: listWpV2Taxonomies
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/taxonomies/{taxonomy}
  method: get
  operationId: getWpV2TaxonomiesByTaxonomy
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/types
  method: get
  operationId: listWpV2Types
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/types/{type}
  method: get
  operationId: getWpV2TypesByType
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/users
  method: get
  operationId: listWpV2Users
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/users
  method: post
  operationId: createWpV2Users
  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: /wp/v2/users/me
  method: get
  operationId: listWpV2UsersMe
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/users/me
  method: post
  operationId: createWpV2UsersMe
  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: /wp/v2/users/me
  method: put
  operationId: replaceWpV2UsersMe
  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: /wp/v2/users/me
  method: patch
  operationId: updateWpV2UsersMe
  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: /wp/v2/users/me
  method: delete
  operationId: deleteWpV2UsersMe
  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: /wp/v2/users/{id}
  method: get
  operationId: getWpV2UsersById
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/users/{id}
  method: post
  operationId: createWpV2UsersById
  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: /wp/v2/users/{id}
  method: put
  operationId: replaceWpV2UsersById
  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: /wp/v2/users/{id}
  method: patch
  operationId: updateWpV2UsersById
  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: /wp/v2/users/{id}
  method: delete
  operationId: deleteWpV2UsersById
  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: /wp/v2/users/{user_id}/application-passwords
  method: get
  operationId: getWpV2UsersByUserIdApplicationPasswords
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/users/{user_id}/application-passwords
  method: post
  operationId: createWpV2UsersByUserIdApplicationPasswords
  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: /wp/v2/users/{user_id}/application-passwords
  method: delete
  operationId: deleteWpV2UsersByUserIdApplicationPasswords
  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: /wp/v2/users/{user_id}/application-passwords/introspect
  method: get
  operationId: getWpV2UsersByUserIdApplicationPasswordsIntrospect
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/users/{user_id}/application-passwords/{uuid}
  method: get
  operationId: getWpV2UsersByUserIdApplicationPasswordsByUuid
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /wp/v2/users/{user_id}/application-passwords/{uuid}
  method: post
  operationId: createWpV2UsersByUserIdApplicationPasswordsByUuid
  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: /wp/v2/users/{user_id}/application-passwords/{uuid}
  method: put
  operationId: replaceWpV2UsersByUserIdApplicationPasswordsByUuid
  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: /wp/v2/users/{user_id}/application-passwords/{uuid}
  method: patch
  operationId: updateWpV2UsersByUserIdApplicationPasswordsByUuid
  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: /wp/v2/users/{user_id}/application-passwords/{uuid}
  method: delete
  operationId: deleteWpV2UsersByUserIdApplicationPasswordsByUuid
  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