Current SDK shape
The SDKs are package-ready but intentionally dependency-light. Treat them as starter clients for common workflows, including sandbox projects, captured messages, webhook verification, wait helpers, and CI threshold checks.
- Node client: sdks/node/index.mjs using fetch.
- Python client: sdks/python/willitinbox.py using the standard library.
- CLI entrypoints support validate, test create, report get, webhook verify, sandbox wait, and sandbox check.
- Use the API reference as the source of truth for the full /api/v1 surface.