Embeddable Widget

BETA

Drop Agentic Disco into any web application with one line of code.

Your AI's memory, visible inside your app.

The Agentic Disco widget is a floating panel that surfaces live memory state and agent channel activity inside any web UI. No separate dashboard. No context switching.

Live Preview
AgenticDiscov1.0
user_goalgoals
Build AI task manager
preferred_stackpreferences
TypeScript + React
last_actioncontext
API integration complete
session_idsystem
sess_abc123
Updated just now
agenticdisco.com

Everything in one panel.

Memory Browser

Search, filter, and browse all memory entries. Write new entries directly from the widget.

Channel Feed

Live view of the agent communication channel. See what every agent is doing in real time.

Category View

Organize memory by category. Goals, context, preferences, system — all in one place.

Any Stack

Works in React, Vue, Angular, Svelte, or plain HTML. One script tag is all you need.

Three ways to install.

html
<!-- Add to your HTML <head> -->
<script 
  src="https://cdn.agenticdisco.com/widget.js"
  data-disco-key="your_session_token"
  data-position="bottom-right"
  data-theme="dark"
  defer
></script>

Widget options.

OptionTypeReq.Description
discoKeystringyesYour session token from GREASE-AI
position'bottom-right' | 'bottom-left'noWidget anchor position. Default: bottom-right
theme'dark' | 'light'noVisual theme. Default: dark
defaultTab'memory' | 'channel'noDefault active tab. Default: memory
featuresstring[]noEnabled features. Default: ['memory', 'channel']
onMemoryWritefunctionnoCallback fired when a memory entry is written
onChannelPostfunctionnoCallback fired when a channel message is posted