Skip to main content

Look

Ask for a fix-prompt

This produces a prompt aimed at your own coding agent, carrying the error, the logs around it, and what Bay knows about how the app is built.
Bay does not silently commit to your source. The repair agent operates on a copy and hands you a fix; what happens to your repository stays your decision.

Apply a patch

Go back

Deployments are by digest, so a rollback returns to bytes that actually ran — not to a tag that may since have been moved.

Run something in the app’s environment

Same variables, same database credentials, isolated from the running app.

When the build itself fails

Reproduce the resolution locally first — it takes two seconds and touches no cloud:
If bay check passes and the build still fails, the difference is in the build environment rather than the config, and bay logs for the build carries the BuildKit output verbatim.