MOLOCO · Agentic Access

MOLOCO Agentic Access

x-agentic-access generated

MOLOCO exposes 203 API operations that an AI agent could call, of which 131 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: 72 read, 123 write, 6 physical, and 2 safety-critical.

2 operations are classed safety-critical and should require human-in-the-loop approval at runtime.

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.

AdvertisingAdTechDemand-Side PlatformRetail MediaCommerce MediaProgrammatic AdvertisingCampaign ManagementAd ServingMachine-LearningMobile MarketingReportinguser-events
Operations: 203 Acting: 131 Human-in-the-loop: 2 Method: generated

By consequence

read 72 write 123 physical 6 safety-critical 2

Highest-consequence actions

The physical and safety-critical operations an agent could invoke — the ones that most warrant scoped tokens, tight TTLs, and escalation. Full per-operation contracts are in the source below.

MethodPathConsequenceHuman-in-loop
POST /cm/v1/auth/roles/revoke safety-critical required
POST /cm/v1/auth/users/reset-password safety-critical required
POST /cm/v1/auth/users/withdrawal physical conditional
PUT /rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/credits/{credit_id}/withdraw/{request_id} physical conditional
POST /rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/orders-with-line-items physical conditional
POST /rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/orders/{order_id}/line-items/{line_item_id}/custom-daily-report physical conditional
POST /rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/orders/{order_id}/line-items/{line_item_id}/daily-report physical conditional
PUT /rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/wallets/{wallet_id}/withdraw/{request_id} physical conditional

Source

Agentic Access

Raw ↑
generated: '2026-07-31'
method: generated
source: openapi/moloco-ads-campaign-management-openapi.yml, openapi/moloco-cloud-auth-openapi.yml,
  openapi/moloco-commerce-media-decision-openapi.yml, openapi/moloco-commerce-media-event-openapi.yml,
  openapi/moloco-commerce-media-management-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: 203
  by_action_class:
    connected: 72
    acting: 131
  by_consequence:
    read: 72
    write: 123
    safety-critical: 2
    physical: 6
  human_in_the_loop_required: 2
operations:
- path: /cm/v1/ad-accounts
  method: get
  operationId: DspApi_ListAdAccounts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/ad-accounts
  method: post
  operationId: DspApi_CreateAdAccount
  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: /cm/v1/ad-accounts/{ad_account_id}
  method: get
  operationId: DspApi_ReadAdAccount
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/ad-accounts/{ad_account_id}
  method: delete
  operationId: DspApi_DeleteAdAccount
  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: /cm/v1/ad-accounts/{ad_account_id}
  method: put
  operationId: DspApi_UpdateAdAccount
  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: /cm/v1/ad-groups
  method: get
  operationId: DspApi_ListAdGroups
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/ad-groups
  method: post
  operationId: DspApi_CreateAdGroup
  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: /cm/v1/ad-groups/{ad_group_id}
  method: get
  operationId: DspApi_ReadAdGroup
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/ad-groups/{ad_group_id}
  method: delete
  operationId: DspApi_DeleteAdGroup
  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: /cm/v1/ad-groups/{ad_group_id}
  method: put
  operationId: DspApi_UpdateAdGroup
  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: /cm/v1/analytics-detail
  method: post
  operationId: DspApi_QueryAnalyticsDetail
  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: /cm/v1/analytics-overview
  method: post
  operationId: DspApi_QueryAnalyticsOverview
  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: /cm/v1/analytics-skadnetwork
  method: post
  operationId: DspApi_QueryAnalyticsSKAdNetwork
  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: /cm/v1/audience-targets
  method: get
  operationId: DspApi_ListAudienceTargets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/audience-targets
  method: post
  operationId: DspApi_CreateAudienceTarget
  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: /cm/v1/audience-targets/{audience_target_id}
  method: get
  operationId: DspApi_ReadAudienceTarget
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/audience-targets/{audience_target_id}
  method: delete
  operationId: DspApi_DeleteAudienceTarget
  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: /cm/v1/audience-targets/{audience_target_id}
  method: put
  operationId: DspApi_UpdateAudienceTarget
  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: /cm/v1/auth/ad-account/{ad_account_id}/users
  method: get
  operationId: DspApi_ListAdAccountUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/auth/password
  method: post
  operationId: DspApi_UpdatePassword
  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: /cm/v1/auth/roles/grant
  method: post
  operationId: DspApi_GrantRole
  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: /cm/v1/auth/roles/revoke
  method: post
  operationId: DspApi_RevokeRole
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /cm/v1/auth/tokens
  method: post
  operationId: DspApi_CreateToken
  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: /cm/v1/auth/users
  method: get
  operationId: DspApi_ListWorkplaceUsers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/auth/users/complete-signup
  method: post
  operationId: DspApi_CompleteSignup
  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: /cm/v1/auth/users/expel
  method: post
  operationId: DspApi_ExpelUser
  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: /cm/v1/auth/users/forgot-password
  method: post
  operationId: DspApi_ForgotPassword
  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: /cm/v1/auth/users/invite
  method: post
  operationId: DspApi_InviteUser
  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: /cm/v1/auth/users/reset-password
  method: post
  operationId: DspApi_ResetPassword
  x-agentic-access:
    action-class: acting
    consequence: safety-critical
    subject: required
    audience: null
    token:
      max-ttl: 120
      exchange: true
      purpose-required: true
      proof-of-possession: true
    escalation:
      human-in-the-loop: required
    audit: required
