Demo Client
The Captain Demo Client is an interactive, menu-driven Python tool that lets you explore all Captain API operations in one place.
Features
- Query your indexed data
- Manage databases (create, list, delete)
- Index S3 buckets
- Monitor indexing progress with automatic polling
- Color-coded output and error handling
Quick Start
# Download the demo client
wget https://raw.githubusercontent.com/runcaptain/demo/main/captain_demo.py
# Run it
python captain_demo.py
The client will guide you through configuration and present an interactive menu for all API operations.