SDKs
Official client libraries for the Firmreader API
The Firmreader SDKs wrap the REST API in idiomatic client libraries so you can automate publishing and manage channels without hand-rolling HTTP requests.
These pages are sample documentation. The libraries described here are illustrative and not yet published to package registries.
Available libraries
| Language | Package | Repository |
|---|---|---|
| JavaScript / Node | @firmreader/sdk | github.com/firmreader/firmreader-js |
| Python | firmreader | github.com/firmreader/firmreader-python |
| Go | firmreader-go | github.com/firmreader/firmreader-go |
Installation
npm install @firmreader/sdkAuthentication
Every SDK authenticates with a workspace API key. Generate one from Settings > API Keys in your dashboard — live keys are prefixed with fr_live_.
Load the key from an environment variable (FIRMREADER_API_KEY) rather than hard-coding it in source.
