# Generate DOCX Contract

> Generate an editable DOCX service agreement with parties, terms, and payment schedule.

- Skill: `thomasmoreai/generate-docx-contract` (Agent Skill)
- Install (CLI): `npx skillmds@latest add thomasmoreai/generate-docx-contract`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thomasmoreai/generate-docx-contract/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- License: MIT
- Author: ThomasMoreAI (https://skillmd.com/u/thomasmoreai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/thomasmoreai/generate-docx-contract

---


# Generate DOCX Contract

Legal teams and SaaS companies use this recipe to generate a service agreement programmatically. Define the contracting parties, scope of work, payment terms, and legal clauses — delivered as an editable DOCX file ready for review and signature.

## APIs Used

Document Generation (2 credits/request)

## Prerequisites

You need an Iteration Layer API key. Get one at [platform.iterationlayer.com](https://platform.iterationlayer.com) — free trial credits included, no credit card required.

For full integration guidance (SDKs, auth, MCP, error handling), see the [Iteration Layer Integration Guide](https://iterationlayer.com/SKILL.md).

## Implementation


```bash
curl -X POST https://api.iterationlayer.com/document-generation/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "format": "docx",
    "document": {
      "metadata": {
        "title": "SaaS Consulting Services Agreement",
        "author": "Evergreen Digital Solutions"
      },
      "page": {
        "size": { "preset": "A4" },
        "margins": {
          "top_in_pt": 72,
          "right_in_pt": 72,
          "bottom_in_pt": 72,
          "left_in_pt": 72
        }
      },
      "styles": {
        "text": {
          "font_family": "Helvetica",
          "font_size_in_pt": 11.0,
          "line_height": 1.5,
          "color": "#333333"
        },
        "headline": {
          "font_family": "Helvetica",
          "font_size_in_pt": 24.0,
          "color": "#111111",
          "spacing_before_in_pt": 12.0,
          "spacing_after_in_pt": 6.0,
          "font_weight": "bold"
        },
        "link": {
          "color": "#0066CC",
          "is_underlined": true
        },
        "list": {
          "text_style": {
            "font_family": "Helvetica",
            "font_size_in_pt": 11.0,
            "line_height": 1.5,
            "color": "#333333"
          },
          "marker_color": "#333333",
          "marker_gap_in_pt": 8.0
        },
        "table": {
          "header": {
            "background_color": "#333333",
            "text_color": "#FFFFFF",
            "font_size_in_pt": 11.0,
            "font_weight": "bold"
          },
          "body": {
            "background_color": "#FFFFFF",
            "text_color": "#333333",
            "font_size_in_pt": 11.0
          },
          "border": {
            "outer": {
              "top": {
                "color": "#CCCCCC",
                "width_in_pt": 1.0
              },
              "right": {
                "color": "#CCCCCC",
                "width_in_pt": 1.0
              },
              "bottom": {
                "color": "#CCCCCC",
                "width_in_pt": 1.0
              },
              "left": {
                "color": "#CCCCCC",
                "width_in_pt": 1.0
              }
            },
            "inner": {
              "horizontal": {
                "color": "#EEEEEE",
                "width_in_pt": 0.5
              },
              "vertical": {
                "color": "#EEEEEE",
                "width_in_pt": 0.5
              }
            }
          }
        },
        "grid": {
          "background_color": "#FFFFFF",
          "border_color": "#CCCCCC",
          "border_width_in_pt": 0.0,
          "gap_in_pt": 12.0
        },
        "separator": {
          "color": "#CCCCCC",
          "thickness_in_pt": 1.0,
          "spacing_before_in_pt": 12.0,
          "spacing_after_in_pt": 12.0
        },
        "image": {
          "border_color": "#000000",
          "border_width_in_pt": 0.0
        }
      },
      "header": [
        {
          "type": "paragraph",
          "runs": [{
            "text": "CONFIDENTIAL — Evergreen Digital Solutions",
            "font_weight": "bold"
          }]
        }
      ],
      "footer": [
        {
          "type": "grid",
          "columns": [
            {
              "column_span": 6,
              "blocks": [{
                "type": "paragraph",
                "runs": [{ "text": "SaaS Consulting Services Agreement" }]
              }]
            },
            {
              "column_span": 6,
              "blocks": [{
                "type": "page-number",
                "text_alignment": "right"
              }]
            }
          ]
        }
      ],
      "content": [
        {
            "type": "headline",
            "level": "h1",
            "text": "SaaS Consulting Services Agreement",
        },
        { "type": "paragraph", "runs": [
          { "text": "This SaaS Consulting Services Agreement (the \"Agreement\") is entered into as of " },
          {
              "text": "March 1,
              2026",
              "font_weight": "bold",
          },
          { "text": " (the \"Effective Date\") by and between the following parties." }
        ] },
        { "type": "separator" },
        {
            "type": "headline",
            "level": "h2",
            "text": "1. Parties",
        },
        { "type": "paragraph", "runs": [
          {
              "text": "Provider: ",
              "font_weight": "bold",
          },
          {
              "text": "Evergreen Digital Solutions GmbH,
              a German company with its principal office at Friedrichstrasse 68, 10117 Berlin,
              Suite 1200,
              Berlin,
              CA 94105 (\"Provider\").",
          }
        ] },
        { "type": "paragraph", "runs": [
          {
              "text": "Client: ",
              "font_weight": "bold",
          },
          {
              "text": "Cascade Health Systems GmbH,
              a Washington limited liability company with its principal office at 2200 Westlake Avenue,
              Seattle,
              WA 98109 (\"Client\").",
          }
        ] },
        { "type": "separator" },
        {
            "type": "headline",
            "level": "h2",
            "text": "2. Scope of Work",
        },
        {
            "type": "paragraph",
            "markdown": "Provider agrees to deliver the following consulting services to Client during the term of this Agreement:",
        },
        { "type": "list", "variant": "ordered", "items": [
          {
              "text": "Platform Architecture Review — Comprehensive audit of Client's existing SaaS infrastructure,
              including database performance,
              API design,
              and microservices topology. Deliverable: Architecture Assessment Report.",
          },
          { "text": "Data Migration Planning — Design and document a phased migration strategy for transitioning Client's legacy patient records system to Provider's cloud-native platform. Deliverable: Migration Runbook." },
          {
              "text": "Custom Integration Development — Build and deploy integrations between Client's EHR system and Provider's analytics dashboard,
              including HL7 FHIR-compliant data pipelines. Deliverable: Deployed integration with documentation.",
          },
          {
              "text": "Staff Training & Enablement — Conduct four half-day training sessions for Client's engineering and operations teams covering platform administration,
              monitoring,
              and incident response. Deliverable: Training materials and recorded sessions.",
          }
        ] },
        { "type": "separator" },
        {
            "type": "headline",
            "level": "h2",
            "text": "3. Term and Termination",
        },
        {
            "type": "paragraph",
            "markdown": "This Agreement shall commence on the Effective Date and continue for a period of **twelve (12) months** unless terminated earlier in accordance with this section. Either party may terminate this Agreement for convenience upon **sixty (60) days** written notice to the other party. Either party may terminate this Agreement immediately upon written notice if the other party materially breaches any provision and fails to cure such breach within **thirty (30) days** of receiving written notice.",
        },
        { "type": "separator" },
        {
            "type": "headline",
            "level": "h2",
            "text": "4. Compensation and Payment Terms",
        },
        {
          "type": "table",
          "column_widths_in_percent": [40, 25, 20, 15],
          "header": {
            "cells": [
              { "text": "Milestone" },
              { "text": "Deliverable" },
              {
                  "text": "Due Date",
                  "horizontal_alignment": "center",
              },
              {
                  "text": "Amount",
                  "horizontal_alignment": "right",
              }
            ]
          },
          "rows": [
            { "cells": [
              { "text": "Project Kickoff" },
              { "text": "Architecture Report" },
              {
                  "text": "Apr 15,
                  2026",
                  "horizontal_alignment": "center",
              },
              {
                  "text": "EUR 45,
                  000",
                  "horizontal_alignment": "right",
              }
            ] },
            { "cells": [
              { "text": "Migration Planning" },
              { "text": "Migration Runbook" },
              {
                  "text": "Jun 1,
                  2026",
                  "horizontal_alignment": "center",
              },
              {
                  "text": "EUR 35,
                  000",
                  "horizontal_alignment": "right",
              }
            ] },
            { "cells": [
              { "text": "Integration Development" },
              { "text": "Deployed Integration" },
              {
                  "text": "Sep 30,
                  2026",
                  "horizontal_alignment": "center",
              },
              {
                  "text": "EUR 85,
                  000",
                  "horizontal_alignment": "right",
              }
            ] },
            { "cells": [
              { "text": "Training & Enablement" },
              { "text": "Training Materials" },
              {
                  "text": "Nov 15,
                  2026",
                  "horizontal_alignment": "center",
              },
              {
                  "text": "EUR 25,
                  000",
                  "horizontal_alignment": "right",
              }
            ] }
          ]
        },
        { "type": "paragraph", "runs": [
          {
              "text": "Total Contract Value: ",
              "font_weight": "bold",
          },
          {
              "text": "EUR 190,
              000. Invoices are due within thirty (30) days of receipt. Late payments shall accrue interest at a rate of 1.5% per month.",
          }
        ] },
        { "type": "separator" },
        {
            "type": "headline",
            "level": "h2",
            "text": "5. Confidentiality",
        },
        {
            "type": "paragraph",
            "markdown": "Each party agrees to hold in strict confidence all Confidential Information received from the other party. \"Confidential Information\" means any non-public technical,
            business,
            or financial information disclosed by either party,
            whether in writing,
            orally,
            or by inspection. This obligation shall survive termination of this Agreement for a period of **three (3) years**.",
        },
        { "type": "separator" },
        {
            "type": "headline",
            "level": "h2",
            "text": "6. Limitation of Liability",
        },
        {
            "type": "paragraph",
            "markdown": "In no event shall either party be liable for any indirect,
            incidental,
            special,
            consequential,
            or punitive damages. Provider's total aggregate liability under this Agreement shall not exceed the **total fees paid by Client** under this Agreement during the twelve (12) months preceding the claim.",
        },
        { "type": "separator" },
        {
            "type": "headline",
            "level": "h2",
            "text": "7. Signatures",
        },
        {
          "type": "grid",
          "columns": [
            {
              "column_span": 6,
              "blocks": [
                { "type": "paragraph", "runs": [
                  {
                      "text": "For Evergreen Digital Solutions GmbH\n\n\n",
                      "font_weight": "bold",
                  },
                  { "text": "________________________________\nName: James Whitfield\nTitle: Chief Executive Officer\nDate: ________________________" }
                ] }
              ]
            },
            {
              "column_span": 6,
              "blocks": [
                { "type": "paragraph", "runs": [
                  {
                      "text": "For Cascade Health Systems GmbH\n\n\n",
                      "font_weight": "bold",
                  },
                  { "text": "________________________________\nName: Dr. Priya Ramanathan\nTitle: Chief Operating Officer\nDate: ________________________" }
                ] }
              ]
            }
          ]
        }
      ]
    }
  }'
```

```typescript
import { IterationLayer } from "iterationlayer";
const client = new IterationLayer({ apiKey: "YOUR_API_KEY" });

const result = await client.generateDocument({
  format: "docx",
  document: {
    metadata: {
      title: "SaaS Consulting Services Agreement",
      author: "Evergreen Digital Solutions",
    },
    page: {
      size: { preset: "A4" },
      margins: {
        top_in_pt: 72,
        right_in_pt: 72,
        bottom_in_pt: 72,
        left_in_pt: 72,
      },
    },
    styles: {
      text: {
        font_family: "Helvetica",
        font_size_in_pt: 11.0,
        line_height: 1.5,
        color: "#333333",
      },
      headline: {
        font_family: "Helvetica",
        font_size_in_pt: 24.0,
        color: "#111111",
        spacing_before_in_pt: 12.0,
        spacing_after_in_pt: 6.0,
        font_weight: "bold",
      },
      link: {
        color: "#0066CC",
        is_underlined: true,
      },
      list: {
        text_style: {
          font_family: "Helvetica",
          font_size_in_pt: 11.0,
          line_height: 1.5,
          color: "#333333",
        },
        marker_color: "#333333",
        marker_gap_in_pt: 8.0,
      },
      table: {
        header: {
          background_color: "#333333",
          text_color: "#FFFFFF",
          font_size_in_pt: 11.0,
          font_weight: "bold",
        },
        body: {
          background_color: "#FFFFFF",
          text_color: "#333333",
          font_size_in_pt: 11.0,
        },
        border: {
          outer: {
            top: {
              color: "#CCCCCC",
              width_in_pt: 1.0,
            },
            right: {
              color: "#CCCCCC",
              width_in_pt: 1.0,
            },
            bottom: {
              color: "#CCCCCC",
              width_in_pt: 1.0,
            },
            left: {
              color: "#CCCCCC",
              width_in_pt: 1.0,
            },
          },
          inner: {
            horizontal: {
              color: "#EEEEEE",
              width_in_pt: 0.5,
            },
            vertical: {
              color: "#EEEEEE",
              width_in_pt: 0.5,
            },
          },
        },
      },
      grid: {
        background_color: "#FFFFFF",
        border_color: "#CCCCCC",
        border_width_in_pt: 0.0,
        gap_in_pt: 12.0,
      },
      separator: {
        color: "#CCCCCC",
        thickness_in_pt: 1.0,
        spacing_before_in_pt: 12.0,
        spacing_after_in_pt: 12.0,
      },
      image: {
        border_color: "#000000",
        border_width_in_pt: 0.0,
      },
    },
    header: [
      {
        type: "paragraph",
        runs: [{
          text: "CONFIDENTIAL — Evergreen Digital Solutions",
          font_weight: "bold",
        }],
      },
    ],
    footer: [
      {
        type: "grid",
        columns: [
          {
            column_span: 6,
            blocks: [{
              type: "paragraph",
              runs: [{ text: "SaaS Consulting Services Agreement" }],
            }],
          },
          {
            column_span: 6,
            blocks: [{
              type: "page-number",
              text_alignment: "right",
            }],
          },
        ],
      },
    ],
    content: [
      {
          type: "headline",
          level: "h1",
          text: "SaaS Consulting Services Agreement",
      },
      { type: "paragraph", runs: [
        { text: "This SaaS Consulting Services Agreement (the \"Agreement\") is entered into as of " },
        {
            text: "March 1,
            2026",
            font_weight: "bold",
        },
        { text: " (the \"Effective Date\") by and between the following parties." },
      ] },
      { type: "separator" },
      {
          type: "headline",
          level: "h2",
          text: "1. Parties",
      },
      { type: "paragraph", runs: [
        {
            text: "Provider: ",
            font_weight: "bold",
        },
        {
            text: "Evergreen Digital Solutions GmbH,
            a German company with its principal office at Friedrichstrasse 68, 10117 Berlin,
            Suite 1200,
            Berlin,
            CA 94105 (\"Provider\").",
        },
      ] },
      { type: "paragraph", runs: [
        {
            text: "Client: ",
            font_weight: "bold",
        },
        {
            text: "Cascade Health Systems GmbH,
            a Washington limited liability company with its principal office at 2200 Westlake Avenue,
            Seattle,
            WA 98109 (\"Client\").",
        },
      ] },
      { type: "separator" },
      {
          type: "headline",
          level: "h2",
          text: "2. Scope of Work",
      },
      {
          type: "paragraph",
          markdown: "Provider agrees to deliver the following consulting services to Client during the term of this Agreement:",
      },
      { type: "list", variant: "ordered", items: [
        {
            text: "Platform Architecture Review — Comprehensive audit of Client's existing SaaS infrastructure,
            including database performance,
            API design,
            and microservices topology. Deliverable: Architecture Assessment Report.",
        },
        { text: "Data Migration Planning — Design and document a phased migration strategy for transitioning Client's legacy patient records system to Provider's cloud-native platform. Deliverable: Migration Runbook." },
        {
            text: "Custom Integration Development — Build and deploy integrations between Client's EHR system and Provider's analytics dashboard,
            including HL7 FHIR-compliant data pipelines. Deliverable: Deployed integration with documentation.",
        },
        {
            text: "Staff Training & Enablement — Conduct four half-day training sessions for Client's engineering and operations teams covering platform administration,
            monitoring,
            and incident response. Deliverable: Training materials and recorded sessions.",
        },
      ] },
      { type: "separator" },
      {
          type: "headline",
          level: "h2",
          text: "3. Term and Termination",
      },
      {
          type: "paragraph",
          markdown: "This Agreement shall commence on the Effective Date and continue for a period of **twelve (12) months** unless terminated earlier in accordance with this section. Either party may terminate this Agreement for convenience upon **sixty (60) days** written notice to the other party. Either party may terminate this Agreement immediately upon written notice if the other party materially breaches any provision and fails to cure such breach within **thirty (30) days** of receiving written notice.",
      },
      { type: "separator" },
      {
          type: "headline",
          level: "h2",
          text: "4. Compensation and Payment Terms",
      },
      {
        type: "table",
        column_widths_in_percent: [40, 25, 20, 15],
        header: {
          cells: [
            { text: "Milestone" },
            { text: "Deliverable" },
            {
                text: "Due Date",
                horizontal_alignment: "center",
            },
            {
                text: "Amount",
                horizontal_alignment: "right",
            },
          ],
        },
        rows: [
          { cells: [
            { text: "Project Kickoff" },
            { text: "Architecture Report" },
            {
                text: "Apr 15,
                2026",
                horizontal_alignment: "center",
            },
            {
                text: "EUR 45,
                000",
                horizontal_alignment: "right",
            },
          ] },
          { cells: [
            { text: "Migration Planning" },
            { text: "Migration Runbook" },
            {
                text: "Jun 1,
                2026",
                horizontal_alignment: "center",
            },
            {
                text: "EUR 35,
                000",
                horizontal_alignment: "right",
            },
          ] },
          { cells: [
            { text: "Integration Development" },
            { text: "Deployed Integration" },
            {
                text: "Sep 30,
                2026",
                horizontal_alignment: "center",
            },
            {
                text: "EUR 85,
                000",
                horizontal_alignment: "right",
            },
          ] },
          { cells: [
            { text: "Training & Enablement" },
            { text: "Training Materials" },
            {
                text: "Nov 15,
                2026",
                horizontal_alignment: "center",
            },
            {
                text: "EUR 25,
                000",
                horizontal_alignment: "right",
            },
          ] },
        ],
      },
      { type: "paragraph", runs: [
        {
            text: "Total Contract Value: ",
            font_weight: "bold",
        },
        {
            text: "EUR 190,
            000. Invoices are due within thirty (30) days of receipt. Late payments shall accrue interest at a rate of 1.5% per month.",
        },
      ] },
      { type: "separator" },
      {
          type: "headline",
          level: "h2",
          text: "5. Confidentiality",
      },
      {
          type: "paragraph",
          markdown: "Each party agrees to hold in strict confidence all Confidential Information received from the other party. \"Confidential Information\" means any non-public technical,
          business,
          or financial information disclosed by either party,
          whether in writing,
          orally,
          or by inspection. This obligation shall survive termination of this Agreement for a period of **three (3) years**.",
      },
      { type: "separator" },
      {
          type: "headline",
          level: "h2",
          text: "6. Limitation of Liability",
      },
      {
          type: "paragraph",
          markdown: "In no event shall either party be liable for any indirect,
          incidental,
          special,
          consequential,
          or punitive damages. Provider's total aggregate liability under this Agreement shall not exceed the **total fees paid by Client** under this Agreement during the twelve (12) months preceding the claim.",
      },
      { type: "separator" },
      {
          type: "headline",
          level: "h2",
          text: "7. Signatures",
      },
      {
        type: "grid",
        columns: [
          {
            column_span: 6,
            blocks: [
              { type: "paragraph", runs: [
                {
                    text: "For Evergreen Digital Solutions GmbH\n\n\n",
                    font_weight: "bold",
                },
                { text: "________________________________\nName: James Whitfield\nTitle: Chief Executive Officer\nDate: ________________________" },
              ] },
            ],
          },
          {
            column_span: 6,
            blocks: [
              { type: "paragraph", runs: [
                {
                    text: "For Cascade Health Systems GmbH\n\n\n",
                    font_weight: "bold",
                },
                { text: "________________________________\nName: Dr. Priya Ramanathan\nTitle: Chief Operating Officer\nDate: ________________________" },
              ] },
            ],
          },
        ],
      },
    ],
  },
});
```

```python
from iterationlayer import IterationLayer
client = IterationLayer(api_key="YOUR_API_KEY")

result = client.generate_document(
    format="docx",
    document={
        "metadata": {
            "title": "SaaS Consulting Services Agreement",
            "author": "Evergreen Digital Solutions",
        },
        "page": {
            "size": {"preset": "A4"},
            "margins": {
                "top_in_pt": 72,
                "right_in_pt": 72,
                "bottom_in_pt": 72,
                "left_in_pt": 72,
            },
        },
        "styles": {
            "text": {
                "font_family": "Helvetica",
                "font_size_in_pt": 11.0,
                "line_height": 1.5,
                "color": "#333333",
            },
            "headline": {
                "font_family": "Helvetica",
                "font_size_in_pt": 24.0,
                "color": "#111111",
                "spacing_before_in_pt": 12.0,
                "spacing_after_in_pt": 6.0,
                "font_weight": "bold",
            },
            "link": {
                "color": "#0066CC",
                "is_underlined": True,
            },
            "list": {
                "text_style": {
                    "font_family": "Helvetica",
                    "font_size_in_pt": 11.0,
                    "line_height": 1.5,
                    "color": "#333333",
                },
                "marker_color": "#333333",
                "marker_gap_in_pt": 8.0,
            },
            "table": {
                "header": {
                    "background_color": "#333333",
                    "text_color": "#FFFFFF",
                    "font_size_in_pt": 11.0,
                    "font_weight": "bold",
                },
                "body": {
                    "background_color": "#FFFFFF",
                    "text_color": "#333333",
                    "font_size_in_pt": 11.0,
                },
                "border": {
                    "outer": {
                        "top": {
                            "color": "#CCCCCC",
                            "width_in_pt": 1.0,
                        },
                        "right": {
                            "color": "#CCCCCC",
                            "width_in_pt": 1.0,
                        },
                        "bottom": {
                            "color": "#CCCCCC",
                            "width_in_pt": 1.0,
                        },
                        "left": {
                            "color": "#CCCCCC",
                            "width_in_pt": 1.0,
                        },
                    },
                    "inner": {
                        "horizontal": {
                            "color": "#EEEEEE",
                            "width_in_pt": 0.5,
                        },
                        "vertical": {
                            "color": "#EEEEEE",
                            "width_in_pt": 0.5,
                        },
                    },
                },
            },
            "grid": {
                "background_color": "#FFFFFF",
                "border_color": "#CCCCCC",
                "border_width_in_pt": 0.0,
                "gap_in_pt": 12.0,
            },
            "separator": {
                "color": "#CCCCCC",
                "thickness_in_pt": 1.0,
                "spacing_before_in_pt": 12.0,
                "spacing_after_in_pt": 12.0,
            },
            "image": {
                "border_color": "#000000",
                "border_width_in_pt": 0.0,
            },
        },
        "header": [
            {
                "type": "paragraph",
                "runs": [{
                    "text": "CONFIDENTIAL — Evergreen Digital Solutions",
                    "font_weight": "bold",
                }],
            },
        ],
        "footer": [
            {
                "type": "grid",
                "columns": [
                    {
                        "column_span": 6,
                        "blocks": [{
                            "type": "paragraph",
                            "runs": [{"text": "SaaS Consulting Services Agreement"}],
                        }],
                    },
                    {
                        "column_span": 6,
                        "blocks": [{
                            "type": "page-number",
                            "text_alignment": "right",
                        }],
                    },
                ],
            },
        ],
        "content": [
            {
                "type": "headline",
                "level": "h1",
                "text": "SaaS Consulting Services Agreement",
            },
            {"type": "paragraph", "runs": [
                {"text": "This SaaS Consulting Services Agreement (the \"Agreement\") is entered into as of "},
                {
                    "text": "March 1,
                    2026",
                    "font_weight": "bold",
                },
                {"text": " (the \"Effective Date\") by and between the following parties."},
            ]},
            {"type": "separator"},
            {
                "type": "headline",
                "level": "h2",
                "text": "1. Parties",
            },
            {"type": "paragraph", "runs": [
                {
                    "text": "Provider: ",
                    "font_weight": "bold",
                },
                {
                    "text": "Evergreen Digital Solutions GmbH,
                    a German company with its principal office at Friedrichstrasse 68, 10117 Berlin,
                    Suite 1200,
                    Berlin,
                    CA 94105 (\"Provider\").",
                },
            ]},
            {"type": "paragraph", "runs": [
                {
                    "text": "Client: ",
                    "font_weight": "bold",
                },
                {
                    "text": "Cascade Health Systems GmbH,
                    a Washington limited liability company with its principal office at 2200 Westlake Avenue,
                    Seattle,
                    WA 98109 (\"Client\").",
                },
            ]},
            {"type": "separator"},
            {
                "type": "headline",
                "level": "h2",
                "text": "2. Scope of Work",
            },
            {
                "type": "paragraph",
                "markdown": "Provider agrees to deliver the following consulting services to Client during the term of this Agreement:",
            },
            {"type": "list", "variant": "ordered", "items": [
                {
                    "text": "Platform Architecture Review — Comprehensive audit of Client's existing SaaS infrastructure,
                    including database performance,
                    API design,
                    and microservices topology. Deliverable: Architecture Assessment Report.",
                },
                {"text": "Data Migration Planning — Design and document a phased migration strategy for transitioning Client's legacy patient records system to Provider's cloud-native platform. Deliverable: Migration Runbook."},
                {
                    "text": "Custom Integration Development — Build and deploy integrations between Client's EHR system and Provider's analytics dashboard,
                    including HL7 FHIR-compliant data pipelines. Deliverable: Deployed integration with documentation.",
                },
                {
                    "text": "Staff Training & Enablement — Conduct four half-day training sessions for Client's engineering and operations teams covering platform administration,
                    monitoring,
                    and incident response. Deliverable: Training materials and recorded sessions.",
                },
            ]},
            {"type": "separator"},
            {
                "type": "headline",
                "level": "h2",
                "text": "3. Term and Termination",
            },
            {
                "type": "paragraph",
                "markdown": "This Agreement shall commence on the Effective Date and continue for a period of **twelve (12) months** unless terminated earlier in accordance with this section. Either party may terminate this Agreement for convenience upon **sixty (60) days** written notice to the other party. Either party may terminate this Agreement immediately upon written notice if the other party materially breaches any provision and fails to cure such breach within **thirty (30) days** of receiving written notice.",
            },
            {"type": "separator"},
            {
                "type": "headline",
                "level": "h2",
                "text": "4. Compensation and Payment Terms",
            },
            {
                "type": "table",
                "column_widths_in_percent": [40, 25, 20, 15],
                "header": {
                    "cells": [
                        {"text": "Milestone"},
                        {"text": "Deliverable"},
                        {
                            "text": "Due Date",
                            "horizontal_alignment": "center",
                        },
                        {
                            "text": "Amount",
                            "horizontal_alignment": "right",
                        },
                    ],
                },
                "rows": [
                    {"cells": [
                        {"text": "Project Kickoff"},
                        {"text": "Architecture Report"},
                        {
                            "text": "Apr 15,
                            2026",
                            "horizontal_alignment": "center",
                        },
                        {
                            "text": "EUR 45,
                            000",
                            "horizontal_alignment": "right",
                        },
                    ]},
                    {"cells": [
                        {"text": "Migration Planning"},
                        {"text": "Migration Runbook"},
                        {
                            "text": "Jun 1,
                            2026",
                            "horizontal_alignment": "center",
                        },
                        {
                            "text": "EUR 35,
                            000",
                            "horizontal_alignment": "right",
                        },
                    ]},
                    {"cells": [
                        {"text": "Integration Development"},
                        {"text": "Deployed Integration"},
                        {
                            "text": "Sep 30,
                            2026",
                            "horizontal_alignment": "center",
                        },
                        {
                            "text": "EUR 85,
                            000",
                            "horizontal_alignment": "right",
                        },
                    ]},
                    {"cells": [
                        {"text": "Training & Enablement"},
                        {"text": "Training Materials"},
                        {
                            "text": "Nov 15,
                            2026",
                            "horizontal_alignment": "center",
                        },
                        {
                            "text": "EUR 25,
                            000",
                            "horizontal_alignment": "right",
                        },
                    ]},
                ],
            },
            {"type": "paragraph", "runs": [
                {
                    "text": "Total Contract Value: ",
                    "font_weight": "bold",
                },
                {
                    "text": "EUR 190,
                    000. Invoices are due within thirty (30) days of receipt. Late payments shall accrue interest at a rate of 1.5% per month.",
                },
            ]},
            {"type": "separator"},
            {
                "type": "headline",
                "level": "h2",
                "text": "5. Confidentiality",
            },
            {
                "type": "paragraph",
                "markdown": "Each party agrees to hold in strict confidence all Confidential Information received from the other party. \"Confidential Information\" means any non-public technical,
                business,
                or financial information disclosed by either party,
                whether in writing,
                orally,
                or by inspection. This obligation shall survive termination of this Agreement for a period of **three (3) years**.",
            },
            {"type": "separator"},
            {
                "type": "headline",
                "level": "h2",
                "text": "6. Limitation of Liability",
            },
            {
                "type": "paragraph",
                "markdown": "In no event shall either party be liable for any indirect,
                incidental,
                special,
                consequential,
                or punitive damages. Provider's total aggregate liability under this Agreement shall not exceed the **total fees paid by Client** under this Agreement during the twelve (12) months preceding the claim.",
            },
            {"type": "separator"},
            {
                "type": "headline",
                "level": "h2",
                "text": "7. Signatures",
            },
            {
                "type": "grid",
                "columns": [
                    {
                        "column_span": 6,
                        "blocks": [
                            {"type": "paragraph", "runs": [
                                {
                                    "text": "For Evergreen Digital Solutions GmbH\n\n\n",
                                    "font_weight": "bold",
                                },
                                {"text": "________________________________\nName: James Whitfield\nTitle: Chief Executive Officer\nDate: ________________________"},
                            ]},
                        ],
                    },
                    {
                        "column_span": 6,
                        "blocks": [
                            {"type": "paragraph", "runs": [
                                {
                                    "text": "For Cascade Health Systems GmbH\n\n\n",
                                    "font_weight": "bold",
                                },
                                {"text": "________________________________\nName: Dr. Priya Ramanathan\nTitle: Chief Operating Officer\nDate: ________________________"},
       

…(truncated)
