Megaphone · Agentic Access

Megaphone Agentic Access

x-agentic-access generated

Megaphone exposes 22 API operations that an AI agent could call, of which 7 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: 15 read and 7 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.

PodcastingPodcast HostingAdvertisingAd MonetizationDynamic Ad InsertionMediaSpotify
Operations: 22 Acting: 7 Human-in-the-loop: 0 Method: generated

By consequence

read 15 write 7

Source

Agentic Access

Raw ↑
generated: '2026-07-15'
method: generated
source: openapi/megaphone-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: 22
  by_action_class:
    connected: 15
    acting: 7
  by_consequence:
    read: 15
    write: 7
  human_in_the_loop_required: 0
operations:
- path: /networks/{network_id}
  method: get
  operationId: getNetwork
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /networks/{network_id}/podcasts
  method: get
  operationId: listPodcasts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /networks/{network_id}/podcasts
  method: post
  operationId: createPodcast
  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: /networks/{network_id}/podcasts/{podcast_id}
  method: get
  operationId: getPodcast
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /networks/{network_id}/podcasts/{podcast_id}
  method: put
  operationId: updatePodcast
  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: /networks/{network_id}/podcasts/{podcast_id}
  method: delete
  operationId: deletePodcast
  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: /networks/{network_id}/podcasts/{podcast_id}/episodes
  method: get
  operationId: listEpisodes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /networks/{network_id}/podcasts/{podcast_id}/episodes
  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: /networks/{network_id}/podcasts/{podcast_id}/episodes/{episode_id}
  method: get
  operationId: getEpisode
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /networks/{network_id}/podcasts/{podcast_id}/episodes/{episode_id}
  method: put
  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: /networks/{network_id}/podcasts/{podcast_id}/episodes/{episode_id}
  method: delete
  operationId: deleteEpisode
  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: /organizations/{organization_id}/campaigns
  method: get
  operationId: listCampaigns
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /organizations/{organization_id}/campaigns/{campaign_id}/orders
  method: get
  operationId: listCampaignOrders
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /orders/{order_id}/advertisements
  method: get
  operationId: listOrderAdvertisements
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/advertisers
  method: get
  operationId: listAdvertisersV2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/advertisers
  method: post
  operationId: createAdvertiserV2
  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: /v2/campaigns
  method: get
  operationId: listCampaignsV2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/orders
  method: get
  operationId: listOrdersV2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/assets
  method: get
  operationId: listAssetsV2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v2/targeting
  method: get
  operationId: getTargetingOptionsV2
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /metrics_export
  method: get
  operationId: exportMetrics
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /impressions_export
  method: get
  operationId: exportImpressions
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none