naftiko: 1.0.0-alpha2 info: label: Clerk Backend Api — Beta Features description: 'Clerk Beta Features capability. 3 operations. Lead operation: Update Instance Settings.' tags: - Clerk - Beta Features 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-beta-features baseUri: https://api.clerk.com/v1 description: Clerk clerk-backend-api Beta Features business capability. resources: - name: beta-features-instance-settings path: /beta_features/instance_settings operations: - name: UpdateInstanceAuthConfig method: PATCH description: Update Instance Settings outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: beta-features-domain path: /beta_features/domain operations: - name: UpdateProductionInstanceDomain method: PUT description: Update Production Instance Domain outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: instance-change-domain path: /instance/change_domain operations: - name: ChangeProductionInstanceDomain method: POST description: Update Production Instance Domain outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true