Aurrus Documentation

Voice-first AI assistant. Smart reminders on WhatsApp. Voice widget for your website.

v1.0

Getting Started

Connect your WhatsApp to Aurrus and set up your first AI-powered reminder in under 2 minutes.

/otp

Send /otp to +1 785 787 5096 to receive your login code and access the Aurrus dashboard.

/help

Send /help to see all available commands, reminder options, and get a direct support link.

/clear

Send /clear to reset your current session and start a fresh conversation with the AI assistant.

Voice Widget Setup

Embed the Aurrus voice widget on any website in one line. The widget connects visitors directly to your AI assistant via voice or text.

<script src="https://aurr.us/widget.js" data-key="YOUR_KEY"></script>

Replace YOUR_KEY with your API key from the Aurrus dashboard. The widget supports custom colors, position (bottom-right, bottom-left), and auto-greeting messages. Full configuration options are available in your dashboard settings.

API Reference

Aurrus exposes REST endpoints for reminder management and voice widget configuration.

GET /api/reminders

List all reminders for the authenticated user. Returns title, schedule, status, and next run time.

POST /api/reminders

Create a new reminder with a title, message, and cron schedule. Returns the reminder ID.

GET /api/check-subscription

Check the subscription status of the current user. Used by billing and feature gating logic.

Platform Overview

Aurrus is built on three core capabilities:

Smart Reminders

Set recurring or one-off reminders via WhatsApp in plain language. Aurrus uses AI to parse your intent and schedule precisely.

Voice Widget

Add a voice-enabled AI chat widget to any website. Visitors can speak or type — Aurrus handles both seamlessly.

MCP Integration

Connect Claude Code to Aurrus via MCP for programmatic reminder management and widget status checks.