- path: /cm/v1/auth/users/withdrawal
  method: post
  operationId: DspApi_DeleteUser
  x-agentic-access:
    action-class: acting
    consequence: physical
    subject: required
    audience: null
    token:
      max-ttl: 300
      exchange: true
      purpose-required: true
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /cm/v1/auth/users/{user_id}
  method: get
  operationId: DspApi_ReadUser
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/auth/users/{user_id}
  method: put
  operationId: DspApi_UpdateUser
  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: /cm/v1/auth/workplaces
  method: get
  operationId: DspApi_ListWorkplaces
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/auth/workplaces-by-domain
  method: get
  operationId: DspApi_ListWorkplacesByDomain
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/auth/workplaces/{workplace_id}
  method: get
  operationId: DspApi_ReadWorkplace
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/campaign-overviews
  method: get
  operationId: DspApi_QueryCampaignOverviews
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/campaigns
  method: get
  operationId: DspApi_ListCampaigns
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/campaigns
  method: post
  operationId: DspApi_CreateCampaign
  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: /cm/v1/campaigns/{campaign_id}
  method: get
  operationId: DspApi_ReadCampaign
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/campaigns/{campaign_id}
  method: delete
  operationId: DspApi_DeleteCampaign
  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: /cm/v1/campaigns/{campaign_id}
  method: put
  operationId: DspApi_UpdateCampaign
  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: /cm/v1/cohort-summary
  method: get
  operationId: DspApi_ReadCohortSummary
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/creative-assets
  method: post
  operationId: DspApi_CreateAssetUploadSession
  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: /cm/v1/creative-groups
  method: get
  operationId: DspApi_ListCreativeGroups
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/creative-groups
  method: delete
  operationId: DspApi_DeleteCreativeGroupsBulk
  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: /cm/v1/creative-groups
  method: post
  operationId: DspApi_CreateCreativeGroup
  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: /cm/v1/creative-groups/sync-clones
  method: post
  operationId: DspApi_CopyCreativeGroupsSync
  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: /cm/v1/creative-groups/{creative_group_id}
  method: get
  operationId: DspApi_ReadCreativeGroup
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/creative-groups/{creative_group_id}
  method: delete
  operationId: DspApi_DeleteCreativeGroup
  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: /cm/v1/creative-groups/{creative_group_id}
  method: put
  operationId: DspApi_UpdateCreativeGroup
  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: /cm/v1/creative-reviews
  method: get
  operationId: DspApi_ListCreativeReviews
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/creatives
  method: get
  operationId: DspApi_ListCreatives
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/creatives
  method: delete
  operationId: DspApi_DeleteCreativesBulk
  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: /cm/v1/creatives
  method: post
  operationId: DspApi_CreateCreative
  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: /cm/v1/creatives/sync-clones
  method: post
  operationId: DspApi_CopyCreativesSync
  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: /cm/v1/creatives/{creative_id}
  method: get
  operationId: DspApi_ReadCreative
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/creatives/{creative_id}
  method: delete
  operationId: DspApi_DeleteCreative
  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: /cm/v1/creatives/{creative_id}
  method: put
  operationId: DspApi_UpdateCreative
  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: /cm/v1/customer-sets
  method: get
  operationId: DspApi_ListCustomerSets
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/customer-sets
  method: post
  operationId: DspApi_CreateCustomerSet
  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: /cm/v1/customer-sets/{customer_set_id}
  method: get
  operationId: DspApi_ReadCustomerSet
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/customer-sets/{customer_set_id}
  method: delete
  operationId: DspApi_DeleteCustomerSet
  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: /cm/v1/customer-sets/{customer_set_id}
  method: put
  operationId: DspApi_UpdateCustomerSet
  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: /cm/v1/entity-counts
  method: get
  operationId: DspApi_ReadEntityCount
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/logs
  method: get
  operationId: DspApi_ListLogs
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/logs
  method: post
  operationId: DspApi_CreateLog
  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: /cm/v1/logs/{log_id}
  method: get
  operationId: DspApi_ReadLog
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/logs/{log_id}
  method: delete
  operationId: DspApi_DeleteLog
  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: /cm/v1/logs/{log_id}/status
  method: get
  operationId: DspApi_ReadLogStatus
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/products
  method: get
  operationId: DspApi_ListProducts
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/products
  method: post
  operationId: DspApi_CreateProduct
  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: /cm/v1/products/{product_id}
  method: get
  operationId: DspApi_ReadProduct
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/products/{product_id}
  method: delete
  operationId: DspApi_DeleteProduct
  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: /cm/v1/products/{product_id}
  method: put
  operationId: DspApi_UpdateProduct
  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: /cm/v1/products/{product_id}/app-event-summary
  method: get
  operationId: DspApi_ReadProductAppEventSummary
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/products/{product_id}/mmp-skan-conversion-config
  method: get
  operationId: DspApi_ReadProductSKANConversionConfigFromMmp
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/products/{product_id}/skan-conversion-config
  method: get
  operationId: DspApi_ReadProductSKANConversionConfig
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/products/{product_id}/skan-conversion-config
  method: put
  operationId: DspApi_UpdateProductSKANConversionConfig
  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: /cm/v1/report-action-events
  method: get
  operationId: DspApi_ListReportActionEvents
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/report-exports
  method: get
  operationId: DspApi_ListReportExports
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/report-exports
  method: post
  operationId: DspApi_CreateReportExport
  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: /cm/v1/report-exports/{report_export_id}
  method: get
  operationId: DspApi_ReadReportExport
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/report-exports/{report_export_id}
  method: delete
  operationId: DspApi_DeleteReportExport
  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: /cm/v1/report-filters
  method: get
  operationId: DspApi_ListReportFilters
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/reports
  method: get
  operationId: DspApi_ListReports
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/reports
  method: post
  operationId: DspApi_CreateReport
  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: /cm/v1/reports/{report_id}
  method: get
  operationId: DspApi_ReadReport
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/reports/{report_id}
  method: delete
  operationId: DspApi_DeleteReport
  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: /cm/v1/reports/{report_id}/status
  method: get
  operationId: DspApi_ReadReportStatus
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/tracking-links
  method: get
  operationId: DspApi_ListTrackingLinks
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/tracking-links
  method: post
  operationId: DspApi_CreateTrackingLink
  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: /cm/v1/tracking-links/validate
  method: post
  operationId: DspApi_ValidateTrackingLink
  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: /cm/v1/tracking-links/{tracking_link_id}
  method: get
  operationId: DspApi_ReadTrackingLink
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /cm/v1/tracking-links/{tracking_link_id}
  method: delete
  operationId: DspApi_DeleteTrackingLink
  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: /cm/v1/tracking-links/{tracking_link_id}
  method: put
  operationId: DspApi_UpdateTrackingLink
  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: /cm/v1/workplace-summary
  method: get
  operationId: DspApi_ReadWorkplaceSummary
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /ready
  method: get
  operationId: v1_health_check
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/ad-accounts/{ad_account_id}/users
  method: get
  operationId: v1_list_ad_account_registrations
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/ad-accounts/{ad_account_id}/users
  method: post
  operationId: v1_create_ad_account_registration
  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: /v1/ad-accounts/{ad_account_id}/users/{user_id}
  method: delete
  operationId: v1_delete_ad_account_registration
  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: /v1/platforms
  method: post
  operationId: v1_create_platform
  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: /v1/platforms/{platform_id}
  method: get
  operationId: v1_read_platform
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/platforms/{platform_id}
  method: put
  operationId: v1_update_platform
  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: /v1/platforms/{platform_id}
  method: delete
  operationId: v1_delete_platform
  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: /v1/platforms/{platform_id}/logo
  method: post
  operationId: v1_upload_platform_logo
  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: /v1/rmp-ad-accounts/{ad_account_id}/users
  method: get
  operationId: v1_list_rmp_ad_account_registrations
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/rmp-ad-acc

# --- truncated at 32 KB (67 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/moloco/refs/heads/main/agentic-access/moloco-agentic-access.yml

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=moloco-agentic-access&limit=10"
Everything under a tag
curl "https://apis.io/api/v1/tags/moloco-agentic-access"

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

Get an API key

Free tier, no email required.

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