Generation
Generation runs TestVibe's AI pipeline in a cloud sandbox: it explores the site, writes Playwright tests for the feature's Gherkin, and verifies they pass. It takes minutes and consumes account credits — it's the most expensive operation in the API.
| Operation | What it does |
|---|---|
generate_feature | Dispatch a generation. |
get_generation_status | Lifecycle + live per-section progress. |
wait_for_generation | Block until it finishes (MCP convenience). |
get_generation_log | The per-section transcript — your debugging tool. |
cancel_generation | Stop an in-flight generation. |
The dispatch → poll pattern is described in Long-running operations.