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
| Flow | CLI commands |
|---|---|
| Register runner | wendell register |
| Create Playbook draft | wendell playbook create |
| Review Playbook summary | wendell playbook review |
| Apply review answers | wendell playbook apply |
| Approve summary | wendell playbook approve |
| Publish suite | wendell suites publish |
| Run suite | wendell 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