mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
19 lines
667 B
Plaintext
19 lines
667 B
Plaintext
---
|
|
title: "SDKs"
|
|
---
|
|
|
|
From local development to production, Infisical's language-specific SDKs provide the easiest way for your app to fetch back secrets on demand.
|
|
|
|
Prerequisites:
|
|
|
|
- Have a project with secrets ready in [Infisical Cloud](https://app.infisical.com).
|
|
- Create an [Infisical Token](/documentation/platform/token) scoped to an environment in your project in Infisical.
|
|
|
|
## Usage
|
|
|
|
Follow the instructions for your language use the SDK for it:
|
|
|
|
- [Node SDK](https://github.com/Infisical/infisical-node)
|
|
- [Python SDK](https://github.com/Infisical/infisical-python)
|
|
|
|
Missing a language? [Throw in a request](https://github.com/Infisical/infisical/issues). |