Chat with a Bot
Test your bot in a sandbox before customers do.
Every bot has a built-in chat sandbox. Use it to test the blueprint without deploying anything.
Opening it
From a bot's page, click Chat. By default the sandbox runs against your draft blueprint. Toggle to Live if you want to test the deployed version.
What's in there
Multi-turn chat with full message history (sessions persist, you can come back to one). Skill execution against real services, so be careful with destructive ones (use a test Gmail or test Slack). A tool-call inspector that lets you expand any AI message to see exactly which skills got called and with what arguments. A token and cost meter running totals per session.
Replays
Every session is logged. Open Monitoring β Sessions, find one, click Replay. It re-runs the same prompts against the current blueprint, so you can verify a change didn't break something that used to work.
Sandbox limits
The sandbox runs on shared infrastructure. It's fine for testing logic. For load testing, latency benchmarks, or production-shape traffic, deploy and use the real runtime.