Chat Test
A live chat playground that runs against the project’s current configuration — same prompts, same documents, same tools, same theme as production. There is no separate sandbox config: every change you save in the dashboard is immediately testable here, no redeploy or app rebuild needed.
The most useful pattern is to inject a custom context object before sending a message, simulating a user state your real app would create (e.g. { currentScreen: 'Cart', cartTotal: 350 }). This is the fastest way to verify context-dependent behavior — auth-gated navigation, context-required tools, screen-aware tone — without instrumenting your mobile build.
Test conversations count against the project’s quota and cost like real ones, since the same backend serves them. Use a Test API key in the dashboard’s environment if you want test traffic to stay off the production usage counters.