The request didn’t carry a valid letmepost API key. This is about your key — not the upstream platform token. For platform token issues 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.
platform_auth_failed.
What triggers it
- No
Authorizationheader. - Header doesn’t start with
Bearer. - Key is unknown (typo, revoked, deleted org).
- Key prefix doesn’t match the environment (e.g.,
lmp_test_…against the production base URL).
Response shape
unauthenticated.json
Remediation
- Mint or rotate a key in the dashboard’s API keys page.
- Confirm the prefix matches your environment.
- Confirm the key wasn’t revoked — revocation is immediate.
Related
- Authentication — full key shape + scoping rules.
unauthorized— authenticated but not allowed.platform_auth_failed— upstream platform token issue.