generated: '2026-07-15' method: generated source: openapi/exchangerate-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: 7 by_action_class: connected: 7 by_consequence: read: 7 human_in_the_loop_required: 0 operations: - path: /{apiKey}/latest/{baseCurrency} method: get operationId: getLatestRates x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /latest/{baseCurrency} method: get operationId: getLatestRatesBearer x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /{apiKey}/pair/{baseCurrency}/{targetCurrency} method: get operationId: getPairRate x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /{apiKey}/pair/{baseCurrency}/{targetCurrency}/{amount} method: get operationId: getPairConversion x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /{apiKey}/codes method: get operationId: getSupportedCodes x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /{apiKey}/history/{baseCurrency}/{year}/{month}/{day} method: get operationId: getHistoricalRates x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none - path: /{apiKey}/quota method: get operationId: getQuota x-agentic-access: action-class: connected consequence: read subject: optional token: max-ttl: 3600 audit: none