HTTP status: 401Documentation Index
Fetch the complete documentation index at: https://dev.1st.app/llms.txt
Use this file to discover all available pages before exploring further.
Message
This API key has expired. Generate a new key under /developers in the app, optionally with a longer expiry.
Common cause
Keys can optionally carry anexpires_at date set at mint time (90 days,
1 year, etc.). Once that date passes the middleware rejects every
request from the key — even if it was working a minute earlier.
You’ll see this if:
- A key minted with a 30-day or 90-day expiry rolled past its date.
- Your client retried for hours after the original failure without realizing the underlying cause.