Skip to main content

API

The CLI is the recommended SDK surface for now.

The hosted API is available at:

https://api.wendellai.com

Health check:

curl https://api.wendellai.com/health

OpenAPI JSON:

curl https://api.wendellai.com/openapi/v1.json

Common API-backed CLI flows

FlowCLI commands
Register runnerwendell register
Create Playbook draftwendell playbook create
Review Playbook summarywendell playbook review
Apply review answerswendell playbook apply
Approve summarywendell playbook approve
Publish suitewendell suites publish
Run suitewendell run

Authentication

The CLI sends a scoped runner API key.

Local credentials are read from:

~/.config/wendell/credentials.json

CI can provide:

WENDELL_INKPASS_API_KEY