mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
12 lines
405 B
Plaintext
12 lines
405 B
Plaintext
---
|
|
title: "Authentication"
|
|
---
|
|
|
|
To authenticate requests with Infisical, you must include an API key in the `X-API-KEY` header of HTTP requests made to the platform. You can obtain an API key from your user settings.
|
|
|
|
<Info>
|
|
It's important to keep your API key secure, as it grants access to your
|
|
secrets in Infisical. For added security, consider rotating your API key on a
|
|
regular basis.
|
|
</Info>
|