Clerk · Capability

Clerk Frontend Api — Well Known

Clerk Well Known capability. 5 operations. Lead operation: Get Android Asset Links.

Run with Naftiko ClerkWell Known

Capability Spec

clerk-frontend-api-well-known.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Clerk Frontend Api — Well Known
  description: 'Clerk Well Known capability. 5 operations. Lead operation: Get Android Asset Links.'
  tags:
  - Clerk
  - Well Known
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    CLERK_PUBLISHABLE_KEY: CLERK_PUBLISHABLE_KEY
capability:
  consumes:
  - type: http
    namespace: clerk-frontend-api-well-known
    baseUri: ''
    description: Clerk clerk-frontend-api Well Known business capability.
    resources:
    - name: well-known-assetlinks-json
      path: /.well-known/assetlinks.json
      operations:
      - name: getAndroidAssetLinks
        method: GET
        description: Get Android Asset Links
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: well-known-jwks-json
      path: /.well-known/jwks.json
      operations:
      - name: getJWKS
        method: GET
        description: JWKS
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: well-known-apple-app-site-association
      path: /.well-known/apple-app-site-association
      operations:
      - name: getAppleAppSiteAssociation
        method: GET
        description: Apple App Site Association
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: well-known-openid-configuration
      path: /.well-known/openid-configuration
      operations:
      - name: getOpenIDConfiguration
        method: GET
        description: Basic OpenID Configuration Payload
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: well-known-oauth-authorization-server
      path: /.well-known/oauth-authorization-server
      operations:
      - name: getOAuth2AuthorizationServerMetadata
        method: GET
        description: OAuth 2.0 Authorization Server Metadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.