Stripe · Capability

Stripe Application Secrets API — Applications

Stripe Application Secrets API — Applications. 4 operations. Lead operation: Stripe Get Apps Secrets. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripeApplications

What You Can Do

GET
Getappssecrets — Stripe Get Apps Secrets
/v1/v1/apps/secrets
POST
Postappssecrets — Stripe Post Apps Secrets
/v1/v1/apps/secrets
POST
Postappssecretsdelete — Stripe Post Apps Secrets Delete
/v1/v1/apps/secrets/delete
GET
Getappssecretsfind — Stripe Get Apps Secrets Find
/v1/v1/apps/secrets/find

MCP Tools

stripe-get-apps-secrets

Stripe Get Apps Secrets

read-only idempotent
stripe-post-apps-secrets

Stripe Post Apps Secrets

stripe-post-apps-secrets-delete

Stripe Post Apps Secrets Delete

stripe-get-apps-secrets-find

Stripe Get Apps Secrets Find

read-only idempotent

Capability Spec

application-secrets-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Application Secrets API — Applications
  description: 'Stripe Application Secrets API — Applications. 4 operations. Lead operation: Stripe Get Apps Secrets. Self-contained
    Naftiko capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Applications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STRIPE_API_KEY: STRIPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: application-secrets-applications
    baseUri: https://api.stripe.com
    description: Stripe Application Secrets API — Applications business capability. Self-contained, no shared references.
    resources:
    - name: v1-apps-secrets
      path: /v1/apps/secrets
      operations:
      - name: getappssecrets
        method: GET
        description: Stripe Get Apps Secrets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ending_before
          in: query
          type: string
          description: A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list.
            For instance, if you make a list request and receive 100 ob
        - name: expand
          in: query
          type: array
          description: Specifies which fields in the response should be expanded.
        - name: limit
          in: query
          type: integer
          description: A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default
            is 10.
        - name: scope
          in: query
          type: object
          description: Specifies the scoping of the secret. Requests originating from UI extensions can only access account-scoped
            secrets or secrets scoped to their own user.
          required: true
        - name: starting_after
          in: query
          type: string
          description: A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list.
            For instance, if you make a list request and receive 100 o
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: postappssecrets
        method: POST
        description: Stripe Post Apps Secrets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-apps-secrets-delete
      path: /v1/apps/secrets/delete
      operations:
      - name: postappssecretsdelete
        method: POST
        description: Stripe Post Apps Secrets Delete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-apps-secrets-find
      path: /v1/apps/secrets/find
      operations:
      - name: getappssecretsfind
        method: GET
        description: Stripe Get Apps Secrets Find
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: expand
          in: query
          type: array
          description: Specifies which fields in the response should be expanded.
        - name: name
          in: query
          type: string
          description: A name for the secret that's unique within the scope.
          required: true
        - name: scope
          in: query
          type: object
          description: Specifies the scoping of the secret. Requests originating from UI extensions can only access account-scoped
            secrets or secrets scoped to their own user.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.STRIPE_API_KEY}}'
  exposes:
  - type: rest
    namespace: application-secrets-applications-rest
    port: 8080
    description: REST adapter for Stripe Application Secrets API — Applications. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/apps/secrets
      name: v1-apps-secrets
      description: REST surface for v1-apps-secrets.
      operations:
      - method: GET
        name: getappssecrets
        description: Stripe Get Apps Secrets
        call: application-secrets-applications.getappssecrets
        with:
          ending_before: rest.ending_before
          expand: rest.expand
          limit: rest.limit
          scope: rest.scope
          starting_after: rest.starting_after
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postappssecrets
        description: Stripe Post Apps Secrets
        call: application-secrets-applications.postappssecrets
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/apps/secrets/delete
      name: v1-apps-secrets-delete
      description: REST surface for v1-apps-secrets-delete.
      operations:
      - method: POST
        name: postappssecretsdelete
        description: Stripe Post Apps Secrets Delete
        call: application-secrets-applications.postappssecretsdelete
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/apps/secrets/find
      name: v1-apps-secrets-find
      description: REST surface for v1-apps-secrets-find.
      operations:
      - method: GET
        name: getappssecretsfind
        description: Stripe Get Apps Secrets Find
        call: application-secrets-applications.getappssecretsfind
        with:
          expand: rest.expand
          name: rest.name
          scope: rest.scope
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: application-secrets-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Application Secrets API — Applications. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: stripe-get-apps-secrets
      description: Stripe Get Apps Secrets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: application-secrets-applications.getappssecrets
      with:
        ending_before: tools.ending_before
        expand: tools.expand
        limit: tools.limit
        scope: tools.scope
        starting_after: tools.starting_after
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-post-apps-secrets
      description: Stripe Post Apps Secrets
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: application-secrets-applications.postappssecrets
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-post-apps-secrets-delete
      description: Stripe Post Apps Secrets Delete
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: application-secrets-applications.postappssecretsdelete
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: stripe-get-apps-secrets-find
      description: Stripe Get Apps Secrets Find
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: application-secrets-applications.getappssecretsfind
      with:
        expand: tools.expand
        name: tools.name
        scope: tools.scope
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.