Agent Testing
Test your agent before deploying to Google Chat
Ready

Test Your Agent

This is the same agent that will respond in Google Chat. Try asking about the current time or have it calculate something.

Agent Configuration

Model

Claude Sonnet (via AI Gateway)

Available Tools

  • getCurrentTime - Get current date/time
  • calculate - Basic math operations
Google Chat Setup

To connect this agent to Google Chat:

  1. Deploy this app to Vercel
  2. Create a Google Cloud project
  3. Enable the Google Chat API
  4. Create a service account
  5. Configure the webhook URL:
    https://your-domain/api/webhooks/gchat
  6. Add service account key to env vars
Google Chat API Docs
Required Environment Variables
REDIS_URLSet
GOOGLE_CHAT_CREDENTIALSOptional for web testing