generated: '2026-07-15' method: generated source: openapi/restream-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: 14 by_action_class: connected: 11 acting: 3 by_consequence: read: 11 write: 3 human_in_the_loop_required: 0 operations: - path: /platform/all method: get operationId: listPlatforms x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /user/profile method: get operationId: getUserProfile x-agentic-access: action-class: connected consequence: read subject: optional scope: - profile.read token: max-ttl: 3600 audit: none - path: /user/streamKey method: get operationId: getStreamKey x-agentic-access: action-class: connected consequence: read subject: optional scope: - stream.read token: max-ttl: 3600 audit: none - path: /user/channel/all method: get operationId: listChannels x-agentic-access: action-class: connected consequence: read subject: optional scope: - channels.read token: max-ttl: 3600 audit: none - path: /user/channel/{id} method: get operationId: getChannel x-agentic-access: action-class: connected consequence: read subject: optional scope: - channels.read token: max-ttl: 3600 audit: none - path: /user/channel/{id} method: patch operationId: updateChannel x-agentic-access: action-class: acting consequence: write subject: required scope: - channels.write audience: null token: max-ttl: 900 escalation: human-in-the-loop: conditional triggers: - abnormal - high-value audit: required - path: /user/channel/{id}/meta method: get operationId: getChannelMeta x-agentic-access: action-class: connected consequence: read subject: optional scope: - channels.read token: max-ttl: 3600 audit: none - path: /user/channel/{id}/meta method: patch operationId: updateChannelMeta x-agentic-access: action-class: acting consequence: write subject: required scope: - channels.write audience: null token: max-ttl: 900 escalation: human-in-the-loop: conditional triggers: - abnormal - high-value audit: required - path: /user/event/upcoming method: get operationId: listUpcomingEvents x-agentic-access: action-class: connected consequence: read subject: optional scope: - events.read token: max-ttl: 3600 audit: none - path: /user/event/in-progress method: get operationId: listInProgressEvents x-agentic-access: action-class: connected consequence: read subject: optional scope: - events.read token: max-ttl: 3600 audit: none - path: /user/event/history method: get operationId: listEventHistory x-agentic-access: action-class: connected consequence: read subject: optional scope: - events.read token: max-ttl: 3600 audit: none - path: /user/event/{id} method: get operationId: getEvent x-agentic-access: action-class: connected consequence: read subject: optional scope: - events.read token: max-ttl: 3600 audit: none - path: /user/event/{id}/streamKey method: get operationId: getEventStreamKey x-agentic-access: action-class: connected consequence: read subject: optional scope: - events.read token: max-ttl: 3600 audit: none - path: /oauth/token method: post operationId: refreshToken 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