mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
22 lines
803 B
Plaintext
22 lines
803 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://infisical.com/docs/sdks/languages/node)
|
|
- [Python SDK](https://infisical.com/docs/sdks/languages/python)
|
|
- [Java SDK](https://infisical.com/docs/sdks/languages/java)
|
|
- [.NET SDK](https://infisical.com/docs/sdks/languages/csharp)
|
|
|
|
Missing a language? [Throw in a request here](https://github.com/Infisical/infisical/issues).
|