Core capability
Tool Runtime
Registered tools expose internal capabilities behind a small, consistent contract so workflows stay readable.
OmniToolset
OmniToolset is a modular automation platform that brings products, internal tools, and external integrations into one extendable runtime.
MVP shape
The current build keeps the platform practical: a live SMS AI Assistant, staged product modules, and a reusable automation core that can run shared workflows across the suite.
Architecture
Tools, integrations, workflows, and product modules stay separated so the platform can grow without rewriting the base runtime.
Core capability
Registered tools expose internal capabilities behind a small, consistent contract so workflows stay readable.
Core capability
Workflow definitions stay declarative and can be triggered manually or by HTTP events without rewriting the core.
Core capability
External services stay isolated behind focused clients so credentials, retries, and validation remain centralized.
Core capability
Every workflow run is stored with input, output, status, and timestamps so operators can debug real behavior.
Product Modules
The platform already supports multiple product modules, but only the SMS AI Assistant is live today. The rest stay honest and scaffolded for the next implementation phases.
Live now as the first product in the OmniToolset suite.
Live today for inbound SMS replies, missed-call follow-up, and simple appointment booking.
Beta-stage reputation module ready for implementation.
Beta module for automated review request flows.
Beta-stage re-engagement module with shared contact foundations.
Beta module for reminders, nudges, and reactivation sequences.
Coming soon as the first-touch lead intake layer.
Coming soon module for conversational lead qualification.
Coming soon as the shared system of record for customer conversations.
Coming soon inbox and CRM layer for shared customer context.
Workflow Engine
OmniToolset now includes a small workflow runner with persisted run history, reusable tools, and a clean endpoint layer. It is intentionally small, but it is real and ready to extend.
Turn raw notes, transcripts, or incoming text into a short operations-ready brief with next actions.
Capture structured beta or waitlist interest and route it through the shared access-request service.
Example call
curl -X POST https://api.omnitoolset.com/api/automation/workflows/text-brief/run \
-H "Content-Type: application/json" \
-d '{"text":"Call Alex tomorrow about the invoice."}'Integrations
Credentials, transport logic, and vendor-specific behavior live in one place so products and workflows can reuse them safely.
Used for compact text generation and summarization steps.
Handles SMS and voice delivery for live communication workflows.
Supports payment, subscription, and activation workflows.
Stores durable platform state, product data, and workflow runs.