Your key is valid; it just can’t do this. The two most common causes are role mismatch (e.g., a member key trying to manage org settings) and write attempts on a read-only endpoint shape. For most cross-organization or cross-profile attempts you’ll seeDocumentation Index
Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt
Use this file to discover all available pages before exploring further.
not_found instead — we 404 to avoid leaking resource existence to a key that shouldn’t see it.
What triggers it
- An owner-only action (e.g., deleting an organization, rotating an org-wide secret) attempted by a member key.
- A read-only key on a write endpoint.
- A profile-scoped key trying to modify org-wide settings.
Response shape
unauthorized.json
Related
- Authentication — scoping rules and key shape.
not_found— what you get for cross-org/cross-profile attempts.