Documentation Index
Fetch the complete documentation index at: https://apidocs.scripe.io/llms.txt
Use this file to discover all available pages before exploring further.
invalid_token
| HTTP | When |
|---|---|
| 401 | The token format is invalid, doesn’t match a known key, or the workspace lost its Clerk binding mid-flight. |
- Mistyped or truncated token. Re-copy from your password manager and retry.
- The token was minted in a different environment (live vs test) than
the one you’re hitting. Double-check the prefix
(
scripe_sk_live_vsscripe_sk_test_). - The token was revoked very recently and the cached row was already evicted, so the request makes it past the cache and finds no live row. Mint a new key.
- (Rare) the workspace was deleted or its Clerk org binding broke. We fail closed in that case to avoid leaking row-existence signals.