Adyen · Capability

Adyen Legal Entity Management API — Themes

Adyen Legal Entity Management API — Themes. 2 operations. Lead operation: Adyen Get a List of Hosted Onboarding Page Themes. Self-contained Naftiko capability covering one Adyen business surface.

Run with Naftiko AdyenThemes

What You Can Do

GET
Getthemes — Adyen Get a List of Hosted Onboarding Page Themes
/v1/themes
GET
Getthemesid — Adyen Get an Onboarding Link Theme
/v1/themes/{id}

MCP Tools

adyen-get-list-hosted-onboarding

Adyen Get a List of Hosted Onboarding Page Themes

read-only idempotent
adyen-get-onboarding-link-theme

Adyen Get an Onboarding Link Theme

read-only idempotent

Capability Spec

legal-entity-themes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Adyen Legal Entity Management API — Themes
  description: 'Adyen Legal Entity Management API — Themes. 2 operations. Lead operation: Adyen Get a List of Hosted Onboarding
    Page Themes. Self-contained Naftiko capability covering one Adyen business surface.'
  tags:
  - Adyen
  - Themes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADYEN_API_KEY: ADYEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: legal-entity-themes
    baseUri: https://kyc-test.adyen.com/lem/v3
    description: Adyen Legal Entity Management API — Themes business capability. Self-contained, no shared references.
    resources:
    - name: themes
      path: /themes
      operations:
      - name: getthemes
        method: GET
        description: Adyen Get a List of Hosted Onboarding Page Themes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: themes-id
      path: /themes/{id}
      operations:
      - name: getthemesid
        method: GET
        description: Adyen Get an Onboarding Link Theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The unique identifier of the theme
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.ADYEN_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: legal-entity-themes-rest
    port: 8080
    description: REST adapter for Adyen Legal Entity Management API — Themes. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/themes
      name: themes
      description: REST surface for themes.
      operations:
      - method: GET
        name: getthemes
        description: Adyen Get a List of Hosted Onboarding Page Themes
        call: legal-entity-themes.getthemes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/themes/{id}
      name: themes-id
      description: REST surface for themes-id.
      operations:
      - method: GET
        name: getthemesid
        description: Adyen Get an Onboarding Link Theme
        call: legal-entity-themes.getthemesid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: legal-entity-themes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Adyen Legal Entity Management API — Themes. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: adyen-get-list-hosted-onboarding
      description: Adyen Get a List of Hosted Onboarding Page Themes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: legal-entity-themes.getthemes
      outputParameters:
      - type: object
        mapping: $.
    - name: adyen-get-onboarding-link-theme
      description: Adyen Get an Onboarding Link Theme
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: legal-entity-themes.getthemesid
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.