Clerk · Capability

Clerk Backend Api — JWKS

Clerk JWKS capability. 1 operations. Lead operation: Retrieve the JSON Web Key Set of the Instance.

Run with Naftiko ClerkJWKS

Capability Spec

clerk-backend-api-jwks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Clerk Backend Api — JWKS
  description: 'Clerk JWKS capability. 1 operations. Lead operation: Retrieve the JSON Web Key Set of the Instance.'
  tags:
  - Clerk
  - JWKS
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    CLERK_SECRET_KEY: CLERK_SECRET_KEY
capability:
  consumes:
  - type: http
    namespace: clerk-backend-api-jwks
    baseUri: https://api.clerk.com/v1
    description: Clerk clerk-backend-api JWKS business capability.
    resources:
    - name: jwks
      path: /jwks
      operations:
      - name: GetJWKS
        method: GET
        description: Retrieve the JSON Web Key Set of the Instance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.