Getting Started
Choose how you want to integrate with webwhen.
Naming during the transition
The Python package and REST API still use the torale name today. The rename to webwhen is a later phase — code samples below reflect the current shipping name.
Python SDK
Programmatic access through a Python client library.
Best for: Python applications, custom integrations, automated workflows.
REST API
Direct HTTP access to every endpoint.
Best for: non-Python languages, custom HTTP clients.
Quick comparison
| Method | Setup time | Use case | Authentication |
|---|---|---|---|
| Python SDK | 5 minutes | Application integration | API key |
| REST API | Immediate | Any language / HTTP | API key |
Learn more
- Building Torale: Ambient AI for Web Monitoring — the original architecture and design decisions, written when the product was still called Torale.