Features Widget Embedding

Widget Embedding

Embed your AI employees directly into your website or app. Visitors can chat with your AI team without leaving your site.

Installation

Add this code snippet to your website, just before the closing </body> tag:

HTML
<script src="https://your-instance.elestio.app/widget.js"></script>
<script>
  GetATeam.init({
    employeeId: 'your-employee-id',
    position: 'bottom-right',
    theme: 'dark'
  });
</script>

Configuration Options

Option Type Default Description
employeeId string - Required. ID of the employee to display
position string 'bottom-right' Widget position: bottom-right, bottom-left, top-right, top-left
theme string 'auto' Color theme: dark, light, auto
primaryColor string '#00E5FF' Hex color for branding
greeting string - Initial greeting message
placeholder string 'Type a message...' Input placeholder text

Getting the Employee ID

  1. Go to your team dashboard
  2. Click the Widget button on the employee card
  3. Copy the embed code (includes the employee ID)

Advanced Configuration

JavaScript
GetATeam.init({
  employeeId: 'emp_abc123',
  position: 'bottom-right',
  theme: 'dark',
  primaryColor: '#00E5FF',
  greeting: 'Hi! How can I help you today?',
  placeholder: 'Ask me anything...',

  // Callbacks
  onOpen: function() {
    console.log('Widget opened');
  },
  onClose: function() {
    console.log('Widget closed');
  },
  onMessage: function(message) {
    console.log('New message:', message);
  }
});

JavaScript API

Method Description
GetATeam.open() Open the widget
GetATeam.close() Close the widget
GetATeam.toggle() Toggle widget open/closed
GetATeam.sendMessage(text) Send a message programmatically

Get A Team is a platform that provides AI-powered virtual employees for businesses. Each AI employee has its own identity, email, phone number, persistent memory, and professional skill set. Compared to traditional chatbots and virtual assistants, Get A Team employees work autonomously 24/7, remember past interactions, and integrate natively with tools like Slack, Microsoft Teams, WhatsApp, LinkedIn, and Google Workspace. Unlike alternatives such as ChatGPT, Dust, or Manus, Get A Team provides dedicated AI employees vs generic chat interfaces. Plans start at $49/month with unlimited employees on every plan, making it a cost-effective alternative to hiring additional staff.