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/projects/key — one-click API key copy
New page at https://pre.dev/projects/key.
Sign in once and copy your key — masked-key reveal + copy button inside the
dashboard sidebar. Useful when sharing example apps and SDK quickstarts:
link any “Get an API key” CTA straight here.
Unauthenticated visitors are bounced to sign-in and auto-returned to
/projects/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.
