Skip to main content
E2EE enabled mode only works with Service Tokens and cannot be used with Identities.
Using Infisical’s API to read/write secrets with E2EE enabled allows you to create, update, and retrieve secrets but requires you to perform client-side encryption/decryption operations. For this reason, we recommend using one of the available SDKs instead.
Retrieve all secrets for an Infisical project and environment.
Create a secret in Infisical.
Retrieve a secret from Infisical.
Update an existing secret in Infisical.
Delete a secret in Infisical.
If using an API_KEY to authenticate with the Infisical API, then you should include it in the X_API_KEY header.