Skip to main content

Bot Commands Reference

This page documents all available commands across GAIA bot platforms.

General Commands

Chat with GAIA

/gaia <message>
Send a message to GAIA and get a response. Example:
/gaia What's on my schedule today?
/auth
Generate a link to connect your messaging account to GAIA. Example:
/auth
You’ll receive a URL to complete authentication in your browser.
/unlink
Disconnect your messaging account from GAIA. You can re-link at any time with /auth.

Check Status

/status
Check if the bot and API are online, and whether your account is linked.

View Settings

/settings
View your GAIA account settings, connected integrations, and selected model.

Help

/help
Show all available commands and getting-started information.

Conversation Commands

Start a New Conversation

/new
Reset your session and start a fresh conversation. Your previous conversation is preserved in the GAIA web app.

Stop Current Response

/stop
Stop the current response and start a new conversation. Use this when GAIA is taking too long or you want to change direction.

List Conversations

/conversations [page]
View your recent GAIA conversations with links to the web interface. Example:
/conversations
/conversations 2

Workflow Commands

List Workflows

/workflow list
Display all your workflows with their status.

Get Workflow Details

/workflow get <id>
Get detailed information about a specific workflow.

Execute Workflow

/workflow execute <id>
Manually trigger a workflow to run.

Create Workflow (Discord only)

/workflow create <name> <description>
Create a new workflow with a name and description.

Todo Commands

List Todos

/todo list
Show all active (incomplete) todos.

Add Todo

/todo add <title> [priority] [description]
Create a new todo. Priority is optional (low, medium, high). Examples:
/todo add "Buy groceries"
/todo add "Fix bug in login" high
/todo add "Update documentation" medium "Add API examples"

Complete Todo

/todo complete <id>
Mark a todo as completed.

Delete Todo

/todo delete <id>
Permanently delete a todo.

Platform-Specific Notes

Discord

  • All commands are slash commands with autocomplete
  • Responses are ephemeral (only visible to you) by default
  • Can also mention the bot: @GAIA what's the weather?
  • /workflow create is Discord-only

Slack

  • Commands use Slack’s slash command syntax
  • All responses are ephemeral
  • Works in DMs (free-text chat) and channels

Telegram

  • Commands start with / as standard in Telegram
  • Free-text messages (without a command prefix) are sent to GAIA automatically
  • Supports Markdown formatting

Getting Help

Can’t find what you need? Use the help command:
/help
Or visit the platform-specific guides: