iZotope · Agentic Access

iZotope Agentic Access

x-agentic-access generated

iZotope exposes 13 API operations that an AI agent could call, of which 9 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: 4 read, 8 write, and 1 physical.

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.

AudioAudio SoftwareMusic ProductionMixingMasteringAudio RestorationAudio RepairPost ProductionPluginsVSTAudioUnitAAXDSPAI AudioMachine Learning AudioVocal ProcessingAgent CommerceUniversal Commerce ProtocolMCPE-CommerceBoris FX
Operations: 13 Acting: 9 Human-in-the-loop: 0 Method: generated

By consequence

read 4 write 8 physical 1

Source

Agentic Access

izotope-agentic-access.yml Raw ↑
generated: '2026-08-12'
method: generated
source: mcp/izotope-mcp-tools.json, https://www.izotope.com/llms.txt
note: >-
  A recommended x-agentic-access execution contract per MCP tool, classified
  from the live tool set at https://www.izotope.com/api/ucp/mcp. This is a
  governance starting point produced by API Evangelist, not a claim iZotope
  publishes — with one exception: the human-in-the-loop requirement on
  complete_checkout is iZotope's own published rule ("Checkout requires human
  approval. Agents must not complete payment without explicit buyer consent."),
  so it is recorded as provider-stated rather than recommended.
audience: null
surface: https://www.izotope.com/api/ucp/mcp
summary:
  operations: 13
  by_action_class: {connected: 4, acting: 9}
  by_consequence: {read: 4, write: 8, physical: 1}
  human_in_the_loop: 1
  provider_stated_controls: 1
operations:
  - operation: search_catalog
    action_class: connected
    consequence: read
    scope: catalog:read
    token: {ttl_seconds: 3600}
    audit: optional
  - operation: lookup_catalog
    action_class: connected
    consequence: read
    scope: catalog:read
    token: {ttl_seconds: 3600}
    audit: optional
  - operation: get_product
    action_class: connected
    consequence: read
    scope: catalog:read
    token: {ttl_seconds: 3600}
    audit: optional
  - operation: get_cart
    action_class: connected
    consequence: read
    scope: cart:read
    token: {ttl_seconds: 3600}
    audit: optional
  - operation: create_cart
    action_class: acting
    consequence: write
    scope: cart:write
    token: {ttl_seconds: 900}
    audit: required
  - operation: update_cart
    action_class: acting
    consequence: write
    scope: cart:write
    token: {ttl_seconds: 900}
    audit: required
  - operation: cancel_cart
    action_class: acting
    consequence: write
    scope: cart:write
    token: {ttl_seconds: 900}
    audit: required
  - operation: create_checkout
    action_class: acting
    consequence: write
    scope: checkout:write
    token: {ttl_seconds: 900}
    audit: required
    note: constructs a purchase intent but takes no payment
  - operation: get_checkout
    action_class: acting
    consequence: write
    scope: checkout:read
    token: {ttl_seconds: 900}
    audit: required
    note: >-
      classified acting rather than connected because the checkout object
      carries buyer PII and payment instrument display data
  - operation: update_checkout
    action_class: acting
    consequence: write
    scope: checkout:write
    token: {ttl_seconds: 900}
    audit: required
    note: accepts buyer email/phone, shipping destination and discount codes
  - operation: cancel_checkout
    action_class: acting
    consequence: write
    scope: checkout:write
    token: {ttl_seconds: 900}
    audit: required
  - operation: get_order
    action_class: acting
    consequence: write
    scope: order:read
    token: {ttl_seconds: 900}
    audit: required
    note: returns a completed order including buyer and fulfillment detail
  - operation: complete_checkout
    action_class: acting
    consequence: physical
    scope: checkout:complete
    token: {ttl_seconds: 300, exchange: true, purpose_required: true}
    human_in_the_loop: required
    human_in_the_loop_source: provider-stated
    idempotency: {required: true, field: meta.idempotency-key}
    audit: required
    note: >-
      Money moves and goods are licensed. iZotope's own llms.txt requires
      contemporaneous buyer approval and directs agents that cannot obtain it
      to route the purchase through Shop Pay instead of completing here.
provider_stated_rules:
  - rule: Checkout requires human approval; agents must not complete payment without explicit buyer consent.
    source: https://www.izotope.com/llms.txt
  - rule: Respect rate limits; the MCP endpoint is rate-limited per IP, back off on 429.
    source: https://www.izotope.com/llms.txt
  - rule: Pass context.address_country and context.currency for accurate pricing and availability.
    source: https://www.izotope.com/llms.txt
  - rule: Every tool call must identify the calling agent via meta.ucp-agent.profile.
    source: mcp/izotope-mcp-tools.json

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

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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