Parallel · Agentic Access

Parallel Agentic Access

x-agentic-access generated

Parallel exposes 32 API operations that an AI agent could call, of which 16 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: 16 read and 16 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.

CompanyAiWeb SearchAgentsDeep ResearchWeb ExtractionData EnrichmentWeb MonitoringLLM Tools
Operations: 32 Acting: 16 Human-in-the-loop: 0 Method: generated

By consequence

read 16 write 16

Source

Agentic Access

Raw ↑
generated: '2026-07-20'
method: generated
source: openapi/parallel-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: 32
  by_action_class:
    acting: 16
    connected: 16
  by_consequence:
    write: 16
    read: 16
  human_in_the_loop_required: 0
operations:
- path: /v1/search
  method: post
  operationId: v1_search_v1_search_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/extract
  method: post
  operationId: extract_v1_extract_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/tasks/groups
  method: post
  operationId: tasks_taskgroups_post_v1_tasks_groups_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/tasks/groups/{taskgroup_id}
  method: get
  operationId: tasks_taskgroups_get_v1_tasks_groups__taskgroup_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tasks/groups/{taskgroup_id}/events
  method: get
  operationId: tasks_sessions_events_get_v1_tasks_groups__taskgroup_id__events_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tasks/groups/{taskgroup_id}/runs
  method: post
  operationId: tasks_taskgroups_runs_post_v1_tasks_groups__taskgroup_id__runs_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/tasks/groups/{taskgroup_id}/runs
  method: get
  operationId: tasks_taskgroups_runs_get_v1_tasks_groups__taskgroup_id__runs_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tasks/groups/{taskgroup_id}/runs/{run_id}
  method: get
  operationId: tasks_taskgroups_runs_id_get_v1_tasks_groups__taskgroup_id__runs__run_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tasks/runs
  method: post
  operationId: tasks_runs_post_v1_tasks_runs_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/tasks/runs/{run_id}
  method: get
  operationId: tasks_runs_get_v1_tasks_runs__run_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tasks/runs/{run_id}/events
  method: get
  operationId: tasks_runs_events_get_v1_tasks_runs__run_id__events_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tasks/runs/{run_id}/input
  method: get
  operationId: tasks_runs_input_get_v1_tasks_runs__run_id__input_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/tasks/runs/{run_id}/result
  method: get
  operationId: tasks_runs_result_get_v1_tasks_runs__run_id__result_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1beta/tasks/runs/{run_id}/events
  method: get
  operationId: tasks_runs_events_get_v1beta_tasks_runs__run_id__events_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1beta/findall/entity-search
  method: post
  operationId: findall_entity_search_v1beta_findall_entity_search_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: /v1beta/findall/ingest
  method: post
  operationId: ingest_findall_run_v1beta_findall_ingest_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: /v1beta/findall/runs
  method: post
  operationId: findall_runs_v1_v1beta_findall_runs_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: /v1beta/findall/runs/{findall_id}
  method: get
  operationId: findall_runs_v1_get_v1beta_findall_runs__findall_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1beta/findall/runs/{findall_id}/cancel
  method: post
  operationId: cancel_findall_run_v1beta_findall_runs__findall_id__cancel_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: /v1beta/findall/runs/{findall_id}/enrich
  method: post
  operationId: enrich_findall_run_v1beta_findall_runs__findall_id__enrich_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: /v1beta/findall/runs/{findall_id}/events
  method: get
  operationId: get_findall_events_v1beta_findall_runs__findall_id__events_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1beta/findall/runs/{findall_id}/extend
  method: post
  operationId: extend_findall_run_v1beta_findall_runs__findall_id__extend_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: /v1beta/findall/runs/{findall_id}/result
  method: get
  operationId: get_findall_result_v1beta_findall_runs__findall_id__result_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1beta/findall/runs/{findall_id}/schema
  method: get
  operationId: get_findall_schema_v1beta_findall_runs__findall_id__schema_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitors
  method: post
  operationId: create_monitor_v1_monitors_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/monitors
  method: get
  operationId: list_monitors_v1_monitors_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitors/{monitor_id}
  method: get
  operationId: retrieve_monitor_v1_monitors__monitor_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitors/{monitor_id}/cancel
  method: post
  operationId: cancel_monitor_v1_monitors__monitor_id__cancel_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/monitors/{monitor_id}/events
  method: get
  operationId: list_monitor_events_v1_monitors__monitor_id__events_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitors/{monitor_id}/trigger
  method: post
  operationId: trigger_monitor_run_v1_monitors__monitor_id__trigger_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/monitors/{monitor_id}/update
  method: post
  operationId: update_monitor_v1_monitors__monitor_id__update_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: /v1beta/chat/completions
  method: post
  operationId: chat_completions_v1beta_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