Blubrry API · Agentic Access

Blubrry API Agentic Access

x-agentic-access generated

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

PodcastingAudioMediaPublishingStatistics
Operations: 27 Acting: 8 Human-in-the-loop: 0 Method: generated

By consequence

read 19 write 8

Source

Agentic Access

blubrry-api-restful-api-for-podcast-publishing-statistics-agentic-access.yml Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/blubrry-api-restful-api-for-podcast-publishing-statistics-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: 19
    acting: 8
  by_consequence:
    read: 19
    write: 8
  human_in_the_loop_required: 0
operations:
- path: /episode/{keyword}/
  method: get
  operationId: listEpisodes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /episode/{keyword}/{episode_id}/
  method: get
  operationId: getEpisode
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /episode/{keyword}/add
  method: post
  operationId: createEpisode
  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: /episode/{keyword}/update/{episode_id}/
  method: post
  operationId: updateEpisode
  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: /episode/{keyword}/update-image/{episode_id}/
  method: put
  operationId: updateEpisodeImage
  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: /episode/{keyword}/delete-image/{episode_id}/
  method: delete
  operationId: deleteEpisodeImage
  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: /media/index.{format}
  method: get
  operationId: listShows
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /media/{keyword}/index.{format}
  method: get
  operationId: listShowMedia
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /media/{keyword}/{filename}
  method: get
  operationId: getMedia
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /media/{keyword}/{filename}
  method: put
  operationId: uploadMedia
  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: /media/{keyword}/{filename}
  method: delete
  operationId: deleteMedia
  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: /media/{keyword}/migrate_add.json
  method: post
  operationId: migrateAddMedia
  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: /media/{keyword}/migrate_remove.json
  method: post
  operationId: migrateRemoveMedia
  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: /media/{keyword}/migrate_status.json
  method: get
  operationId: getMigrationStatus
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/index.{format}
  method: get
  operationId: listStatsShows
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/{keyword}/summary.{format}
  method: get
  operationId: getShowStatsSummary
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/{keyword}/show-episodes/
  method: get
  operationId: getShowEpisodeStats
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/{keyword}/
  method: get
  operationId: getShowMonthlyStats
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/{keyword}/countries/
  method: get
  operationId: getShowCountryStats
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/{keyword}/app-types/
  method: get
  operationId: getShowAppTypeStats
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/{keyword}/apps/
  method: get
  operationId: getShowAppStats
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/{keyword}/episodes/
  method: get
  operationId: listStatsEpisodes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/{keyword}/{episode_id}/countries/
  method: get
  operationId: getEpisodeCountryStats
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/{keyword}/{episode_id}/app-types/
  method: get
  operationId: getEpisodeAppTypeStats
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/{keyword}/{episode_id}/apps/
  method: get
  operationId: getEpisodeAppStats
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/{keyword}/widget/preview.json
  method: get
  operationId: getStatsWidgetPreview
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /stats/{keyword}/totals.json
  method: get
  operationId: getShowStatsTotals
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none