Clerk · Capability

Clerk Frontend Api — Environment

Clerk Environment capability. 2 operations. Lead operation: Get Environment.

Run with Naftiko ClerkEnvironment

Capability Spec

clerk-frontend-api-environment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Clerk Frontend Api — Environment
  description: 'Clerk Environment capability. 2 operations. Lead operation: Get Environment.'
  tags:
  - Clerk
  - Environment
  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-environment
    baseUri: ''
    description: Clerk clerk-frontend-api Environment business capability.
    resources:
    - name: v1-environment
      path: /v1/environment
      operations:
      - name: getEnvironment
        method: GET
        description: Get Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateEnvironment
        method: PATCH
        description: Update Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Origin
          in: header
          type: string
          description: Origin of the request
          required: true