Stripe · Capability

Stripe Application Secrets API — Find

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

Run with Naftiko StripeFind

What You Can Do

GET
Getappssecretsfind — Stripe Get Apps Secrets Find
/v1/v1/apps/secrets/find

MCP Tools

stripe-get-apps-secrets-find

Stripe Get Apps Secrets Find

read-only idempotent

Capability Spec

application-secrets-find.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Application Secrets API — Find
  description: 'Stripe Application Secrets API — Find. 1 operations. Lead operation: Stripe Get Apps Secrets Find. Self-contained
    Naftiko capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Find
  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-find
    baseUri: https://api.stripe.com
    description: Stripe Application Secrets API — Find business capability. Self-contained, no shared references.
    resources:
    - 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-find-rest
    port: 8080
    description: REST adapter for Stripe Application Secrets API — Find. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - 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-find.getappssecretsfind
        with:
          expand: rest.expand
          name: rest.name
          scope: rest.scope
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: application-secrets-find-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Application Secrets API — Find. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: stripe-get-apps-secrets-find
      description: Stripe Get Apps Secrets Find
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: application-secrets-find.getappssecretsfind
      with:
        expand: tools.expand
        name: tools.name
        scope: tools.scope
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.