← Back to Features Overview
Sharing & Collaboration
Bot Sharing
| Feature |
Description |
| Unique URL |
Each Bot has a unique link (/b/BotID), copy and share |
| Targeted Sharing |
Share with specific users |
| Revoke Sharing |
Revoke sharing permissions at any time |
| My Playbook |
Browse and clone other people's Bot designs |
| Permission Check |
Shared Bots require permission verification before use |
Conversation Sharing
- Click the share button at the top of a conversation
- Copy the share link (displays "Share link copied!")
- Recipients can view the full conversation (read-only, route
/s/:sessionId)
.botrun Compilation Export
Design your Bot in Botrun, export it as Python, and run it on your own server.
- Compile to Python:
.botrun files can be compiled into .py scripts
- OpenAI API compatible: Compiled code can use the OpenAI API format
- litellm compatible: Supports any model provider (not limited to OpenAI)
- No platform lock-in: Compiled code runs independently from the Botrun platform
- Version control: Prompts can be managed like code, with Git tracking support
On-Premise Deployment
Install in your own data center — data never leaves your network.
| Method |
Description |
| Cloud Platform |
botrun.ai, use directly via web browser |
| On-Premise |
Customer's own data center, Docker containerized deployment |
Three Data Centers in Taiwan
Botrun operates three data centers in Taiwan, ensuring data sovereignty and service stability:
| Location |
Infrastructure |
Model |
| Taipei |
AWS |
Anthropic Claude Sonnet 4 |
| Hsinchu |
NCHC (National Center for High-performance Computing) |
Llama-4-Maverick, OpenAI gpt-oss 120B |
| Changhua |
Google |
Anthropic Claude Haiku 4.5 |
Open Models vs. Commercial Models
| Type |
Description |
| Open Models |
Uses open models (e.g., Llama-4-Maverick), deployed at NCHC, free to use |
| Commercial Models |
Uses commercial models (e.g., Claude Sonnet 4, Claude Haiku 4.5), paid |
Deployment Features
- Docker-in-Docker isolation: Independent container environment for each user
- No external network dependency: All data processing completed within the internal network
- Government security compliant: Passed security audits from multiple government agencies
- Data never leaves the network: Compliant with Taiwan's "Executive Yuan AI Guidelines" closed cloud requirements
Account & Settings
Login Methods
| Method |
Description |
| Email + Password |
Firebase account login |
| Google OAuth |
One-click Google account login |
| Enterprise SSO |
Integrate with enterprise identity systems |
| MFA Multi-Factor Auth |
TOTP verification, can be enforced |
| External Access |
Token authentication (LINE and other external platforms) |
Personal Settings
| Setting |
Description |
| Voice Model |
Choose speech-to-text AI model (4 options) |
| Interface Language |
Traditional Chinese (zh-Hant) / English |
| Flash Voice |
Auto-send after recording |
| Navigation Warning |
Confirm before leaving a conversation |
| Light/Dark Theme |
Dark or light interface (stored in cookie) |
Account Information (Read-only)
- Member account, affiliated organization/department
- Membership activation date, expiration date
- Frontend/backend version numbers
Token Usage Tracking
- Global token usage statistics
- Usage percentage display
- Last updated timestamp
- Detailed usage analysis link
Interface Features
- Bot pool: Displays first 6 Bots (supports pinning and "show more")
- Recent conversation list: Rename, delete, options management
- New conversation button
System Announcements
The platform can publish public announcements, visible to users upon login.
Next Steps