naftiko: 1.0.0-alpha2 info: label: Solo.io Gloo Portal Server API — API Keys description: 'Solo.io Gloo Portal Server API — API Keys. 3 operations. Lead operation: Solo.io List API keys. Self-contained Naftiko capability covering one Solo Io business surface.' tags: - Solo Io - API Keys created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SOLO_IO_API_KEY: SOLO_IO_API_KEY capability: consumes: - type: http namespace: gloo-portal-server-api-keys baseUri: https://{portalHost}/v1 description: Solo.io Gloo Portal Server API — API Keys business capability. Self-contained, no shared references. resources: - name: api-keys path: /api-keys operations: - name: listapikeys method: GET description: Solo.io List API keys outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createapikey method: POST description: Solo.io Create API key outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-keys-apiKeyId path: /api-keys/{apiKeyId} operations: - name: deleteapikey method: DELETE description: Solo.io Delete API key outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: apiKeyId in: path type: string description: Unique identifier of the API key to delete required: true authentication: type: bearer token: '{{env.SOLO_IO_API_KEY}}' exposes: - type: rest namespace: gloo-portal-server-api-keys-rest port: 8080 description: REST adapter for Solo.io Gloo Portal Server API — API Keys. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api-keys name: api-keys description: REST surface for api-keys. operations: - method: GET name: listapikeys description: Solo.io List API keys call: gloo-portal-server-api-keys.listapikeys outputParameters: - type: object mapping: $. - method: POST name: createapikey description: Solo.io Create API key call: gloo-portal-server-api-keys.createapikey with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api-keys/{apikeyid} name: api-keys-apikeyid description: REST surface for api-keys-apiKeyId. operations: - method: DELETE name: deleteapikey description: Solo.io Delete API key call: gloo-portal-server-api-keys.deleteapikey with: apiKeyId: rest.apiKeyId outputParameters: - type: object mapping: $. - type: mcp namespace: gloo-portal-server-api-keys-mcp port: 9090 transport: http description: MCP adapter for Solo.io Gloo Portal Server API — API Keys. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: solo-io-list-api-keys description: Solo.io List API keys hints: readOnly: true destructive: false idempotent: true call: gloo-portal-server-api-keys.listapikeys outputParameters: - type: object mapping: $. - name: solo-io-create-api-key description: Solo.io Create API key hints: readOnly: false destructive: false idempotent: false call: gloo-portal-server-api-keys.createapikey with: body: tools.body outputParameters: - type: object mapping: $. - name: solo-io-delete-api-key description: Solo.io Delete API key hints: readOnly: false destructive: true idempotent: true call: gloo-portal-server-api-keys.deleteapikey with: apiKeyId: tools.apiKeyId outputParameters: - type: object mapping: $.