> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Credential JWK Settings Management

> This section contains endpoints for managing JWK (JSON Web Key) settings associated with credentials. You can assign or remove JWKs for validation and signing, as well as for decryption and encryption operations.

## Endpoints

### JWK Validation and Sign

* [Set JWK Validation](/api-reference/credentials/jwk-settings/set-jwk-validation) - Assign a JWK for validation and signing to a credential
* [Remove JWK Validation](/api-reference/credentials/jwk-settings/remove-jwk-validation) - Remove JWK for validation and signing from a credential

### JWK Decryption and Encryption

* [Set JWK Encryption](/api-reference/credentials/jwk-settings/set-jwk-encryption) - Assign a JWK for decryption and encryption to a credential
* [Remove JWK Encryption](/api-reference/credentials/jwk-settings/remove-jwk-encryption) - Remove JWK for decryption and encryption from a credential

## Related Documentation

* [Credentials Overview](/api-reference/credentials) - Complete credential management documentation
* [CRUD Operations](/api-reference/credentials/crud) - Create, read, update, and delete credentials
* [Secrets Management](/api-reference/credentials/secrets) - Manage secrets for credentials
* [Token Settings](/api-reference/credentials/token-settings) - Manage token settings for credentials
