Canva Agentic Access
Canva exposes 22 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: 13 read and 9 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.
By consequence
Source
Agentic Access
generated: '2026-07-15'
method: generated
source: openapi/canva-connect-api-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: 13
acting: 9
by_consequence:
read: 13
write: 9
human_in_the_loop_required: 0
operations:
- path: /designs
method: get
operationId: listDesigns
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- design:meta:read
token:
max-ttl: 3600
audit: none
- path: /designs
method: post
operationId: createDesign
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- design:content:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /designs/{designId}
method: get
operationId: getDesign
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- design:meta:read
token:
max-ttl: 3600
audit: none
- path: /assets/{assetId}
method: get
operationId: getAsset
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- asset:read
token:
max-ttl: 3600
audit: none
- path: /assets/{assetId}
method: delete
operationId: deleteAsset
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- asset:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /asset-uploads
method: post
operationId: createAssetUploadJob
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- asset:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /asset-uploads/{jobId}
method: get
operationId: getAssetUploadJob
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- asset:read
token:
max-ttl: 3600
audit: none
- path: /folders/{folderId}
method: get
operationId: getFolder
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- folder:read
token:
max-ttl: 3600
audit: none
- path: /folders/{folderId}/items
method: get
operationId: listFolderItems
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- folder:read
token:
max-ttl: 3600
audit: none
- path: /folders/{folderId}/items:move
method: post
operationId: moveFolderItem
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- folder:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /exports
method: post
operationId: createDesignExportJob
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- design:content:read
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /exports/{exportId}
method: get
operationId: getDesignExportJob
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- design:content:read
token:
max-ttl: 3600
audit: none
- path: /comments
method: post
operationId: createComment
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- comment:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /comments/{commentId}/replies
method: post
operationId: createReply
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- comment:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /users/me
method: get
operationId: getUsersMe
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /brand-templates
method: get
operationId: listBrandTemplates
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- brandtemplate:meta:read
token:
max-ttl: 3600
audit: none
- path: /brand-templates/{brandTemplateId}
method: get
operationId: getBrandTemplate
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- brandtemplate:meta:read
token:
max-ttl: 3600
audit: none
- path: /brand-templates/{brandTemplateId}/dataset
method: get
operationId: getBrandTemplateDataset
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- brandtemplate:content:read
token:
max-ttl: 3600
audit: none
- path: /autofills
method: post
operationId: createDesignAutofillJob
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- design:content:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /autofills/{jobId}
method: get
operationId: getDesignAutofillJob
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- design:content:read
token:
max-ttl: 3600
audit: none
- path: /resizes
method: post
operationId: createDesignResizeJob
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- design:content:read
- design:content:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /resizes/{jobId}
method: get
operationId: getDesignResizeJob
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- design:content:read
token:
max-ttl: 3600
audit: none
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/search?q=canva-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/canva-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.