LIVE EXAMPLES
Production deployments of Agentable canvases and panel embeds.
Career concierge
Bounded canvas embed pattern • Tenant: examples-career
Live
Production deployment • Bounded canvas with career domain packs
Infinite whiteboard host
Host configuration for unbounded canvas mode
const host = new AgentableHost({
canvasMode: 'infinite',
tenant: 'whiteboard-demo',
panels: ['whiteboard', 'agent-notes'],
allowAgentComposition: true,
hitl: true
});
host.mount('#whiteboard-container');
Single-panel embed concept
Minimal embed for a single schema-driven panel
Resume Review Panel
Schema-driven panel • v2.4
Static
This embed demonstrates a single panel that agents can open, fill, and submit for human approval.
<agentable-panel id="resume-review" tenant="examples-career">
More examples
Production and demo canvases from the community
Career Concierge v3
Bounded • 12 panels
Product Whiteboard
Infinite • Multi-agent
Research Review
Schema-driven panel
MCP Bridge Demo
External agents • HITL