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. It is the AI-native, easiest way in: describe what you want in plain language and TZ Console builds anything (projects, channels, tests) and connects anything (your integrations and providers), all in one place. No forms, no wizard hopping. If you are comfortable with AI, this is where to start.
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. It works across the whole platform and across the systems you have connected through Integrations.
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.
Some work cannot finish in a single turn — it depends on something happening outside Testzilla, like a webhook firing or a call completing. When that happens, TZ Console can park the turn instead of failing or spinning: it shows a waiting on external event banner with a short reason and, where relevant, the postback address the external system should call. When the event arrives, the Console resumes the same conversation automatically and continues from where it left off. You do not have to babysit it or re-ask — a parked turn simply picks back up when its event lands.
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.
TZ Console understands plain language, but every request maps to something the platform can actually do. The prompts below are grouped by what they drive. You can phrase them naturally; the short forms in brackets are the underlying commands.
Look around your account
Focus the conversation
Build and run
Learn from results
Check connectivity
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.