OpenADR Alliance Agentic Access
OpenADR Alliance exposes 152 API operations that an AI agent could call, of which 75 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: 77 read and 75 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-27'
method: generated
source: openapi/openadr-3-0-0-openapi.yaml, openapi/openadr-3-0-1-openapi.yaml, openapi/openadr-3-1-0-openapi.yaml,
openapi/openadr-3-1-1-openapi.yaml
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: 152
by_action_class:
connected: 77
acting: 75
by_consequence:
read: 77
write: 75
human_in_the_loop_required: 0
operations:
- path: /programs
method: get
operationId: searchAllPrograms
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /programs
method: post
operationId: createProgram
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_programs
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /programs/{programID}
method: get
operationId: searchProgramByProgramId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /programs/{programID}
method: put
operationId: updateProgram
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_programs
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /programs/{programID}
method: delete
operationId: deleteProgram
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_programs
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /reports
method: get
operationId: searchAllReports
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /reports
method: post
operationId: createReport
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_reports
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /reports/{reportID}
method: get
operationId: searchReportsByReportID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /reports/{reportID}
method: put
operationId: updateReport
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_reports
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /reports/{reportID}
method: delete
operationId: deleteReport
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_reports
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /events
method: get
operationId: searchAllEvents
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /events
method: post
operationId: createEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_events
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /events/{eventID}
method: get
operationId: searchEventsByID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /events/{eventID}
method: put
operationId: updateEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_events
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /events/{eventID}
method: delete
operationId: deleteEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_events
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /subscriptions
method: get
operationId: searchSubscriptions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /subscriptions
method: post
operationId: createSubscription
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_subscriptions
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /subscriptions/{subscriptionID}
method: get
operationId: searchSubscriptionByID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /subscriptions/{subscriptionID}
method: put
operationId: updateSubscription
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_subscriptions
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /subscriptions/{subscriptionID}
method: delete
operationId: deleteSubscription
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_subscriptions
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens
method: get
operationId: searchVens
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /vens
method: post
operationId: createVen
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens/{venID}
method: get
operationId: searchVenByID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /vens/{venID}
method: put
operationId: updateVen
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens/{venID}
method: delete
operationId: deleteVen
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens/{venID}/resources
method: get
operationId: searchVenResources
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /vens/{venID}/resources
method: post
operationId: createResource
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens/{venID}/resources/{resourceID}
method: get
operationId: searchVenResourceByID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /vens/{venID}/resources/{resourceID}
method: put
operationId: updateVenResource
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens/{venID}/resources/{resourceID}
method: delete
operationId: deleteVenResource
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /auth/token
method: get
operationId: fetchToken
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /programs
method: get
operationId: searchAllPrograms
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /programs
method: post
operationId: createProgram
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_programs
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /programs/{programID}
method: get
operationId: searchProgramByProgramId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /programs/{programID}
method: put
operationId: updateProgram
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_programs
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /programs/{programID}
method: delete
operationId: deleteProgram
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_programs
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /reports
method: get
operationId: searchAllReports
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /reports
method: post
operationId: createReport
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_reports
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /reports/{reportID}
method: get
operationId: searchReportsByReportID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /reports/{reportID}
method: put
operationId: updateReport
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_reports
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /reports/{reportID}
method: delete
operationId: deleteReport
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_reports
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /events
method: get
operationId: searchAllEvents
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /events
method: post
operationId: createEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_events
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /events/{eventID}
method: get
operationId: searchEventsByID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /events/{eventID}
method: put
operationId: updateEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_events
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /events/{eventID}
method: delete
operationId: deleteEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_events
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /subscriptions
method: get
operationId: searchSubscriptions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /subscriptions
method: post
operationId: createSubscription
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_subscriptions
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /subscriptions/{subscriptionID}
method: get
operationId: searchSubscriptionByID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /subscriptions/{subscriptionID}
method: put
operationId: updateSubscription
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_subscriptions
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /subscriptions/{subscriptionID}
method: delete
operationId: deleteSubscription
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_subscriptions
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens
method: get
operationId: searchVens
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /vens
method: post
operationId: createVen
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens/{venID}
method: get
operationId: searchVenByID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /vens/{venID}
method: put
operationId: updateVen
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens/{venID}
method: delete
operationId: deleteVen
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens/{venID}/resources
method: get
operationId: searchVenResources
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /vens/{venID}/resources
method: post
operationId: createResource
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens/{venID}/resources/{resourceID}
method: get
operationId: searchVenResourceByID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /vens/{venID}/resources/{resourceID}
method: put
operationId: updateVenResource
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens/{venID}/resources/{resourceID}
method: delete
operationId: deleteVenResource
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /auth/token
method: post
operationId: fetchToken
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: /programs
method: get
operationId: searchAllPrograms
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_targets
token:
max-ttl: 3600
audit: none
- path: /programs
method: post
operationId: createProgram
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_programs
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /programs/{programID}
method: get
operationId: searchProgramByProgramId
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_targets
token:
max-ttl: 3600
audit: none
- path: /programs/{programID}
method: put
operationId: updateProgram
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_programs
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /programs/{programID}
method: delete
operationId: deleteProgram
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_programs
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /reports
method: get
operationId: searchAllReports
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_ven_objects
token:
max-ttl: 3600
audit: none
- path: /reports
method: post
operationId: createReport
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_reports
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /reports/{reportID}
method: get
operationId: searchReportsByReportID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_ven_objects
token:
max-ttl: 3600
audit: none
- path: /reports/{reportID}
method: put
operationId: updateReport
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_reports
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /reports/{reportID}
method: delete
operationId: deleteReport
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_reports
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /events
method: get
operationId: searchAllEvents
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_targets
token:
max-ttl: 3600
audit: none
- path: /events
method: post
operationId: createEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_events
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /events/{eventID}
method: get
operationId: searchEventsByID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_targets
token:
max-ttl: 3600
audit: none
- path: /events/{eventID}
method: put
operationId: updateEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_events
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /events/{eventID}
method: delete
operationId: deleteEvent
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_events
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /subscriptions
method: get
operationId: searchSubscriptions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_ven_objects
token:
max-ttl: 3600
audit: none
- path: /subscriptions
method: post
operationId: createSubscription
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_subscriptions
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /subscriptions/{subscriptionID}
method: get
operationId: searchSubscriptionByID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_ven_objects
token:
max-ttl: 3600
audit: none
- path: /subscriptions/{subscriptionID}
method: put
operationId: updateSubscription
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_subscriptions
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /subscriptions/{subscriptionID}
method: delete
operationId: deleteSubscription
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_subscriptions
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens
method: get
operationId: searchVens
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_ven_objects
token:
max-ttl: 3600
audit: none
- path: /vens
method: post
operationId: createVen
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens/{venID}
method: get
operationId: searchVenByID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_ven_objects
token:
max-ttl: 3600
audit: none
- path: /vens/{venID}
method: put
operationId: updateVen
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /vens/{venID}
method: delete
operationId: deleteVen
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /resources
method: get
operationId: searchVenResources
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_ven_objects
token:
max-ttl: 3600
audit: none
- path: /resources
method: post
operationId: createResource
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /resources/{resourceID}
method: get
operationId: searchVenResourceByID
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_ven_objects
token:
max-ttl: 3600
audit: none
- path: /resources/{resourceID}
method: put
operationId: updateVenResource
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /resources/{resourceID}
method: delete
operationId: deleteVenResource
x-agentic-access:
action-class: acting
consequence: write
subject: required
scope:
- write_vens
audience: null
token:
max-ttl: 900
escalation:
human-in-the-loop: conditional
triggers:
- abnormal
- high-value
audit: required
- path: /auth/server
method: get
operationId: getAuthServerInfo
x-agentic-access:
action-class: connected
consequence: read
subject: optional
token:
max-ttl: 3600
audit: none
- path: /auth/token
method: post
operationId: fetchToken
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: /notifiers
method: get
operationId: listAllNotifiers
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /notifiers/mqtt/topics/programs
method: get
operationId: listAllMqttNotifierTopicsPrograms
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /notifiers/mqtt/topics/programs/{programID}
method: get
operationId: listAllMqttNotifierTopicsProgram
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /notifiers/mqtt/topics/events
method: get
operationId: listAllMqttNotifierTopicsEvents
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_bl
token:
max-ttl: 3600
audit: none
- path: /notifiers/mqtt/topics/programs/{programID}/events
method: get
operationId: listAllMqttNotifierTopicsProgramEvents
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_all
token:
max-ttl: 3600
audit: none
- path: /notifiers/mqtt/topics/reports
method: get
operationId: listAllMqttNotifierTopicsReports
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_bl
token:
max-ttl: 3600
audit: none
- path: /notifiers/mqtt/topics/subscriptions
method: get
operationId: listAllMqttNotifierTopicsSubscriptions
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_bl
token:
max-ttl: 3600
audit: none
- path: /notifiers/mqtt/topics/vens
method: get
operationId: listAllMqttNotifierTopicsVens
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_bl
token:
max-ttl: 3600
audit: none
- path: /notifiers/mqtt/topics/vens/{venID}
method: get
operationId: listAllMqttNotifierTopicsVen
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_ven_objects
token:
max-ttl: 3600
audit: none
- path: /notifiers/mqtt/topics/resources
method: get
operationId: listAllMqttNotifierTopicsResources
x-agentic-access:
action-class: connected
consequence: read
subject: optional
scope:
- read_bl
token:
# --- truncated at 32 KB (46 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/openadr-alliance/refs/heads/main/agentic-access/openadr-alliance-agentic-access.yml
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=openadr-alliance-agentic-access&limit=10"
curl "https://apis.io/api/v1/tags/openadr-alliance-agentic-access"
Discovery needs no key. Ratings and market analysis are Pro.