From 9b38f0b2f2e16170cc4fc711007e815048018509 Mon Sep 17 00:00:00 2001 From: Mo Elzubeir Date: Fri, 29 May 2026 22:49:52 -0500 Subject: [PATCH] docs: update API access section for clarity on subscription and key provisioning --- sdks/javascript/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdks/javascript/README.md b/sdks/javascript/README.md index f036e5e..1dcf003 100644 --- a/sdks/javascript/README.md +++ b/sdks/javascript/README.md @@ -8,7 +8,9 @@ This package is intended for **backend code only**. Do not ship your Socialhose ## Getting an API key -See the repository [API access notes](../../README.md#api-access) for subscription and key-provisioning details. This package consumes an existing key; it does not create keys, and there is no self-service key-generation flow documented here. +API access is available with paid Socialhose subscriptions. See [socialhose.net/pricing](https://socialhose.net/pricing) for current plans, or use a publicly provided API key if Socialhose offers one from time to time. + +See the repository [API access notes](../../README.md#api-access) for more key-provisioning details. This package consumes an existing key; it does not create keys, and there is no self-service key-generation flow documented here. To use the SDK: