Embed Modes

Agent embed
Embed your agent on any website

Deploy your agent on any website with 6 embed modes. Each mode has different visual and behavioral characteristics.

All 6 modes

Inline

The chat interface renders directly in the page content, as if it's part of the page.

PropertyValue
TriggerAlways visible (no trigger needed)
PositionWherever the script tag is placed
Best forDocumentation pages, help centers, landing pages

Full Page

The agent takes over the entire browser window.

PropertyValue
TriggerDirect URL
PositionFull screen
Best forStandalone AI chat applications, internal tools

A button click opens a modal dialog with the chat interface.

PropertyValue
TriggerButton click
PositionCentered modal overlay
Best forLead capture, contextual help, feedback collection

Customizable: Button text, button color, modal size

Corner Button

A floating button in one corner of the screen. Click to expand the chat.

PropertyValue
TriggerClick the floating button
PositionBottom-right corner (configurable)
Best forCustomer support (most popular mode)

Customizable: Button color, icon, position (bottom-left, bottom-right)

Floating

A floating chat bubble that hovers on the page. Expands when clicked.

PropertyValue
TriggerClick the bubble
PositionFloating, follows scroll
Best forSubtle, non-intrusive assistance

A collapsible panel on the side of the page.

PropertyValue
TriggerClick a tab/handle on the side
PositionRight or left edge
Best forPersistent AI companion, admin dashboards

Embedding code

Each mode generates a <script> tag:

<!-- Paste this in your website's <body> -->
<script src="https://agents.tinycommand.com/embed/YOUR_AGENT_ID.js"></script>

The script automatically renders the chat widget in the configured mode.

Customization

For button-triggered modes:

SettingOptions
Button textCustom label
Button colorAny color
PositionCorner or edge placement
SizeWidth/height
Tip

Corner Button is the industry standard for customer support bots. Most users expect to find help in the bottom-right corner. Use this mode unless you have a specific reason for another.

Note

The embed script is lightweight; it loads asynchronously and doesn't block your page's rendering. The full chat UI loads only when the user interacts with the trigger.