Hosted compiler feature demo

Custom Motif Authoring

Teams can define a motif contract once, give it slot rules and prompt guidance, then let agents use that motif by ID.

MDL Definition

{
  "id": "acme.risk_panel.v1",
  "layout": "surface_cards",
  "style_tokens": ["surface.strong", "density.compact"],
  "slots": [
    {"name": "metric", "accepted_sources": ["binding", "projection"], "present_as": ["value", "badge"], "min_count": 1},
    {"name": "acknowledgement", "accepted_sources": ["input"], "input_kinds": ["input:toggle"], "min_count": 1}
  ]
}

Launch Tiering

Free has no custom motifs. Pro allows five custom motif instances per compile. Existing Scale accounts use the same cap. Enterprise is unlimited and adds org-wide sharing and prompt injection tooling.

The hosted compiler lowers custom motifs to standard CompositionIR primitives, so emitters do not need custom rendering paths.