Skip to main content
Neosantara provides hosted cloud AI agent runtimes directly within the dashboard (app.neosantara.xyz/cloud). You can deploy autonomous agents such as OpenClaw and Hermes Agent inside secure, isolated sandboxes by connecting a Telegram bot.

Cloud Runtime Architecture

Neosantara cloud agents execute inside dedicated E2B microVM sandboxes with automated lifecycle management:

Key Specifications

Available Hosted Cloud Agents

OpenClaw Cloud

Autonomous personal agent with tool calling, terminal execution, and multi-channel workflows.

Hermes Agent Cloud

Reasoning agent by Nous Research featuring persistent session memory and native speech-to-text transcription.

Comparing Hosted Agents

Deploying in 3 Steps

1. Create a Telegram Bot & Retrieve User ID

  1. Open @BotFather on Telegram.
  2. Send /newbot, follow the naming prompts, and copy the generated Bot Token (format: 123456789:ABCdefGhIJKlmNoPQRsTUVwxyZ).
  3. Open @userinfobot on Telegram to retrieve your numerical account User ID (e.g., 987654321). This serves as your Owner ID.

2. Complete the Dashboard Setup Wizard

Navigate to Cloud Agents in the Neosantara dashboard and select your preferred agent:
  1. Telegram Connection: Enter your Bot Token and Owner ID. The Owner ID prevents unauthorized users from executing agent commands.
  2. Model Selection: Select your primary model (such as deepseek-v4.1-flash) and an optional fallback model.
  3. System Prompt & Timezone: Set the agent persona and preferred local timezone (e.g., Asia/Jakarta).

3. Deploy and Run

Click Deploy Agent. The dashboard provisions an E2B sandbox, configures the Telegram webhook automatically, and boots the agent. Open your bot in Telegram and send a message:

Monitoring and Maintenance

Manage your agent instance directly from the dashboard view:
  • Live Logs: Stream execution output, tool calls, and model responses in real time.
  • State Control: Use Pause, Resume, or Restart buttons to control sandbox lifecycle.
  • Terminate: Destroy the sandbox and revoke the Telegram webhook when the agent is no longer needed.

Next Steps