OmniToolset

AI tools that help your business grow automatically.

OmniToolset is a modular automation platform that brings products, internal tools, and external integrations into one extendable runtime.

Modular toolsWorkflow runtimeOperator-friendly integrations

MVP shape

One live product, one generic runtime, one foundation worth extending.

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.

  • Tool Runtime: Registered tools expose internal capabilities behind a small, consistent contract so workflows stay readable.
  • Workflow Engine: Workflow definitions stay declarative and can be triggered manually or by HTTP events without rewriting the core.
  • Integration Layer: External services stay isolated behind focused clients so credentials, retries, and validation remain centralized.
  • Run History: Every workflow run is stored with input, output, status, and timestamps so operators can debug real behavior.

Architecture

Built around a small core with clear extension points.

Tools, integrations, workflows, and product modules stay separated so the platform can grow without rewriting the base runtime.

Core capability

Tool Runtime

Registered tools expose internal capabilities behind a small, consistent contract so workflows stay readable.

Core capability

Workflow Engine

Workflow definitions stay declarative and can be triggered manually or by HTTP events without rewriting the core.

Core capability

Integration Layer

External services stay isolated behind focused clients so credentials, retries, and validation remain centralized.

Core capability

Run History

Every workflow run is stored with input, output, status, and timestamps so operators can debug real behavior.

Product Modules

Current suite under the OmniToolset umbrella.

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

Live now as the first product in the OmniToolset suite.

SMS AI Assistant

Live today for inbound SMS replies, missed-call follow-up, and simple appointment booking.

Beta

Beta-stage reputation module ready for implementation.

Review Booster

Beta module for automated review request flows.

Beta

Beta-stage re-engagement module with shared contact foundations.

Follow-up Automation

Beta module for reminders, nudges, and reactivation sequences.

Coming Soon

Coming soon as the first-touch lead intake layer.

Lead Capture AI

Coming soon module for conversational lead qualification.

Coming Soon

Coming soon as the shared system of record for customer conversations.

Inbox / Simple CRM

Coming soon inbox and CRM layer for shared customer context.

Workflow Engine

The first generic runtime is already usable.

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.

Text Brief

Turn raw notes, transcripts, or incoming text into a short operations-ready brief with next actions.

Product Access Intake

Capture structured beta or waitlist interest and route it through the shared access-request service.

Example call

Run a workflow over HTTP

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

External services stay isolated behind clean clients.

Credentials, transport logic, and vendor-specific behavior live in one place so products and workflows can reuse them safely.

OpenAI

Used for compact text generation and summarization steps.

Twilio

Handles SMS and voice delivery for live communication workflows.

Stripe

Supports payment, subscription, and activation workflows.

PostgreSQL

Stores durable platform state, product data, and workflow runs.