naftiko: 1.0.0-alpha2 info: label: Bunq user/{userID}/credential-password-ip — User description: 'Bunq user/{userID}/credential-password-ip — User. 6 operations. Lead operation: User. Self-contained Naftiko capability covering one Bunq business surface.' tags: - Bunq - User created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: BUNQ_API_KEY: BUNQ_API_KEY capability: consumes: - type: http namespace: user-userid-credential-password-ip-user baseUri: https://public-api.sandbox.bunq.com/{basePath} description: Bunq user/{userID}/credential-password-ip — User business capability. Self-contained, no shared references. resources: - name: user-userID-credential-password-ip path: /user/{userID}/credential-password-ip operations: - name: listallcredentialpasswordipforuser method: GET description: Create a credential of a user for server authentication, or delete the credential of a user for server authentication. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: userID in: path type: integer required: true - name: user-userID-credential-password-ip-credential-password-ipID-ip path: /user/{userID}/credential-password-ip/{credential-password-ipID}/ip operations: - name: createipforusercredentialpasswordip method: POST description: Manage the IPs which may be used for a credential of a user for server authentication. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: userID in: path type: integer required: true - name: credential-password-ipID in: path type: integer required: true - name: body in: body type: object description: Request body (JSON). required: true - name: listallipforusercredentialpasswordip method: GET description: Manage the IPs which may be used for a credential of a user for server authentication. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: userID in: path type: integer required: true - name: credential-password-ipID in: path type: integer required: true - name: user-userID-credential-password-ip-credential-password-ipID-ip-itemId path: /user/{userID}/credential-password-ip/{credential-password-ipID}/ip/{itemId} operations: - name: readipforusercredentialpasswordip method: GET description: Manage the IPs which may be used for a credential of a user for server authentication. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: userID in: path type: integer required: true - name: credential-password-ipID in: path type: integer required: true - name: itemId in: path type: integer required: true - name: updateipforusercredentialpasswordip method: PUT description: Manage the IPs which may be used for a credential of a user for server authentication. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: userID in: path type: integer required: true - name: credential-password-ipID in: path type: integer required: true - name: itemId in: path type: integer required: true - name: body in: body type: object description: Request body (JSON). required: true - name: user-userID-credential-password-ip-itemId path: /user/{userID}/credential-password-ip/{itemId} operations: - name: readcredentialpasswordipforuser method: GET description: Create a credential of a user for server authentication, or delete the credential of a user for server authentication. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: userID in: path type: integer required: true - name: itemId in: path type: integer required: true exposes: - type: rest namespace: user-userid-credential-password-ip-user-rest port: 8080 description: REST adapter for Bunq user/{userID}/credential-password-ip — User. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/user/{userid}/credential-password-ip name: user-userid-credential-password-ip description: REST surface for user-userID-credential-password-ip. operations: - method: GET name: listallcredentialpasswordipforuser description: Create a credential of a user for server authentication, or delete the credential of a user for server authentication. call: user-userid-credential-password-ip-user.listallcredentialpasswordipforuser with: userID: rest.userID outputParameters: - type: object mapping: $. - path: /v1/user/{userid}/credential-password-ip/{credential-password-ipid}/ip name: user-userid-credential-password-ip-credential-password-ipid-ip description: REST surface for user-userID-credential-password-ip-credential-password-ipID-ip. operations: - method: POST name: createipforusercredentialpasswordip description: Manage the IPs which may be used for a credential of a user for server authentication. call: user-userid-credential-password-ip-user.createipforusercredentialpasswordip with: userID: rest.userID credential-password-ipID: rest.credential-password-ipID body: rest.body outputParameters: - type: object mapping: $. - method: GET name: listallipforusercredentialpasswordip description: Manage the IPs which may be used for a credential of a user for server authentication. call: user-userid-credential-password-ip-user.listallipforusercredentialpasswordip with: userID: rest.userID credential-password-ipID: rest.credential-password-ipID outputParameters: - type: object mapping: $. - path: /v1/user/{userid}/credential-password-ip/{credential-password-ipid}/ip/{itemid} name: user-userid-credential-password-ip-credential-password-ipid-ip-itemid description: REST surface for user-userID-credential-password-ip-credential-password-ipID-ip-itemId. operations: - method: GET name: readipforusercredentialpasswordip description: Manage the IPs which may be used for a credential of a user for server authentication. call: user-userid-credential-password-ip-user.readipforusercredentialpasswordip with: userID: rest.userID credential-password-ipID: rest.credential-password-ipID itemId: rest.itemId outputParameters: - type: object mapping: $. - method: PUT name: updateipforusercredentialpasswordip description: Manage the IPs which may be used for a credential of a user for server authentication. call: user-userid-credential-password-ip-user.updateipforusercredentialpasswordip with: userID: rest.userID credential-password-ipID: rest.credential-password-ipID itemId: rest.itemId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/user/{userid}/credential-password-ip/{itemid} name: user-userid-credential-password-ip-itemid description: REST surface for user-userID-credential-password-ip-itemId. operations: - method: GET name: readcredentialpasswordipforuser description: Create a credential of a user for server authentication, or delete the credential of a user for server authentication. call: user-userid-credential-password-ip-user.readcredentialpasswordipforuser with: userID: rest.userID itemId: rest.itemId outputParameters: - type: object mapping: $. - type: mcp namespace: user-userid-credential-password-ip-user-mcp port: 9090 transport: http description: MCP adapter for Bunq user/{userID}/credential-password-ip — User. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: create-credential-user-server-authentication description: Create a credential of a user for server authentication, or delete the credential of a user for server authentication. hints: readOnly: true destructive: false idempotent: true call: user-userid-credential-password-ip-user.listallcredentialpasswordipforuser with: userID: tools.userID outputParameters: - type: object mapping: $. - name: manage-ips-which-may-be description: Manage the IPs which may be used for a credential of a user for server authentication. hints: readOnly: false destructive: false idempotent: false call: user-userid-credential-password-ip-user.createipforusercredentialpasswordip with: userID: tools.userID credential-password-ipID: tools.credential-password-ipID body: tools.body outputParameters: - type: object mapping: $. - name: manage-ips-which-may-be-2 description: Manage the IPs which may be used for a credential of a user for server authentication. hints: readOnly: true destructive: false idempotent: true call: user-userid-credential-password-ip-user.listallipforusercredentialpasswordip with: userID: tools.userID credential-password-ipID: tools.credential-password-ipID outputParameters: - type: object mapping: $. - name: manage-ips-which-may-be-3 description: Manage the IPs which may be used for a credential of a user for server authentication. hints: readOnly: true destructive: false idempotent: true call: user-userid-credential-password-ip-user.readipforusercredentialpasswordip with: userID: tools.userID credential-password-ipID: tools.credential-password-ipID itemId: tools.itemId outputParameters: - type: object mapping: $. - name: manage-ips-which-may-be-4 description: Manage the IPs which may be used for a credential of a user for server authentication. hints: readOnly: false destructive: false idempotent: true call: user-userid-credential-password-ip-user.updateipforusercredentialpasswordip with: userID: tools.userID credential-password-ipID: tools.credential-password-ipID itemId: tools.itemId body: tools.body outputParameters: - type: object mapping: $. - name: create-credential-user-server-authentication-2 description: Create a credential of a user for server authentication, or delete the credential of a user for server authentication. hints: readOnly: true destructive: false idempotent: true call: user-userid-credential-password-ip-user.readcredentialpasswordipforuser with: userID: tools.userID itemId: tools.itemId outputParameters: - type: object mapping: $.