Skip to main content

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:

  1. Register or log in a runner.
  2. Create a Playbook draft from source material.
  3. Review extracted primitives and required questions.
  4. Apply reviewer answers.
  5. Approve and generate a suite.
  6. Publish the suite.
  7. Run a local agent against the hosted scenarios and upload results.
  8. 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.