Woes Terminal
Woes Terminal is an in-app command console for operators and developers who want to move through the workspace quickly. It runs inside Woes, uses your signed-in account, and follows the same workspace permissions as the rest of the platform. Use it to:- Jump between Inbox, Issues, Clients, Agents, Context Library, Team Chat, Analytics, and Settings.
- List and inspect conversations, issues, clients, agents, context sources, notifications, tags, and workspace stats.
- Reply to conversations, close or reopen conversations, set priority, assign conversations to yourself, and archive conversations when your role allows it.
- Create, update, close, or delete issues.
- Add API context sources.
- Return raw JSON for supported data commands when you need a quick structured snapshot.
Woes Terminal is not a separate public REST API key or an installed desktop
CLI. It is a browser-based operator tool inside the Woes app.
Open Terminal
You can open Terminal in two ways.1
Use the global overlay
Click the terminal button in the workspace header, next to the
notification bell.
2
Use the keyboard shortcut
Press Ctrl + Backquote on Windows/Linux or ⌘ + Backquote on macOS.
The overlay opens above the page you are already using.
3
Open the full page
Go to Developer tools -> Terminal in the app, or run
open terminal
from the overlay.How It Works
Terminal commands run with your current signed-in Woes session. If you can do something in the app, Terminal can usually do the matching supported command. If your role does not allow an action, the command fails with the same kind of permission error you would see in the app. Terminal follows these rules:Command Syntax
Commands use a simple shell-style format:
Use
help to list commands and help <command> to see usage examples for one
command.
Keyboard Controls
Core Commands
Get Help
Check Your Session
Workspace Stats
Clear, History, Echo, And Theme
theme toggles the workspace between light and dark mode.
Navigation Commands
Useopen to jump around Woes.
Inbox And Conversations
List Conversations
View A Conversation
--json when you need the raw structured conversation object.
Reply To A Conversation
Manage Conversation State
Terminal assignment currently supports assigning a conversation to yourself.
Use Inbox when you need to assign a conversation to another teammate.
Issues
List Issues
View An Issue
Create An Issue
Update An Issue
Close Or Delete An Issue
Clients
List Clients
View A Client
Create A Client
Agents
List the workspace agents and their enabled state:Context Library
List Context Sources
Add A Context Source
Workspace Commands
Tags
Analytics
Notifications
notifications read marks all notifications as read for your signed-in
operator.
JSON Examples
Add--json to supported list/view commands:
Permissions And Safety
Terminal is designed to be fast without being more powerful than the app.- You must be signed into Woes.
- Commands run in the active workspace.
- Your role and permissions still apply.
- Customer data shown in Terminal follows the same workspace data boundaries as Inbox, Issues, Clients, and Context Library.
- Terminal does not expose provider secrets, API credentials, or hidden system prompts.
- Terminal is intended for operators and admins, not public website visitors.
