> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://plant0.usefern.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://plant0.usefern.com/_mcp/server.

# SDKs

We provide official open-source SDKs (client libraries) for your favorite languages, such as Node.js and Python. These clients make connecting to our API faster and help avoid errors.

We regularly update our SDKs using [Fern](https://buildwithfern.com/?utm_campaign=demo\&utm_medium=plantstore\&utm_source=markdown_sdks) and adhere to [semantic versioning](https://semver.org/) (semver) principles, so we won't make breaking changes in minor or patch releases.

## Official SDKs

```shell Node
bash npm install plantstore-sdk # or yarn add plantstore-sdk
```

```shell Python
bash pip install plantstore
```

```shell Go
bash go get -u github.com/fern-demo/plantstore-go
```

```xml Java (Maven)
<dependency>
  <groupId>com.buildwithfern.plantstore</groupId>
  <artifactId>plantstore</artifactId>
  <version>0.0.1</version>
</dependency>
```

```gradle Java (Gradle)
implementation 'com.buildwithfern.plantstore:plantstore:0.0.1'
```

```shell Ruby
bash gem install plantstore
```

```shell C#
bash nuget install plantstore.net
```

## Request a new SDK

If you'd like to request an SDK for a language that we don't currently support, [let us know](/welcome#get-support). We're always looking to expand our SDK offerings and would love to hear from you.