Skip to main content
Autonomous AI Agent Framework

Build AI Agents That Think, Learn, and Adapt

OrcBot is a production-ready autonomous AI agent with strategic simulation, self-repair capabilities, and multi-channel deployment. Deploy on Telegram, WhatsApp, Discord, or as a CLI tool.

Quick Start

Get OrcBot running in minutes with our streamlined setup process.

1

Install OrcBot

Install via npm or use our one-line installer:
npm install -g orcbot
Or use the installer:
curl -sSL https://orcbot.ai/install.sh | bash
2

Configure Your Agent

Set up your API keys and choose your LLM provider:
orcbot ui
Navigate to Manage AI Models and add your OpenAI, Google Gemini, or other provider credentials.
3

Start the Agent

Launch OrcBot in foreground or daemon mode:
# Foreground mode
orcbot run

# Background daemon
orcbot run --daemon
Your agent is now running and ready to receive tasks through the CLI, web gateway, or connected channels.
4

Push Your First Task

Send a task to your agent:
orcbot push "Search for the latest AI news and summarize the top 3 stories"
Watch as OrcBot autonomously plans, executes, and delivers results.

Explore by Topic

Dive into OrcBot’s powerful features and capabilities.

Core Concepts

Understand the agent loop, memory system, and decision pipeline that power OrcBot’s autonomous reasoning.

Configuration

Configure LLM providers, autonomy settings, and agent-driven optimization policies.

Multi-Channel Setup

Deploy your agent on Telegram, WhatsApp, Discord, or through a web gateway.

Skills System

Leverage 40+ built-in skills from web search to shell execution, or create custom plugins.

Multi-Agent Orchestration

Spawn worker agents to handle parallel tasks with real-time coordination.

Hardware & Robotics

Integrate OrcBot with hardware systems and robotics platforms for autonomous control.

Key Features

Production-ready capabilities for autonomous AI agents.

Strategic Simulation

Pre-task planning that anticipates errors like CAPTCHAs and search failures before execution starts.

Autonomous Self-Repair

Automatic detection and repair of broken plugins using the built-in self_repair_skill.

Multi-Modal Intelligence

Process images, audio, and documents natively across all supported channels.

RAG Knowledge Store

Ingest documents and URLs into a semantic search index for persistent knowledge retrieval.

API Reference

Explore CLI commands, skills, and configuration options.

CLI Commands

Complete reference for all orcbot CLI commands and flags.

Core Skills

Documentation for 40+ built-in skills from web search to orchestration.

Configuration

All available configuration options and environment variables.

Ready to Build Autonomous AI Agents?

Get started with OrcBot and deploy production-ready AI agents with strategic reasoning and self-repair in minutes.

Get Started Now