Yutori Agentic Access
Yutori exposes 29 API operations that an AI agent could call, of which 17 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: 12 read and 17 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-21'
method: generated
source: openapi/yutori-openapi-original.json
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: 29
by_action_class:
connected: 12
acting: 17
by_consequence:
read: 12
write: 17
human_in_the_loop_required: 0
operations:
- path: /v1/health
method: get
operationId: health_v1_health_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/scouting/updates
method: get
operationId: get_all_updates_api_v1_scouting_updates_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/scouting/tasks/{scout_id}/updates
method: get
operationId: get_updates_api_v1_scouting_tasks__scout_id__updates_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/usage
method: get
operationId: get_usage_v1_usage_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/scouting/tasks
method: post
operationId: create_scout_task_v1_scouting_tasks_post
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/scouting/tasks
method: get
operationId: get_scouts_v1_scouting_tasks_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/scouting/tasks/{scout_id}
method: put
operationId: edit_scout_v1_scouting_tasks__scout_id__put
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/scouting/tasks/{scout_id}
method: patch
operationId: patch_scout_v1_scouting_tasks__scout_id__patch
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/scouting/tasks/{scout_id}
method: get
operationId: get_scout_detail_v1_scouting_tasks__scout_id__get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/scouting/tasks/{scout_id}
method: delete
operationId: delete_scout_v1_scouting_tasks__scout_id__delete
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/scouting/tasks/{scout_id}/done
method: post
operationId: mark_scout_as_done_v1_scouting_tasks__scout_id__done_post
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/scouting/tasks/{scout_id}/complete
method: post
operationId: mark_scout_as_complete_v1_scouting_tasks__scout_id__complete_post
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/scouting/tasks/{scout_id}/subscribe
method: post
operationId: subscribe_v1_scouting_tasks__scout_id__subscribe_post
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/scouting/tasks/{scout_id}/unsubscribe
method: post
operationId: unsubscribe_v1_scouting_tasks__scout_id__unsubscribe_post
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/scouting/tasks/{scout_id}/subscriptions
method: get
operationId: get_subscriptions_v1_scouting_tasks__scout_id__subscriptions_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/scouting/tasks/{scout_id}/subscribe/bulk
method: post
operationId: bulk_subscribe_v1_scouting_tasks__scout_id__subscribe_bulk_post
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/scouting/tasks/{scout_id}/pause
method: post
operationId: pause_scout_endpoint_v1_scouting_tasks__scout_id__pause_post
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/scouting/tasks/{scout_id}/resume
method: post
operationId: resume_scout_endpoint_v1_scouting_tasks__scout_id__resume_post
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/scouting/tasks/{scout_id}/restart
method: post
operationId: restart_scout_endpoint_v1_scouting_tasks__scout_id__restart_post
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/scouting/tasks/{scout_id}/email-settings
method: put
operationId: update_email_settings_v1_scouting_tasks__scout_id__email_settings_put
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/scouting/webhooks/test
method: post
operationId: test_webhook_v1_scouting_webhooks_test_post
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/browsing/tasks
method: post
operationId: agent_run_endpoint_v1_browsing_tasks_post
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/browsing/tasks
method: get
operationId: list_browsing_tasks_v1_browsing_tasks_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/browsing/tasks/{id}
method: get
operationId: get_agent_run_status_v1_browsing_tasks__id__get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/browsing/tasks/{id}/trajectory
method: get
operationId: get_task_trajectory_v1_browsing_tasks__id__trajectory_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/research/tasks
method: post
operationId: create_research_task_v1_research_tasks_post
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/research/tasks
method: get
operationId: list_research_tasks_v1_research_tasks_get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/research/tasks/{task_id}
method: get
operationId: get_research_task_status_v1_research_tasks__task_id__get
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /v1/chat/completions
method: post
operationId: create_chat_completion_v1_chat_completions_post
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=yutori-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/yutori-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.