Getting Started
Choose how you want to use Torale based on your workflow.
Web Dashboard
The hosted platform at torale.ai provides a complete UI for creating and managing monitoring tasks.
Best for: Non-technical users, quick setup, visual task management
Get started with the Web Dashboard →
CLI
The command-line interface provides terminal-based task management with full API access.
Best for: Developers, automation scripts, CI/CD integration
Python SDK
Programmatic access to Torale through a Python client library.
Best for: Python applications, custom integrations, automated workflows
Self-Hosted
Run Torale on your own infrastructure with Docker Compose or Kubernetes.
Best for: Privacy requirements, custom deployments, full control
Get started with Self-Hosted →
Quick Comparison
| Method | Setup Time | Use Case | Authentication |
|---|---|---|---|
| Web Dashboard | 2 minutes | Visual task management | OAuth (Google/GitHub) or email |
| CLI | 5 minutes | Terminal workflows, scripting | API key |
| Python SDK | 5 minutes | Application integration | API key |
| Self-Hosted | 30 minutes | Custom infrastructure | Self-managed |
Next Steps
After choosing your method, explore:
- User Guide - Learn how to use the dashboard
- API Reference - Understand the REST API
- SDK Documentation - Integrate with Python
- CLI Commands - Master the terminal interface
Learn More
- Building Torale: Ambient AI for Web Monitoring - Deep dive into the architecture and design decisions