naftiko: 1.0.0-alpha2 info: label: Gravitee.io - Access Management API — Authorization Engine description: 'Gravitee.io - Access Management API — Authorization Engine. 3 operations. Lead operation: List authorization engine plugins. Self-contained Naftiko capability covering one Gravitee business surface.' tags: - Gravitee - Authorization Engine created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: GRAVITEE_API_KEY: GRAVITEE_API_KEY capability: consumes: - type: http namespace: am-authorization-engine baseUri: '' description: Gravitee.io - Access Management API — Authorization Engine business capability. Self-contained, no shared references. resources: - name: platform-plugins-authorization-engines path: /platform/plugins/authorization-engines operations: - name: listauthorizationengineplugins method: GET description: List authorization engine plugins outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: expand in: query type: array - name: platform-plugins-authorization-engines-authorizationEngine path: /platform/plugins/authorization-engines/{authorizationEngine} operations: - name: getauthorizationengineplugin method: GET description: Get an authorization engine plugin outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: authorizationEngine in: path type: string required: true - name: platform-plugins-authorization-engines-authorizationEngine-schema path: /platform/plugins/authorization-engines/{authorizationEngine}/schema operations: - name: getauthorizationenginepluginschema method: GET description: Get an authorization engine plugin's schema outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: authorizationEngine in: path type: string required: true authentication: type: bearer token: '{{env.GRAVITEE_API_KEY}}' exposes: - type: rest namespace: am-authorization-engine-rest port: 8080 description: REST adapter for Gravitee.io - Access Management API — Authorization Engine. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/platform/plugins/authorization-engines name: platform-plugins-authorization-engines description: REST surface for platform-plugins-authorization-engines. operations: - method: GET name: listauthorizationengineplugins description: List authorization engine plugins call: am-authorization-engine.listauthorizationengineplugins with: expand: rest.expand outputParameters: - type: object mapping: $. - path: /v1/platform/plugins/authorization-engines/{authorizationengine} name: platform-plugins-authorization-engines-authorizationengine description: REST surface for platform-plugins-authorization-engines-authorizationEngine. operations: - method: GET name: getauthorizationengineplugin description: Get an authorization engine plugin call: am-authorization-engine.getauthorizationengineplugin with: authorizationEngine: rest.authorizationEngine outputParameters: - type: object mapping: $. - path: /v1/platform/plugins/authorization-engines/{authorizationengine}/schema name: platform-plugins-authorization-engines-authorizationengine-schema description: REST surface for platform-plugins-authorization-engines-authorizationEngine-schema. operations: - method: GET name: getauthorizationenginepluginschema description: Get an authorization engine plugin's schema call: am-authorization-engine.getauthorizationenginepluginschema with: authorizationEngine: rest.authorizationEngine outputParameters: - type: object mapping: $. - type: mcp namespace: am-authorization-engine-mcp port: 9090 transport: http description: MCP adapter for Gravitee.io - Access Management API — Authorization Engine. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-authorization-engine-plugins description: List authorization engine plugins hints: readOnly: true destructive: false idempotent: true call: am-authorization-engine.listauthorizationengineplugins with: expand: tools.expand outputParameters: - type: object mapping: $. - name: get-authorization-engine-plugin description: Get an authorization engine plugin hints: readOnly: true destructive: false idempotent: true call: am-authorization-engine.getauthorizationengineplugin with: authorizationEngine: tools.authorizationEngine outputParameters: - type: object mapping: $. - name: get-authorization-engine-plugin-s-schema description: Get an authorization engine plugin's schema hints: readOnly: true destructive: false idempotent: true call: am-authorization-engine.getauthorizationenginepluginschema with: authorizationEngine: tools.authorizationEngine outputParameters: - type: object mapping: $.