Console
No code. Describe what you want in plain language inside the app. Best for setup, exploration, and improving prompts from results.
TZ Console is the AI assistant built into Testzilla, and the Console is its full-screen home in the app. Instead of clicking through forms, you describe what you want in plain language and TZ Console does the work for you — across the whole platform and across the systems you have connected through Integrations.
Think of the Console as the no-code power surface: everything the API and MCP server can do, driven by conversation, scoped to your account.
Describe the agent you want to test and TZ Console assembles the whole hierarchy for you — no forms:
“Test my Retell support line on +1 555 0100. Make sure it can book an appointment and never gives medical advice.”
From that one sentence TZ Console creates the project, the phone channel, the booking and safety tests, and starts the runs.
If the channel has an Agent System Prompt — the system prompt of the agent under test — TZ Console reads it as context when generating the suite, so the tests cover what the agent actually claims to do. The prompt is your IP: it is read-only context for TZ Console and is never edited.
When you connect a system under Integrations (Retell, Vapi, ElevenLabs, and others), TZ Console can read from it directly — so you do not have to look up IDs and copy them in by hand. It can list the agents in your connected account, pull the agent and phone-number details a channel needs, and wire them onto the channel for you.
Ask TZ Console to schedule runs instead of triggering them by hand — for example, run a regression suite nightly, or before each release. It sets up the scheduled runs and you track them on the Queue and Dashboard.
This is where the Console earns its keep. TZ Console reads your actual test results — the transcripts, failures, and analyses — and proposes concrete improvements:
The loop is: run tests -> read results -> improve prompts -> re-run. TZ Console drives all of it from chat.
Because TZ Console can read connected systems through Integrations, it can help move or port an agent’s configuration between Integration accounts or systems — for example, lifting an agent’s setup from one connected account to another, so you can stand up the same agent in a new environment and test it there.
The Console lives in the left nav of the web app. A compact Ask TZ Console entry point also appears on the Dashboard and Projects pages for quick, in-context requests; the full-screen Console is for longer, multi-step work.
All three drive the same Testzilla backend, scoped to your account — pick the surface that fits how you work:
Console
No code. Describe what you want in plain language inside the app. Best for setup, exploration, and improving prompts from results.
MCP
Drive Testzilla from your own AI agent (Claude Code, Cursor, and others) over the Model Context Protocol. See Integrate via MCP.
API
Automate from your own code and CI over REST. See Integrate via API.