veirox agent

Run and control agent chat sessions

Synopsis

veirox agent <subcommand> [args] [flags]

Description

Run and control agent chat sessions

Subcommands

CommandDescription
veirox agent cancel <session-id>Cancel an in-flight chat session
veirox agent run <prompt>Trigger a chat session with a prompt

veirox agent cancel <session-id>

Cancel an in-flight chat session

veirox agent cancel <uuid>

veirox agent run <prompt>

Trigger a chat session with a prompt

FlagTypeDefaultDescription
--followboolfalsestream events after the session starts
--plainboolfalseemit ndjson instead of the Charm UI when following
--show-thinkingboolfalserender assistant thinking blocks
veirox agent run 'tail prod-api logs for errors' --follow

Exit codes

CodeMeaning
0Success.
1Generic error (network, API 5xx).
2Validation error (bad flag, missing required arg).
3Unauthenticated โ€” run veirox login or set VEIROX_API_KEY.
4Not found (resource does not exist in this project).
5Permission denied (your role / API key lacks the scope).

See also