Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Hello Authentication API — Credentials

Microsoft Windows 10 Windows Hello Authentication API — Credentials. 3 operations. Lead operation: Microsoft Windows 10 Create a Windows Hello key credential. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Credentials

What You Can Do

POST
Createkeycredential — Microsoft Windows 10 Create a Windows Hello key credential
/v1/hello/credentials
GET
Openkeycredential — Microsoft Windows 10 Open an existing key credential
/v1/hello/credentials/{accountid}
DELETE
Deletekeycredential — Microsoft Windows 10 Delete a key credential
/v1/hello/credentials/{accountid}

MCP Tools

microsoft-windows-10-create-windows

Microsoft Windows 10 Create a Windows Hello key credential

microsoft-windows-10-open-existing

Microsoft Windows 10 Open an existing key credential

read-only idempotent
microsoft-windows-10-delete-key

Microsoft Windows 10 Delete a key credential

idempotent

Capability Spec

hello-credentials.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Windows 10 Windows Hello Authentication API — Credentials
  description: 'Microsoft Windows 10 Windows Hello Authentication API — Credentials. 3 operations. Lead operation: Microsoft
    Windows 10 Create a Windows Hello key credential. Self-contained Naftiko capability covering one Microsoft Windows 10
    business surface.'
  tags:
  - Microsoft Windows 10
  - Credentials
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_WINDOWS_10_API_KEY: MICROSOFT_WINDOWS_10_API_KEY
capability:
  consumes:
  - type: http
    namespace: hello-credentials
    baseUri: https://api.windows.com
    description: Microsoft Windows 10 Windows Hello Authentication API — Credentials business capability. Self-contained,
      no shared references.
    resources:
    - name: hello-credentials
      path: /hello/credentials
      operations:
      - name: createkeycredential
        method: POST
        description: Microsoft Windows 10 Create a Windows Hello key credential
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: hello-credentials-accountId
      path: /hello/credentials/{accountId}
      operations:
      - name: openkeycredential
        method: GET
        description: Microsoft Windows 10 Open an existing key credential
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: The account identifier for the credential
          required: true
      - name: deletekeycredential
        method: DELETE
        description: Microsoft Windows 10 Delete a key credential
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: The account identifier for the credential
          required: true
  exposes:
  - type: rest
    namespace: hello-credentials-rest
    port: 8080
    description: REST adapter for Microsoft Windows 10 Windows Hello Authentication API — Credentials. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/hello/credentials
      name: hello-credentials
      description: REST surface for hello-credentials.
      operations:
      - method: POST
        name: createkeycredential
        description: Microsoft Windows 10 Create a Windows Hello key credential
        call: hello-credentials.createkeycredential
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/hello/credentials/{accountid}
      name: hello-credentials-accountid
      description: REST surface for hello-credentials-accountId.
      operations:
      - method: GET
        name: openkeycredential
        description: Microsoft Windows 10 Open an existing key credential
        call: hello-credentials.openkeycredential
        with:
          accountId: rest.accountId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletekeycredential
        description: Microsoft Windows 10 Delete a key credential
        call: hello-credentials.deletekeycredential
        with:
          accountId: rest.accountId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hello-credentials-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Windows 10 Windows Hello Authentication API — Credentials. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-windows-10-create-windows
      description: Microsoft Windows 10 Create a Windows Hello key credential
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: hello-credentials.createkeycredential
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-windows-10-open-existing
      description: Microsoft Windows 10 Open an existing key credential
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hello-credentials.openkeycredential
      with:
        accountId: tools.accountId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-windows-10-delete-key
      description: Microsoft Windows 10 Delete a key credential
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: hello-credentials.deletekeycredential
      with:
        accountId: tools.accountId
      outputParameters:
      - type: object
        mapping: $.