Automations
Say it once.
Viki’s agent turns plain requests into workflows — stored as inspectable, editable definitions you can review, pause, or delete at any time. The canonical examples, running today:
“Lower the shutters when it rains.”
when weather.precipitation == rain
do shutters.* → close
“When you see the gardener arrive on the camera, open the gate.”
when camera.front recognizes “gardener”
ask owner → in-app approval
do gate.front → open
“Remind me to put chlorine in the pool when it’s been more than a week.”
when pool.chlorine.last > 7d ago
do remind owner → “dose the pool”
Recognition triggers need the subject’s consent, and doors and gates always ask a person before they move.