docs: explain API key provisioning

This commit is contained in:
Mo Elzubeir
2026-05-29 14:47:41 -05:00
parent 57b1a67c2e
commit b33fd01182
4 changed files with 44 additions and 0 deletions
+6
View File
@@ -10,6 +10,12 @@ Future SDKs can live beside it, e.g. `sdks/python`, `sdks/go`, or `sdks/php`.
## JavaScript / TypeScript
API keys are provisioned by Socialhose or your account administrator. Set the key server-side before using the SDK:
```bash
export SOCIALHOSE_API_KEY="sh_your_key_here"
```
```bash
npm install @socialhose/api
```