Wendell SDK
Wendell turns a business Playbook into a hosted regression suite for your agent.
The SDK surface is the wendell CLI. Its source and release automation live in
the Wendell open source repository: https://github.com/WendellOfficial/wendell-cli. A
developer uses it to:
- Register or log in a runner.
- Create a Playbook draft from source material.
- Review extracted primitives and required questions.
- Apply reviewer answers.
- Approve and generate a suite.
- Publish the suite.
- Run a local agent against the hosted scenarios and upload results.
- Add the suite to CI when it should gate production changes.
Coding agents can install the reusable Wendell skill from Vercel's Skills Registry:
npx skills add WendellOfficial/wendell-cli --skill wendell
Primary flow
Playbook source -> draft -> review -> approve -> test suite -> run -> report
Start with Quickstart, use Assertions Tutorial when writing local JSON suites by hand, then wire the suite into CI.
Agent-readable source
All customer-facing docs live as Markdown files under:
docs-site/docs/
Agents should read those Markdown files directly. The Docusaurus site is a presentation layer over the same files.