LIVE EXAMPLES

Real-world 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

host-config.js
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">