PowerReviews · Agentic Access

PowerReviews Agentic Access

x-agentic-access generated

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

E-CommerceRatings and ReviewsUser Generated ContentRetailMarketingSyndicationQuestions and AnswersProduct Data
Operations: 12 Acting: 4 Human-in-the-loop: 0 Method: generated

By consequence

read 8 write 4

Source

Agentic Access

Raw ↑
generated: '2026-08-13'
method: generated
source: openapi/powerreviews-readservices-openapi.yml, openapi/powerreviews-writeservices-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: 12
  by_action_class:
    connected: 8
    acting: 4
  by_consequence:
    read: 8
    write: 4
  human_in_the_loop_required: 0
operations:
- path: /m/{merchantId}/l/{locale}/product/{pageIds}/snippet
  method: get
  operationId: getProductSnippetsUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /m/{merchantId}/l/{locale}/product/{pageId}/questions
  method: get
  operationId: getQuestionsUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /m/{merchantId}/l/{locale}/product/{pageId}/reviews
  method: get
  operationId: getProductReviewsUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /m/{merchantId}/reviews
  method: get
  operationId: getAllReviewsUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /m/{merchantId}/questions
  method: get
  operationId: getAllQuestionsUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /m/{merchantId}/l/{locale}/question/{questionId}/answers
  method: get
  operationId: getAnswersUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /m/{merchant_id}/l/{locale}/configuration
  method: get
  operationId: getConfigurationByMerchantUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/b2b/answer
  method: post
  operationId: submitAnswerUsingPOST
  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/b2b/merchant-response
  method: post
  operationId: submitMerchantResponseUsingPOST
  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/b2b/question
  method: post
  operationId: submitQuestionUsingPOST
  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/b2b/writereview/review_template
  method: get
  operationId: startReviewUsingGET
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /api/b2b/writereview/submit_review
  method: post
  operationId: submitReviewUsingPOST
  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