generated: '2026-09-03' method: generated source: >- openapi/wealth-reader-api-for-ai.yaml (operationIds and paths grepped from the published spec, never invented) ; https://www.wealthreader.com/docs/en/ ; https://api.wealthreader.com/error-codes/?lang=en ; conventions/, errors/, rate-limits/, asyncapi/ and sandbox/ artifacts in this repo provider_published_skills: false provider_published_skills_note: >- Wealth Reader publishes no Agent Skills and no AGENTS.md for the bank-aggregation API. The sibling allwr-toolkit repo DOES publish an AGENTS.md (https://github.com/Wealth-Reader/allwr-toolkit/blob/main/AGENTS.md) with imperative rules for AI contributors, but it governs contributing code to that repository — it is not a skill for calling this API. The four skills below were generated by API Evangelist from the provider's own published contract and documentation. skills: - name: wealth-reader-read-financial-assets file: skills/wealth-reader-read-financial-assets.md flow: Read one end user's products from one institution and handle 2FA, warnings and fatal errors. operations: - POST /entities/ - getEntities - GET /entities/category-types/ - name: wealth-reader-manage-tokens file: skills/wealth-reader-manage-tokens.md flow: List, revoke and reassign custodied bank-credential tokens; know which actions are one-way. operations: - queryTokensByApiKey - revokeToken - reasignToken - name: wealth-reader-realtime-card-transactions file: skills/wealth-reader-realtime-card-transactions.md flow: Enroll employees, register and verify the HMAC-signed cards webhook, backfill by cursor. operations: - cardsEnrollmentsCreate - cardsEnrollmentsStatus - cardsWebhookRegister - cardsTransactionsList - name: wealth-reader-onboard-widget-integration file: skills/wealth-reader-onboard-widget-integration.md flow: Authorise a domain, mount the iframe widget, receive and acknowledge the backend callback. operations: - addDomain - POST /entities/ not_covered: - operations: [registerUser, checkUser, revokeUser, POST /batch/load/, POST /batch/fetch/statistics/, POST /batch/fetch/connection-result/] reason: >- Tagged Advanced — "not required for standard integrations. Use only if explicitly instructed by Wealth Reader." POST /batch/load/ additionally requires a dedicated environment and is not available on api.wealthreader.com, so no skill can be grounded in a surface a reader cannot call. - operations: [POST /verify/iban-ownership/] reason: Marked x-internal true in the published spec.