E-CLOUD-001
VENDO_API_KEY is present in the environment, but it does not look like a
real Vendo Cloud key.
check cloud/key · error_code E-CLOUD-001 · doctor exits 0 (warning only)
What you’re seeing
Doctor checks the shape ofVENDO_API_KEY locally: it expects the vnd_
prefix followed by 40 hex characters. This is a shape check only, doctor
never validates a key against a server.
Why
A key that is well-formed but revoked, expired, or from a different project passes this check and only surfaces on the first real Cloud service call (the model gateway, the hosted store, the Cloud sandbox, the Cloud broker). This check exists to catch the earlier, simpler failure: a copy-paste error, a truncated value, a placeholder that never got replaced.The fix
Re-copy the key from the Vendo Cloud console’s keys page, in case the value was truncated or mistyped. Or mint a fresh one:.env.local. Re-run doctor, then restart your dev server so the app picks
up the key.
Related errors
E-TURN-001
live model turn did not answer
E-LIVE-004
no execution venue configured