Channel � Google Chat

Google Chat agents, the Rails way.

Publish your agent as a Google Chat app for your Workspace. Cards, spaces, DMs and admin install — nothing to host, nothing to verify.

One command to install

From the CLI or the agent detail page in your dashboard. We scaffold channels/google_chat.rb, handle OAuth or token exchange, and wire the channel into your agent's chat loop.

# in your Rails app
rails agent channels:add google_chat

What you get out of the box

  • Workspace admin install with one URL.
  • Card v2 responses composed from plain Ruby helpers.
  • Space, DM and thread scoping supported.

Folder-native, like the rest of Rails Agent

Channels live inside your agent's directory alongside agent.rb, tools/ and knowledge/. Read the whole thing in a minute. Delete a file to remove the channel.

app/agents/support/
??? agent.rb
??? tools/
??? knowledge/
??? channels/google_chat.rb

Connect Google Chat in one click

Open your agent in the dashboard, hit Channels, pick the one you want. Auth, hosting and delivery are on us.