Unify Agentic Access
Unify exposes 68 API operations that an AI agent could call, of which 38 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: 30 read, 35 write, and 3 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 | /identify | physical | conditional |
| POST | /page | physical | conditional |
| POST | /track | physical | conditional |
Source
Agentic Access
generated: '2026-08-13'
method: generated
source: openapi/unify-event-query-jobs-api-openapi.yml, openapi/unify-events-api-openapi.yml,
openapi/unify-object-attribute-options-api-openapi.yml, openapi/unify-object-attributes-api-openapi.yml,
openapi/unify-object-record-query-jobs-api-openapi.yml, openapi/unify-object-records-api-openapi.yml,
openapi/unify-objects-api-openapi.yml, openapi/unify-sequence-enrollment-steps-api-openapi.yml,
openapi/unify-sequence-enrollments-api-openapi.yml, openapi/unify-sequences-api-openapi.yml,
openapi/unify-tasks-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: 68
by_action_class:
acting: 38
connected: 30
by_consequence:
write: 35
read: 30
physical: 3
human_in_the_loop_required: 0
operations:
- path: /data/v1/events/query-jobs
method: post
operationId: create_event_query_job
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: /data/v1/events/query-jobs
method: get
operationId: list_event_query_jobs
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/v1/events/query-jobs/{job_id}
method: get
operationId: get_event_query_job
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/v1/events/query-jobs/{job_id}/cancel
method: post
operationId: cancel_event_query_job
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: /data/v1/events/query-jobs/{job_id}/results
method: get
operationId: get_event_query_job_results
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /identify
method: post
operationId: send_identify_event
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: /page
method: post
operationId: send_page_event
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: /track
method: post
operationId: send_track_event
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: /data/v1/objects/{object_name}/attributes/{attribute_name}/options
method: get
operationId: list_object_attribute_options
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/v1/objects/{object_name}/attributes/{attribute_name}/options
method: post
operationId: create_object_attribute_option
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: /data/v1/objects/{object_name}/attributes/{attribute_name}/options/{option_name}
method: get
operationId: get_object_attribute_option
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/v1/objects/{object_name}/attributes/{attribute_name}/options/{option_name}
method: patch
operationId: update_object_attribute_option
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: /data/v1/objects/{object_name}/attributes/{attribute_name}/options/{option_name}
method: delete
operationId: delete_object_attribute_option
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: /data/v1/objects/{object_name}/attributes
method: get
operationId: list_object_attributes
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/v1/objects/{object_name}/attributes
method: post
operationId: create_object_attribute
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: /data/v1/objects/{object_name}/attributes/{attribute_name}
method: get
operationId: get_object_attribute
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/v1/objects/{object_name}/attributes/{attribute_name}
method: patch
operationId: update_object_attribute
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: /data/v1/objects/{object_name}/attributes/{attribute_name}
method: delete
operationId: delete_object_attribute
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: /data/v1/objects/{object_name}/query-jobs
method: post
operationId: create_object_record_query_job
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: /data/v1/objects/{object_name}/query-jobs
method: get
operationId: list_object_record_query_jobs
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/v1/objects/{object_name}/query-jobs/{job_id}
method: get
operationId: get_object_record_query_job
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/v1/objects/{object_name}/query-jobs/{job_id}/cancel
method: post
operationId: cancel_object_record_query_job
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: /data/v1/objects/{object_name}/query-jobs/{job_id}/results
method: get
operationId: get_object_record_query_job_results
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/v1/objects/{object_name}/records
method: post
operationId: create_object_record
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: /data/v1/objects/{object_name}/records/find-unique
method: post
operationId: find_unique_object_record
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: /data/v1/objects/{object_name}/records/upsert
method: post
operationId: upsert_object_record
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: /data/v1/objects/{object_name}/records/{record_id}
method: get
operationId: get_object_record
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/v1/objects/{object_name}/records/{record_id}
method: patch
operationId: update_object_record
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: /data/v1/objects/{object_name}/records/{record_id}
method: delete
operationId: delete_object_record
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: /data/v1/objects
method: get
operationId: list_objects
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/v1/objects
method: post
operationId: create_object
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: /data/v1/objects/{object_name}
method: get
operationId: get_object
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /data/v1/objects/{object_name}
method: patch
operationId: update_object
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: /data/v1/objects/{object_name}
method: delete
operationId: delete_object
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: /sequences/v1/enrollment-steps/query-jobs
method: post
operationId: create_sequence_enrollment_step_query_job
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: /sequences/v1/enrollment-steps/query-jobs
method: get
operationId: list_sequence_enrollment_step_query_jobs
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sequences/v1/enrollment-steps/query-jobs/{job_id}
method: get
operationId: get_sequence_enrollment_step_query_job
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sequences/v1/enrollment-steps/query-jobs/{job_id}/cancel
method: post
operationId: cancel_sequence_enrollment_step_query_job
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: /sequences/v1/enrollment-steps/query-jobs/{job_id}/results
method: get
operationId: get_sequence_enrollment_step_query_job_results
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sequences/v1/enrollments
method: post
operationId: create_sequence_enrollment
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: /sequences/v1/enrollments
method: get
operationId: list_sequence_enrollments
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sequences/v1/enrollments/query-jobs
method: post
operationId: create_sequence_enrollment_query_job
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: /sequences/v1/enrollments/query-jobs
method: get
operationId: list_sequence_enrollment_query_jobs
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sequences/v1/enrollments/query-jobs/{job_id}
method: get
operationId: get_sequence_enrollment_query_job
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sequences/v1/enrollments/query-jobs/{job_id}/cancel
method: post
operationId: cancel_sequence_enrollment_query_job
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: /sequences/v1/enrollments/query-jobs/{job_id}/results
method: get
operationId: get_sequence_enrollment_query_job_results
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sequences/v1/enrollments/{id}
method: get
operationId: get_sequence_enrollment
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sequences/v1/enrollments/{id}
method: delete
operationId: delete_sequence_enrollment
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: /sequences/v1/enrollments/{id}/pause
method: post
operationId: pause_sequence_enrollment
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: /sequences/v1/enrollments/{id}/resume
method: post
operationId: resume_sequence_enrollment
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: /sequences/v1/sequences
method: get
operationId: list_sequences
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sequences/v1/sequences/{id}
method: get
operationId: retrieve_sequence
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sequences/v1/sequences/{id}
method: delete
operationId: delete_sequence
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: /sequences/v1/sequences/{id}/pause
method: post
operationId: pause_sequence
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: /sequences/v1/sequences/{id}/resume
method: post
operationId: resume_sequence
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: /sequences/v1/sequences/{id}/steps
method: get
operationId: list_sequence_steps
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /sequences/v1/sequences/{id}/steps/{step_id}
method: get
operationId: retrieve_sequence_step
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /tasks/v1/tasks
method: get
operationId: list_tasks
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /tasks/v1/tasks
method: post
operationId: create_task
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: /tasks/v1/tasks/query-jobs
method: post
operationId: create_task_query_job
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: /tasks/v1/tasks/query-jobs
method: get
operationId: list_task_query_jobs
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /tasks/v1/tasks/query-jobs/{job_id}
method: get
operationId: get_task_query_job
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /tasks/v1/tasks/query-jobs/{job_id}/cancel
method: post
operationId: cancel_task_query_job
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: /tasks/v1/tasks/query-jobs/{job_id}/results
method: get
operationId: get_task_query_job_results
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /tasks/v1/tasks/{id}
method: get
operationId: retrieve_task
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /tasks/v1/tasks/{id}
method: patch
operationId: update_task
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: /tasks/v1/tasks/{id}
method: delete
operationId: delete_task
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: /tasks/v1/tasks/{id}/complete
method: post
operationId: complete_task
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=unify-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/unify-agentic-access"
Discovery needs no key. Ratings and market analysis are Pro.