ZenZap Agentic Access
ZenZap exposes 28 API operations that an AI agent could call, of which 19 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: 9 read, 18 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.
By consequence
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.
| Method | Path | Consequence | Human-in-loop |
|---|---|---|---|
| POST | /v2/messages | physical | conditional |
Source
Agentic Access
generated: '2026-07-21'
method: generated
source: openapi/zenzap-openapi-original.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: 28
by_action_class:
acting: 19
connected: 9
by_consequence:
physical: 1
write: 18
read: 9
human_in_the_loop_required: 0
operations:
- path: /v2/messages
method: post
operationId: createMessage
x-agentic-access:
action-class: acting
consequence: physical
subject: required
scope:
- message:send
audience: null
token:
max-ttl: 300
exchange: true
purpose-required: true
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/messages/{messageId}
method: delete
operationId: deleteMessage
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- message:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/messages/{messageId}
method: patch
operationId: patchMessage
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- message:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/messages/{messageId}/reactions
method: post
operationId: addMessageReaction
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- reaction:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/messages/{messageId}/reactions/{reactionId}
method: delete
operationId: deleteMessageReaction
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- reaction:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/messages/{messageId}/delivered
method: post
operationId: markMessageDelivered
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- message:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/messages/{messageId}/read
method: post
operationId: markMessageRead
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- message:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/updates
method: get
operationId: getUpdates
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- updates:read
token:
max-ttl: 3600
audit: none
- path: /v2/topics
method: get
operationId: listTopics
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- channel:list
token:
max-ttl: 3600
audit: none
- path: /v2/topics
method: post
operationId: createTopic
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- channel:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/topics/external/{externalId}
method: get
operationId: getTopicByExternalId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- channel:read
token:
max-ttl: 3600
audit: none
- path: /v2/topics/{topicId}
method: get
operationId: getTopic
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- channel:read
token:
max-ttl: 3600
audit: none
- path: /v2/topics/{topicId}
method: patch
operationId: updateTopic
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- channel:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/topics/{topicId}/messages
method: get
operationId: getTopicMessages
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- message:read
token:
max-ttl: 3600
audit: none
- path: /v2/topics/{topicId}/members
method: post
operationId: addTopicMembers
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- channel:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/topics/{topicId}/members
method: delete
operationId: removeTopicMembers
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- channel:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/tasks
method: get
operationId: listTasks
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- task:read
token:
max-ttl: 3600
audit: none
- path: /v2/tasks
method: post
operationId: createTask
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- task:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/tasks/{taskId}
method: get
operationId: getTask
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- task:read
token:
max-ttl: 3600
audit: none
- path: /v2/tasks/{taskId}
method: patch
operationId: patchTask
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- task:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/tasks/{taskId}
method: delete
operationId: deleteTask
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- task:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/members
method: get
operationId: listMembers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- member:read
token:
max-ttl: 3600
audit: none
- path: /v2/members/me
method: get
operationId: getCurrentMember
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- member:read
token:
max-ttl: 3600
audit: none
- path: /v2/polls
method: post
operationId: createPoll
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- poll:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/polls/{pollId}/votes
method: post
operationId: createPollVote
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- poll:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /v2/polls/{pollId}/votes/{voteId}
method: delete
operationId: deletePollVote
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- poll:write
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /oauth/token
method: post
operationId: issueOAuthToken
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/agentic/organization/create
method: post
operationId: createAgenticOrganization
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
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=zenzap-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/zenzap-agentic-access"
Discovery needs no key. Ratings and market analysis are Pro.