Questions
Yes — non-interactive use is a first-class citizen. A Terminalwire CLI is just a command line, so CI jobs, scripts, and AI agents like Claude Code and Codex run it the same way a human does: type the command, read the output, check the exit code.
Two design decisions make that dependable:
Your automation authenticates the same way your humans do — through your web app’s existing auth — so there’s no separate token store to manage or leak.