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

# 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.js 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)
* [Go SDK](https://infisical.com/docs/sdks/languages/go)
* [C++ SDK](https://infisical.com/docs/sdks/languages/cpp)
* [Ruby SDK](https://infisical.com/docs/sdks/languages/ruby)

Missing a language? [Throw in a request here](https://github.com/Infisical/infisical/issues).
