Skip to content

Troubleshoot VB-OS CLI Errors

The CLI is not logged in or the session has expired.

Fix:

Terminal window
vbos login

No API key configured for non-interactive use.

Fix:

Terminal window
export VBOS_API_KEY=vbos_your_key_here
Code Meaning
0 Success
1 General error / DEFER verdict
2 Authentication or API error
130 Interrupted (Ctrl+C)

The VBL source has syntax or semantic errors.

Fix:

  • Check the error message for the specific line and column
  • Verify VBL syntax against the Language Reference
  • Common issues: missing colon after predicate, wrong operator, undefined set reference