User-facing changes to the pre.dev API, SDKs, and dashboard. Subscribe via the GitHub releases page to get notified on every SDK bump.Documentation Index
Fetch the complete documentation index at: https://docs.pre.dev/llms.txt
Use this file to discover all available pages before exploring further.
2026-04-30
pre.dev/api-key — one-click API key copy
New top-level page at https://pre.dev/api-key.
Sign in once and copy your key — same UI as the in-product reveal. Useful
when sharing example apps and SDK quickstarts: link any “Get an API key”
CTA straight here and the user lands on a single-purpose page with a
masked-key reveal + copy button.
Unauthenticated visitors are bounced to sign-in and auto-returned to
/api-key after.
Browser Agents — typed billing errors with actionUrl
Non-2xx responses for POST /browser-agent
now carry a structured body:
code is one of SUBSCRIPTION_REQUIRED, INSUFFICIENT_CREDITS,
RATE_LIMITED, QUEUE_FULL, BATCH_TOO_LARGE. actionUrl (when
present) deep-links the user back to pre.dev with the right billing
modal pre-opened — window.open(actionUrl) is enough to send the user
to the credit-purchase or subscription flow without any extra UI.
The same body is emitted on the SSE error event when streaming.
Node SDK — predev-api@1.1.0
SubscriptionRequiredError,
InsufficientCreditsError, QueueFullError, BatchTooLargeError. All
non-breaking — existing instanceof PredevAPIError checks still match.
See the Node SDK error-handling docs.
Python SDK — predev-api==1.1.0
action_url field. See the
Python SDK error-handling docs.
