ReasonBlocks · Agentic Access

ReasonBlocks Agentic Access

x-agentic-access generated

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

CompanyAI AgentsAgent ObservabilityLLMDeveloper ToolsToken OptimizationAgent SteeringMachine LearningArtificial IntelligenceSDK
Operations: 32 Acting: 18 Human-in-the-loop: 0 Method: generated

By consequence

read 14 write 18

Source

Agentic Access

Raw ↑
generated: '2026-07-21'
method: generated
source: openapi/reasonblocks-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:
    connected: 14
    acting: 18
  by_consequence:
    read: 14
    write: 18
  human_in_the_loop_required: 0
operations:
- path: /health
  method: get
  operationId: health_health_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/traces/retrieve
  method: post
  operationId: retrieve_traces_v1_traces_retrieve_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/traces
  method: post
  operationId: store_trace_v1_traces_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/library/patterns
  method: get
  operationId: list_patterns_v1_library_patterns_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/library/patterns/{tier}/{pattern_id}
  method: delete
  operationId: delete_pattern_v1_library_patterns__tier___pattern_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/library/patterns/{tier}/{pattern_id}
  method: patch
  operationId: patch_pattern_v1_library_patterns__tier___pattern_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/score
  method: post
  operationId: score_step_v1_score_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/evaluate
  method: post
  operationId: evaluate_monitors_v1_monitors_evaluate_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/findings/{codebase_id}
  method: post
  operationId: store_finding_v1_findings__codebase_id__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/findings/{codebase_id}
  method: get
  operationId: list_findings_v1_findings__codebase_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/findings/{codebase_id}
  method: delete
  operationId: clear_findings_v1_findings__codebase_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/findings/{codebase_id}/search
  method: post
  operationId: search_findings_v1_findings__codebase_id__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/findings/{codebase_id}/{finding_id}
  method: delete
  operationId: delete_finding_v1_findings__codebase_id___finding_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/findings/{codebase_id}/{finding_id}
  method: patch
  operationId: patch_finding_v1_findings__codebase_id___finding_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/findings/{codebase_id}/invalidate
  method: post
  operationId: invalidate_findings_v1_findings__codebase_id__invalidate_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/findings
  method: get
  operationId: list_codebases_v1_findings_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitor/me
  method: get
  operationId: me_v1_monitor_me_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitor/runs
  method: post
  operationId: start_run_v1_monitor_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/monitor/runs
  method: get
  operationId: list_runs_v1_monitor_runs_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitor/runs/{run_id}/finish
  method: post
  operationId: finish_run_v1_monitor_runs__run_id__finish_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/monitor/runs/{run_id}/steps
  method: post
  operationId: log_step_v1_monitor_runs__run_id__steps_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/monitor/runs/{run_id}
  method: get
  operationId: run_detail_v1_monitor_runs__run_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitor/health-summary
  method: get
  operationId: monitor_health_summary_v1_monitor_health_summary_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitor/experiments/{experiment_id}/report
  method: get
  operationId: experiment_report_v1_monitor_experiments__experiment_id__report_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitor/profiles
  method: get
  operationId: list_profiles_v1_monitor_profiles_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitor/profiles
  method: post
  operationId: create_profile_v1_monitor_profiles_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/monitor/profiles/{profile_id}
  method: get
  operationId: get_profile_v1_monitor_profiles__profile_id__get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitor/profiles/{profile_id}
  method: patch
  operationId: update_profile_v1_monitor_profiles__profile_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/monitor/profiles/{profile_id}
  method: delete
  operationId: remove_profile_v1_monitor_profiles__profile_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/monitor/scorers
  method: get
  operationId: list_scorers_v1_monitor_scorers_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/monitor/stream
  method: get
  operationId: monitor_stream_v1_monitor_stream_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /v1/billing/meter
  method: get
  operationId: get_meter_v1_billing_meter_get
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none