naftiko: 1.0.0-alpha2 info: label: Stripe Accounts API — Login description: 'Stripe Accounts API — Login. 1 operations. Lead operation: Stripe Create Login Link. Self-contained Naftiko capability covering one Stripe business surface.' tags: - Stripe - Login created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: STRIPE_API_KEY: STRIPE_API_KEY capability: consumes: - type: http namespace: accounts-login-2 baseUri: https://api.stripe.com description: Stripe Accounts API — Login business capability. Self-contained, no shared references. resources: - name: v1-accounts-account-login_links path: /v1/accounts/{account}/login_links operations: - name: postaccountsaccountloginlinks method: POST description: Stripe Create Login Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: account in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: false exposes: - type: rest namespace: accounts-login-2-rest port: 8080 description: REST adapter for Stripe Accounts API — Login. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/accounts/{account}/login-links name: v1-accounts-account-login-links description: REST surface for v1-accounts-account-login_links. operations: - method: POST name: postaccountsaccountloginlinks description: Stripe Create Login Link call: accounts-login-2.postaccountsaccountloginlinks with: account: rest.account body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: accounts-login-2-mcp port: 9090 transport: http description: MCP adapter for Stripe Accounts API — Login. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: stripe-create-login-link description: Stripe Create Login Link hints: readOnly: false destructive: false idempotent: false call: accounts-login-2.postaccountsaccountloginlinks with: account: tools.account body: tools.body outputParameters: - type: object mapping: $.