generated: '2026-07-18' method: generated source: openapi/bitfinder-awair-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: 6 by_action_class: connected: 6 by_consequence: read: 6 human_in_the_loop_required: 0 operations: - path: /users/self method: get operationId: getUserInfo x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /users/self/devices method: get operationId: listDevices x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /users/self/devices/{device_type}/{device_id}/air-data/latest method: get operationId: getLatestAirData x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /users/self/devices/{device_type}/{device_id}/air-data/raw method: get operationId: getRawAirData x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /users/self/devices/{device_type}/{device_id}/air-data/5-min-avg method: get operationId: get5MinAvgAirData x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /users/self/devices/{device_type}/{device_id}/air-data/15-min-avg method: get operationId: get15MinAvgAirData x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none