{
  "name": "reg-workspace-name",
  "kind": "block",
  "primary": "form",
  "page": "/apps/user-flow/app/registration/workspace/workspace.contents.html",
  "slots": [],
  "nested": [
    "reg-step-header",
    "reg-step-footer",
    "reg-step-progress"
  ],
  "attrs": {
    "data-reg-input": "",
    "action": "/site/examples/registration/profile",
    "method": "get"
  },
  "html": "<form data-reg-input\n        action=\"/site/examples/registration/profile\" method=\"get\">\n        <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n        <section data-reg-form>\n          <field-ui inline label=\"Workspace Name\" hint=\"Letters, numbers, and spaces.\">\n            <input-ui name=\"workspace\" autocomplete=\"organization\" placeholder=\"Acme, Inc.\" required></input-ui>\n          </field-ui>\n          <field-ui inline label=\"Workspace URL\" hint=\"your-workspace.adia.ai\">\n            <input-ui name=\"slug\" autocomplete=\"off\" placeholder=\"acme\" suffix=\".adia.ai\" required></input-ui>\n          </field-ui>\n        </section>\n\n        <footer><!-- nested: reg-step-footer --></footer>\n      </form>",
  "source": "apps/user-flow/app/registration/workspace/workspace.contents.html",
  "metadata": {
    "domain": "forms",
    "description": "Single-input named-entity form — heading, single text field, supporting hint, submit. Reusable shape for naming things.",
    "keywords": [
      "form",
      "single-input",
      "name",
      "workspace",
      "project",
      "create",
      "new-entity",
      "rename",
      "setup"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "display",
      "textContent": "Name your workspace"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "textContent": "This is what your team will see. You can change it anytime."
    },
    {
      "id": "header-2",
      "component": "Header",
      "data-reg-heading": "",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "data-reg-heading": "",
      "children": [
        "header-2"
      ]
    },
    {
      "id": "workspace",
      "component": "Input",
      "required": true,
      "autocomplete": "organization",
      "name": "workspace",
      "placeholder": "Acme, Inc."
    },
    {
      "id": "field",
      "component": "Field",
      "hint": "Letters, numbers, and spaces.",
      "inline": true,
      "label": "Workspace Name",
      "children": [
        "workspace"
      ]
    },
    {
      "id": "slug",
      "component": "Input",
      "required": true,
      "autocomplete": "off",
      "name": "slug",
      "placeholder": "acme",
      "suffix": ".adia.ai"
    },
    {
      "id": "field-2",
      "component": "Field",
      "hint": "your-workspace.adia.ai",
      "inline": true,
      "label": "Workspace URL",
      "children": [
        "slug"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "data-reg-form": "",
      "children": [
        "field",
        "field-2"
      ]
    },
    {
      "id": "column",
      "component": "Column"
    },
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Continue",
      "variant": "primary"
    },
    {
      "id": "column-2",
      "component": "Column",
      "data-reg-actions": "",
      "children": [
        "button"
      ]
    },
    {
      "id": "footer-2",
      "component": "Footer",
      "children": [
        "column",
        "column-2"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "footer-2"
      ]
    },
    {
      "id": "root",
      "component": "FormContainer",
      "data-reg-input": "",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
