Stripe · Capability

Stripe Accounts API — Create

Stripe Accounts API — Create. 8 operations. Lead operation: Stripe Create Account Link. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripeCreate

What You Can Do

POST
Postaccountlinks — Stripe Create Account Link
/v1/v1/account-links
POST
Postaccountsessions — Stripe Create Account Session
/v1/v1/account-sessions
POST
Postaccounts — Stripe Create Account
/v1/v1/accounts
POST
Postaccountsaccountbankaccounts — Stripe Create Bank Account
/v1/v1/accounts/{account}/bank-accounts
POST
Postaccountsaccountexternalaccounts — Stripe Create External Account
/v1/v1/accounts/{account}/external-accounts
POST
Postaccountsaccountloginlinks — Stripe Create Login Link
/v1/v1/accounts/{account}/login-links
POST
Postaccountsaccountpeople — Stripe Create Person
/v1/v1/accounts/{account}/people
POST
Postaccountsaccountpersons — Stripe Create Person
/v1/v1/accounts/{account}/persons

MCP Tools

stripe-create-account-link

Stripe Create Account Link

stripe-create-account-session

Stripe Create Account Session

stripe-create-account

Stripe Create Account

stripe-create-bank-account

Stripe Create Bank Account

stripe-create-external-account

Stripe Create External Account

stripe-create-login-link

Stripe Create Login Link

stripe-create-person

Stripe Create Person

stripe-create-person-2

Stripe Create Person

Capability Spec

accounts-create.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Accounts API — Create
  description: 'Stripe Accounts API — Create. 8 operations. Lead operation: Stripe Create Account Link. Self-contained Naftiko
    capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Create
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STRIPE_API_KEY: STRIPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: accounts-create
    baseUri: https://api.stripe.com
    description: Stripe Accounts API — Create business capability. Self-contained, no shared references.
    resources:
    - name: v1-account_links
      path: /v1/account_links
      operations:
      - name: postaccountlinks
        method: POST
        description: Stripe Create Account Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-account_sessions
      path: /v1/account_sessions
      operations:
      - name: postaccountsessions
        method: POST
        description: Stripe Create Account Session
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-accounts
      path: /v1/accounts
      operations:
      - name: postaccounts
        method: POST
        description: Stripe Create Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-accounts-account-bank_accounts
      path: /v1/accounts/{account}/bank_accounts
      operations:
      - name: postaccountsaccountbankaccounts
        method: POST
        description: Stripe Create Bank Account
        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
    - name: v1-accounts-account-external_accounts
      path: /v1/accounts/{account}/external_accounts
      operations:
      - name: postaccountsaccountexternalaccounts
        method: POST
        description: Stripe Create External Account
        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
    - 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
    - name: v1-accounts-account-people
      path: /v1/accounts/{account}/people
      operations:
      - name: postaccountsaccountpeople
        method: POST
        description: Stripe Create Person
        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
    - name: v1-accounts-account-persons
      path: /v1/accounts/{account}/persons
      operations:
      - name: postaccountsaccountpersons
        method: POST
        description: Stripe Create Person
        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-create-rest
    port: 8080
    description: REST adapter for Stripe Accounts API — Create. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/account-links
      name: v1-account-links
      description: REST surface for v1-account_links.
      operations:
      - method: POST
        name: postaccountlinks
        description: Stripe Create Account Link
        call: accounts-create.postaccountlinks
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/account-sessions
      name: v1-account-sessions
      description: REST surface for v1-account_sessions.
      operations:
      - method: POST
        name: postaccountsessions
        description: Stripe Create Account Session
        call: accounts-create.postaccountsessions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/accounts
      name: v1-accounts
      description: REST surface for v1-accounts.
      operations:
      - method: POST
        name: postaccounts
        description: Stripe Create Account
        call: accounts-create.postaccounts
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/accounts/{account}/bank-accounts
      name: v1-accounts-account-bank-accounts
      description: REST surface for v1-accounts-account-bank_accounts.
      operations:
      - method: POST
        name: postaccountsaccountbankaccounts
        description: Stripe Create Bank Account
        call: accounts-create.postaccountsaccountbankaccounts
        with:
          account: rest.account
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/accounts/{account}/external-accounts
      name: v1-accounts-account-external-accounts
      description: REST surface for v1-accounts-account-external_accounts.
      operations:
      - method: POST
        name: postaccountsaccountexternalaccounts
        description: Stripe Create External Account
        call: accounts-create.postaccountsaccountexternalaccounts
        with:
          account: rest.account
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - 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-create.postaccountsaccountloginlinks
        with:
          account: rest.account
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/accounts/{account}/people
      name: v1-accounts-account-people
      description: REST surface for v1-accounts-account-people.
      operations:
      - method: POST
        name: postaccountsaccountpeople
        description: Stripe Create Person
        call: accounts-create.postaccountsaccountpeople
        with:
          account: rest.account
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/accounts/{account}/persons
      name: v1-accounts-account-persons
      description: REST surface for v1-accounts-account-persons.
      operations:
      - method: POST
        name: postaccountsaccountpersons
        description: Stripe Create Person
        call: accounts-create.postaccountsaccountpersons
        with:
          account: rest.account
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: accounts-create-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Accounts API — Create. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: stripe-create-account-link
      description: Stripe Create Account Link
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: accounts-create.postaccountlinks
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-create-account-session
      description: Stripe Create Account Session
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: accounts-create.postaccountsessions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-create-account
      description: Stripe Create Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: accounts-create.postaccounts
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-create-bank-account
      description: Stripe Create Bank Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: accounts-create.postaccountsaccountbankaccounts
      with:
        account: tools.account
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-create-external-account
      description: Stripe Create External Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: accounts-create.postaccountsaccountexternalaccounts
      with:
        account: tools.account
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-create-login-link
      description: Stripe Create Login Link
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: accounts-create.postaccountsaccountloginlinks
      with:
        account: tools.account
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-create-person
      description: Stripe Create Person
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: accounts-create.postaccountsaccountpeople
      with:
        account: tools.account
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-create-person-2
      description: Stripe Create Person
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: accounts-create.postaccountsaccountpersons
      with:
        account: tools.account
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.