Clerk · Capability

Clerk Backend Api — Proxy Checks

Clerk Proxy Checks capability. 1 operations. Lead operation: Verify the Proxy Configuration for Your Domain.

Run with Naftiko ClerkProxy Checks

Capability Spec

clerk-backend-api-proxy-checks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Clerk Backend Api — Proxy Checks
  description: 'Clerk Proxy Checks capability. 1 operations. Lead operation: Verify the Proxy Configuration for Your Domain.'
  tags:
  - Clerk
  - Proxy Checks
  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-proxy-checks
    baseUri: https://api.clerk.com/v1
    description: Clerk clerk-backend-api Proxy Checks business capability.
    resources:
    - name: proxy-checks
      path: /proxy_checks
      operations:
      - name: VerifyDomainProxy
        method: POST
        description: Verify the Proxy Configuration for Your Domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true