Skip to content

Features Overview

Uranus provides a comprehensive set of features for building, deploying, and managing AI agents.

Core Features

AI & Conversation

FeatureDescription
Chat InterfaceInteractive AI chat with context management
LLM IntegrationMultiple AI providers (Workers AI, OpenAI, Anthropic)
Tool CallingExtend AI capabilities with custom tools

Automation

FeatureDescription
Visual WorkflowsDrag-and-drop workflow builder with 30+ node types
Scheduling & CronTime-based automation with cron expressions
Calendar TasksCalendar-based task management

Browser Control

FeatureDescription
Browser SessionsHeadless and headed browser automation
Human-in-the-LoopHuman takeover for complex scenarios
Browser ActionsClick, type, navigate, extract, screenshot

Data & Knowledge

FeatureDescription
Data SourcesImport files, URLs, databases, APIs
Vector SearchSemantic search with Cloudflare Vectorize
SQL InterfaceDirect database access with query editor

Communication

FeatureDescription
ContactsMulti-channel contact management
GatewaysEmail, Telegram, Slack, Discord, WhatsApp
ConversationsThreaded conversation tracking

Integrations

FeatureDescription
MCP ServersModel Context Protocol integration
ServicesThird-party service connections
Agent ConnectionsInter-agent communication

Feature Matrix

FeatureFree TierPaid Tier
Agents1Unlimited
Workflows5Unlimited
Schedules10Unlimited
Browser Sessions100/month10,000/month
Vector Storage1,000 vectors1M vectors
AI Requests10,000/dayUnlimited

Getting Started

Common Tasks

Integration

Architecture Highlights

┌─────────────────────────────────────────────────────────────┐
│                     Uranus Dashboard                         │
├──────────┬──────────┬──────────┬──────────┬────────────────┤
│   Chat   │ Workflow │  Browser │   Data   │ Communication  │
│          │  Editor  │  Control │  Sources │                │
├──────────┴──────────┴──────────┴──────────┴────────────────┤
│                        API Layer                             │
├──────────────────────────────────────────────────────────────┤
│                    Durable Objects                           │
│              (State, WebSocket, Scheduling)                  │
├──────────┬──────────┬──────────┬──────────┬────────────────┤
│    D1    │    R2    │ Vectorize│ Workers  │    Queues      │
│ Database │ Storage  │  Vectors │   AI     │                │
└──────────┴──────────┴──────────┴──────────┴────────────────┘

Technology Stack

Frontend

  • React 18 - UI framework
  • TypeScript - Type safety
  • Vite - Build tool
  • Tailwind CSS - Styling
  • Radix UI - Accessible components
  • React Flow - Workflow visualization

Backend

  • Cloudflare Workers - Edge compute
  • Durable Objects - Stateful instances
  • D1 - SQLite database
  • R2 - Object storage
  • Vectorize - Vector database
  • Workers AI - LLM inference

Integrations

  • Browserbase - Browser automation
  • MCP - Model Context Protocol
  • OpenAI/Anthropic - External LLMs

Released under the MIT License.