From 3d407ed5d3ad718bd668443ce821e23527a7ffbc Mon Sep 17 00:00:00 2001 From: Snider Date: Mon, 26 Jan 2026 21:23:12 +0000 Subject: [PATCH] fix(authentication): update examples for API keys to improve clarity --- docs/api/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/authentication.md b/docs/api/authentication.md index 23fd049..0687546 100644 --- a/docs/api/authentication.md +++ b/docs/api/authentication.md @@ -63,8 +63,8 @@ API keys follow the format: `{prefix}_{environment}_{random}` - **Random:** 32 characters **Examples:** -- `sk_live_EXAMPLE_KEY_REPLACE_ME` -- `sk_test_EXAMPLE_KEY_REPLACE_ME` +- `sk_live_` +- `sk_test_` ### Key Security