Skip to main content

Wendell SDK

Wendell turns a business Playbook into a hosted agent regression suite.

The SDK surface is the 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.

Primary flow

Playbook source -> draft -> review -> approve -> test suite -> run -> report

Start with Quickstart, 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.