A shipped canvas where agents and humans share the same structured panels under governed rules.
Agentable is the shipped agent workspace framework. It combines a tldraw-based canvas with a governed panel system so AI agents and people work on the same surface.
Bounded or infinite whiteboard substrate powered by tldraw.
Four tiers of validated, composable UI components.
Agents open, fill, compose and mutate panels safely.
Production-ready primitives for agent-native interfaces.
Ready-to-use entry points for different integration patterns.
| Package | Description | Best for |
|---|---|---|
| whiteboard | Full canvas with panel system | Primary workspace hosts |
| react-canvas | React component wrapper | Deep React integrations |
| embed | Lit web component | Career concierge & third-party embeds |
| career-pack | Domain-specific panel library | Career and recruiting workflows |
Unlike chat-only UIs, Agentable gives agents a real interface to work with.
Drop a single Lit web component into any page to mount the Agentable whiteboard substrate — an AI-native canvas design framework where agents and people share panels on an infinite canvas.
Embed snippet
<section class="agentable-demo">
<agentable-canvas
tenant="product-demo"
primary-color="#2563EB"
canvas-mode="infinite"
welcome-message="Hello from Agentable"
></agentable-canvas>
</section>
<script type="module" src="https://moss-career-blueprint.pages.dev/embed/agentable-canvas.js"></script>
Start building with the shipped agent workspace framework today.