Guide
Run provider web UI tasks with explicit prompts and recoverable sessions.
Web-AI commands operate through the visible browser UI. They are not provider API clients and do not use API keys.
Render before send
agbrowse web-ai render --vendor chatgpt --prompt "Explain the plan" --jsonSend and poll
SID=$(agbrowse web-ai send --vendor chatgpt --inline-only --prompt "Analyze this" --json | jq -r .sessionId)
agbrowse web-ai poll --vendor chatgpt --session "$SID" --timeout 1200One-shot query
agbrowse web-ai query --vendor grok --inline-only --prompt "Find risks in this text"Provider boundaries
ChatGPT, Gemini, and Grok each have separate model aliases and UI contracts. Check agbrowse web-ai --help before scripting.