Logo

bigT

BigT.AI

BigT.AI is your Personal AI Assistant that helps you create digital identities, access virtual desktops Windows, all apps and manage your AI-powered workflow.


Getting Started

1. Creating Your Openclaw as Personal AI

To get started with BigT.AI, you need to create your Personal AI user account:

  1. Click the "New AI" button in the sidebar
  2. Enter your email address or phone number
  3. (Optional) Add a display name
  4. Select your preferred language and region
  5. Click "Create AI User"

What gets created:

  • A dedicated Azure Entra ID account with @bigt.ai domain
  • Automatic access to Azure Virtual Desktop (AVD)
  • Your personal AI agent ready to assist you

Example: Creating a user for test.user@example.com generates a new corporate identity like test.user_example_com@bigt.ai that can log in to company resources.


2. Accessing Your Virtual Desktop

After creating your AI user, you'll receive credentials to access your Azure Virtual Desktop:

  1. Open your web browser
  2. Navigate to the AVD portal URL provided in your credentials
  3. Sign in with your Entra ID credentials:
    • Username: Your test.user_example_com@bigt.ai email
    • Password: The password provided

3. Installation Shortcuts (First Login)

ShortcutDescription
Install PicoClawOne-click installer for PicoClaw (Openclaw) AI agent

After Installation

ShortcutDescription
PicoClaw GatewayStarts PicoClaw AI agent (runs in background)
Config PicoClawEdit PicoClaw configuration (opens Notepad)
Restart PicoClawUpdates PicoClaw to the latest version

PicoClaw (openclaw) Usage Guide

Config TypePath
User ConfigC:\Users\<your-home>\.picoclaw\config.json

| User data | C:\Users\<your-home>\.picoclaw\worksapce |

Whatsapp

| Whatsapp Qrcode | C:\Users\<your-home>\.picoclaw\whatsapp\qrcode | Open your whatsapp app and scan this qrcode, then you can use AI from your Whatsapp in your groups.

Telegram Bot

  1. Open Telegram, search for @BotFather
  2. Send /newbot and follow prompts
  3. Copy the bot token (looks like 123456:ABC-DEF1234...)
  4. In PicoClaw config, set:
    "telegram": {
      "enabled": true,
      "token": "YOUR_BOT_TOKEN_HERE",
      "allow_from": []
    }
    

💬 Weixin (WeChat Personal) Channel

PicoClaw supports connecting to your personal WeChat account using the official Tencent iLink API.

🚀 Quick Onboarding

The easiest way to set up the Weixin channel is using the interactive onboarding command:

picoclaw onboard weixin

This command will:

  1. Request a QR code from the iLink API and display it in your terminal.
  2. Wait for you to scan the QR code with your WeChat mobile app.
  3. Upon approval, automatically save the generated access token to your ~/.picoclaw/config.json.

After onboarding, you can start the gateway:

picoclaw gateway

⚙️ Configuration

You can also manually configure the filter rules in config.json under the channels.weixin section.

{
  "channels": {
    "weixin": {
      "enabled": true,
      "token": "YOUR_WEIXIN_TOKEN",
      "allow_from": [
        "user_id_1",
        "user_id_2"
      ],
      "proxy": ""
    }
  }
}
bigT