用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ThomasMoreAI/legal-skills-open --skill generate-docx-contract命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when retrieving arbitration institutional rules (ICC, LCIA, SCC, SIAC, HKIAC, VIAC, МКАС/МАК при ТПП України, UNCITRAL) — fetching current version, verifying redaction applicable to the date of arbitration agreement, constructing URLs for official rule texts
Use when choosing the Polish legal regime for letters, requests, applications, complaints, petitions, public-information requests, KPA filings, PPSA complaints, RODO access requests, registry extracts, court-file access, tax/ZUS/cudzoziemcy/USC procedures, or professional lawyer letters. Prevents mixing UDIP, KPA, PPSA, RODO, registry, special-procedure, and advocate/radca letter regimes.
Use when preparing applications for recognition and enforcement of foreign arbitral awards in Poland, applications for setting aside arbitral awards under KPC art. 1205–1211, or opposing such applications — mapping Article V of the 1958 New York Convention to art. 1214–1215 of the Polish KPC, identifying grounds for refusal, structuring public policy arguments
基于 SOC 职业分类
正在显示 SKILL.md
| name | generate-docx-contract |
| title | Generate DOCX Contract |
| description | Generate an editable DOCX service agreement with parties, terms, and payment schedule. |
| author | iterationlayer |
| author_url | https://github.com/iterationlayer/skills/tree/main/skills/generate-docx-contract |
| license | MIT |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | general |
| practice | contracts |
| language | en |
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.
Document Generation (2 credits/request)
You need an Iteration Layer API key. Get one at 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.
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.textData Migration Planning — Design and document a phased migration strategy transitioning Clients cloud-native platform. Deliverable: Migration Runbook.textCustom Integration Development — Build and deploy integrations between Clients analytics dashboard,
including HL7 FHIR-compliant data pipelines. Deliverable: Deployed integration with documentation.textStaff Training & Enablement — Conduct four half-day training sessions Clients 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.separatorheadlinelevelh2text7. Signaturesgridcolumnscolumn_spanblocksparagraphrunstextFor Evergreen Digital Solutions GmbH\n\n\nfont_weightboldtext________________________________\nName: James Whitfield\nTitle: Chief Executive Officer\nDate: ________________________column_spanblocksparagraphrunstextFor Cascade Health Systems GmbH\n\n\nfont_weightboldtext________________________________\nName: Dr. Priya Ramanathan\nTitle: Chief Operating Officer\nDate: ________________________
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: ________________________" },
] },
],
},
],
},
],
},
});
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: ________________________"},
]},
],
},
],
},
],
},
)
package main
import il "github.com/iterationlayer/sdk-go"
func main() {
client := il.NewClient("YOUR_API_KEY")
result, err := client.GenerateDocument(il.GenerateDocumentRequest{
Format: "docx",
Document: il.DocumentDefinition{
Metadata: il.DocumentMetadata{
Title: "SaaS Consulting Services Agreement",
Author: "Evergreen Digital Solutions",
},
Page: il.PageConfig{
Size: il.PageSize{Preset: "A4"},
Margins: il.Margins{
TopInPt: 72,
RightInPt: 72,
BottomInPt: 72,
LeftInPt: 72,
},
},
Content: []il.ContentBlock{
il.NewHeadlineBlock("h1", "SaaS Consulting Services Agreement"),
il.ParagraphBlock{
Type: "paragraph",
Markdown: "This Agreement is entered into as of **March 1,
2026**.",
},
il.NewSeparatorBlock(),
il.NewHeadlineBlock("h2", "1. Parties"),
il.ParagraphBlock{
Type: "paragraph",
Markdown: "**Provider:** Evergreen Digital Solutions GmbH",
},
il.ParagraphBlock{
Type: "paragraph",
Markdown: "**Client:** Cascade Health Systems GmbH",
},
il.NewSeparatorBlock(),
il.NewHeadlineBlock("h2", "2. Scope of Work"),
il.NewListBlock("ordered", []string{
"Platform Architecture Review",
"Data Migration Planning",
"Custom Integration Development",
"Staff Training & Enablement",
}),
il.NewSeparatorBlock(),
il.NewHeadlineBlock("h2", "4. Compensation and Payment Terms"),
il.NewTableBlock([]il.TableRow{
{Cells: []il.TableCell{{Text: "Project Kickoff"}, {
Text: "EUR 45,
000",
}}},
{Cells: []il.TableCell{{Text: "Migration Planning"}, {
Text: "EUR 35,
000",
}}},
{Cells: []il.TableCell{{Text: "Integration Development"}, {
Text: "EUR 85,
000",
}}},
{Cells: []il.TableCell{{Text: "Training & Enablement"}, {
Text: "EUR 25,
000",
}}},
}),
il.ParagraphBlock{
Type: "paragraph",
Markdown: "**Total Contract Value:** EUR 190,
000",
},
},
},
})
if err != nil {
panic(err)
}
}
{
"name": "Generate DOCX Contract",
"nodes": [
{
"parameters": {
"content": "## Generate DOCX Contract\n\nLegal 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 \u2014 delivered as an editable DOCX file ready for review and signature.\n\n**Note:** This workflow uses the Iteration Layer community node (`n8n-nodes-iterationlayer`). Install it via Settings > Community Nodes on self-hosted n8n, or add it directly on n8n Cloud with Verified Community Nodes enabled.",
"height": 280,
"width": 500,
"color": 2
},
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
40
],
"id": "c670e9aa-7ddf-4f78-b539-542dd863cbfb",
"name": "Overview"
},
{
"parameters": {
"content": "### Step 1: Generate Document\nResource: **Document Generation**\n\nConfigure the Document Generation parameters below, then connect your credentials.",
"height": 160,
"width": 300,
"color": 6
},
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
475,
100
],
"id": "e07bb931-b8de-43ec-bad9-b50b9b9cfe34",
"name": "Step 1 Note"
},
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
250,
300
],
"id": "dc4d30ba-1453-4946-8dcc-67f00487322d",
"name": "Manual Trigger"
},
{
"parameters": {
"resource": "documentGeneration",
"format": "docx",
"documentJson": "{\n \"metadata\": {\n \"title\": \"SaaS Consulting Services Agreement\",\n \"author\": \"Evergreen Digital Solutions\"\n },\n \"page\": {\n \"size\": {\n \"preset\": \"A4\"\n },\n \"margins\": {\n \"top_in_pt\": 72,\n \"right_in_pt\": 72,\n \"bottom_in_pt\": 72,\n \"left_in_pt\": 72\n }\n },\n \"styles\": {\n \"text\": {\n \"font_family\": \"Helvetica\",\n \"font_size_in_pt\": 11.0,\n \"line_height\": 1.5,\n \"color\": \"#333333\"\n },\n \"headline\": {\n \"font_family\": \"Helvetica\",\n \"font_size_in_pt\": 24.0,\n \"color\": \"#111111\",\n \"spacing_before_in_pt\": 12.0,\n \"spacing_after_in_pt\": 6.0,\n \"font_weight\": \"bold\"\n },\n \"link\": {\n \"color\": \"#0066CC\",\n \"is_underlined\": true\n },\n \"list\": {\n \"text_style\": {\n \"font_family\": \"Helvetica\",\n \"font_size_in_pt\": 11.0,\n \"line_height\": 1.5,\n \"color\": \"#333333\"\n },\n \"marker_color\": \"#333333\",\n \"marker_gap_in_pt\": 8.0\n },\n \"table\": {\n \"header\": {\n \"background_color\": \"#333333\",\n \"text_color\": \"#FFFFFF\",\n \"font_size_in_pt\": 11.0,\n \"font_weight\": \"bold\"\n },\n \"body\": {\n \"background_color\": \"#FFFFFF\",\n \"text_color\": \"#333333\",\n \"font_size_in_pt\": 11.0\n },\n \"border\": {\n \"outer\": {\n \"top\": {\n \"color\": \"#CCCCCC\",\n \"width_in_pt\": 1.0\n },\n \"right\": {\n \"color\": \"#CCCCCC\",\n \"width_in_pt\": 1.0\n },\n \"bottom\": {\n \"color\": \"#CCCCCC\",\n \"width_in_pt\": 1.0\n },\n \"left\": {\n \"color\": \"#CCCCCC\",\n \"width_in_pt\": 1.0\n }\n },\n \"inner\": {\n \"horizontal\": {\n \"color\": \"#EEEEEE\",\n \"width_in_pt\": 0.5\n },\n \"vertical\": {\n \"color\": \"#EEEEEE\",\n \"width_in_pt\": 0.5\n }\n }\n }\n },\n \"grid\": {\n \"background_color\": \"#FFFFFF\",\n \"border_color\": \"#CCCCCC\",\n \"border_width_in_pt\": 0.0,\n \"gap_in_pt\": 12.0\n },\n \"separator\": {\n \"color\": \"#CCCCCC\",\n \"thickness_in_pt\": 1.0,\n \"spacing_before_in_pt\": 12.0,\n \"spacing_after_in_pt\": 12.0\n },\n \"image\": {\n \"border_color\": \"#000000\",\n \"border_width_in_pt\": 0.0\n }\n },\n \"header\": [\n {\n \"type\": \"paragraph\",\n \"runs\": [\n {\n \"text\": \"CONFIDENTIAL \\u2014 Evergreen Digital Solutions\",\n \"font_weight\": \"bold\"\n }\n ]\n }\n ],\n \"footer\": [\n {\n \"type\": \"grid\",\n \"columns\": [\n {\n \"column_span\": 6,\n \"blocks\": [\n {\n \"type\": \"paragraph\",\n \"runs\": [\n {\n \"text\": \"SaaS Consulting Services Agreement\"\n }\n ]\n }\n ]\n },\n {\n \"column_span\": 6,\n \"blocks\": [\n {\n \"type\": \"page-number\",\n \"text_alignment\": \"right\"\n }\n ]\n }\n ]\n }\n ],\n \"content\": [\n {\n \"type\": \"headline\",\n \"level\": \"h1\",\n \"text\": \"SaaS Consulting Services Agreement\"\n },\n {\n \"type\": \"paragraph\",\n \"runs\": [\n {\n \"text\": \"This SaaS Consulting Services Agreement (the \\\"Agreement\\\") is entered into as of \"\n },\n {\n \"text\": \"March 1,\\n 2026\",\n \"font_weight\": \"bold\"\n },\n {\n \"text\": \" (the \\\"Effective Date\\\") by and between the following parties.\"\n }\n ]\n },\n {\n \"type\": \"separator\"\n },\n {\n \"type\": \"headline\",\n \"level\": \"h2\",\n \"text\": \"1. Parties\"\n },\n {\n \"type\": \"paragraph\",\n \"runs\": [\n {\n \"text\": \"Provider: \",\n \"font_weight\": \"bold\"\n },\n {\n \"text\": \"Evergreen Digital Solutions GmbH,\\n a German company with its principal office at Friedrichstrasse 68, 10117 Berlin,\\n Suite 1200,\\n Berlin,\\n CA 94105 (\\\"Provider\\\").\"\n }\n ]\n },\n {\n \"type\": \"paragraph\",\n \"runs\": [\n {\n \"text\": \"Client: \",\n \"font_weight\": \"bold\"\n },\n {\n \"text\": \"Cascade Health Systems GmbH,\\n a Washington limited liability company with its principal office at 2200 Westlake Avenue,\\n Seattle,\\n WA 98109 (\\\"Client\\\").\"\n }\n ]\n },\n {\n \"type\": \"separator\"\n },\n {\n \"type\": \"headline\",\n \"level\": \"h2\",\n \"text\": \"2. Scope of Work\"\n },\n {\n \"type\": \"paragraph\",\n \"markdown\": \"Provider agrees to deliver the following consulting services to Client during the term of this Agreement:\"\n },\n {\n \"type\": \"list\",\n \"variant\": \"ordered\",\n \"items\": [\n {\n \"text\": \"Platform Architecture Review \\u2014 Comprehensive audit of Client's existing SaaS infrastructure,\\n including database performance,\\n API design,\\n and microservices topology. Deliverable: Architecture Assessment Report.\"\n },\n {\n \"text\": \"Data Migration Planning \\u2014 Design and document a phased migration strategy for transitioning Client's legacy patient records system to Provider's cloud-native platform. Deliverable: Migration Runbook.\"\n },\n {\n \"text\": \"Custom Integration Development \\u2014 Build and deploy integrations between Client's EHR system and Provider's analytics dashboard,\\n including HL7 FHIR-compliant data pipelines. Deliverable: Deployed integration with documentation.\"\n },\n {\n \"text\": \"Staff Training & Enablement \\u2014 Conduct four half-day training sessions for Client's engineering and operations teams covering platform administration,\\n monitoring,\\n and incident response. Deliverable: Training materials and recorded sessions.\"\n }\n ]\n },\n {\n \"type\": \"separator\"\n },\n {\n \"type\": \"headline\",\n \"level\": \"h2\",\n \"text\": \"3. Term and Termination\"\n },\n {\n \"type\": \"paragraph\",\n \"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.\"\n },\n {\n \"type\": \"separator\"\n },\n {\n \"type\": \"headline\",\n \"level\": \"h2\",\n \"text\": \"4. Compensation and Payment Terms\"\n },\n {\n \"type\": \"table\",\n \"column_widths_in_percent\": [\n 40,\n 25,\n 20,\n 15\n ],\n \"header\": {\n \"cells\": [\n {\n \"text\": \"Milestone\"\n },\n {\n \"text\": \"Deliverable\"\n },\n {\n \"text\": \"Due Date\",\n \"horizontal_alignment\": \"center\"\n },\n {\n \"text\": \"Amount\",\n \"horizontal_alignment\": \"right\"\n }\n ]\n },\n \"rows\": [\n {\n \"cells\": [\n {\n \"text\": \"Project Kickoff\"\n },\n {\n \"text\": \"Architecture Report\"\n },\n {\n \"text\": \"Apr 15,\\n 2026\",\n \"horizontal_alignment\": \"center\"\n },\n {\n \"text\": \"EUR 45,\\n 000\",\n \"horizontal_alignment\": \"right\"\n }\n ]\n },\n {\n \"cells\": [\n {\n \"text\": \"Migration Planning\"\n },\n {\n \"text\": \"Migration Runbook\"\n },\n {\n \"text\": \"Jun 1,\\n 2026\",\n \"horizontal_alignment\": \"center\"\n },\n {\n \"text\": \"EUR 35,\\n 000\",\n \"horizontal_alignment\": \"right\"\n }\n ]\n },\n {\n \"cells\": [\n {\n \"text\": \"Integration Development\"\n },\n {\n \"text\": \"Deployed Integration\"\n },\n {\n \"text\": \"Sep 30,\\n 2026\",\n \"horizontal_alignment\": \"center\"\n },\n {\n \"text\": \"EUR 85,\\n 000\",\n \"horizontal_alignment\": \"right\"\n }\n ]\n },\n {\n \"cells\": [\n {\n \"text\": \"Training & Enablement\"\n },\n {\n \"text\": \"Training Materials\"\n },\n {\n \"text\": \"Nov 15,\\n 2026\",\n \"horizontal_alignment\": \"center\"\n },\n {\n \"text\": \"EUR 25,\\n 000\",\n \"horizontal_alignment\": \"right\"\n }\n ]\n }\n ]\n },\n {\n \"type\": \"paragraph\",\n \"runs\": [\n {\n \"text\": \"Total Contract Value: \",\n \"font_weight\": \"bold\"\n },\n {\n \"text\": \"EUR 190,\\n 000. Invoices are due within thirty (30) days of receipt. Late payments shall accrue interest at a rate of 1.5% per month.\"\n }\n ]\n },\n {\n \"type\": \"separator\"\n },\n {\n \"type\": \"headline\",\n \"level\": \"h2\",\n \"text\": \"5. Confidentiality\"\n },\n {\n \"type\": \"paragraph\",\n \"markdown\": \"Each party agrees to hold in strict confidence all Confidential Information received from the other party. \\\"Confidential Information\\\" means any non-public technical,\\n business,\\n or financial information disclosed by either party,\\n whether in writing,\\n orally,\\n or by inspection. This obligation shall survive termination of this Agreement for a period of **three (3) years**.\"\n },\n {\n \"type\": \"separator\"\n },\n {\n \"type\": \"headline\",\n \"level\": \"h2\",\n \"text\": \"6. Limitation of Liability\"\n },\n {\n \"type\": \"paragraph\",\n \"markdown\": \"In no event shall either party be liable for any indirect,\\n incidental,\\n special,\\n consequential,\\n 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.\"\n },\n {\n \"type\": \"separator\"\n },\n {\n \"type\": \"headline\",\n \"level\": \"h2\",\n \"text\": \"7. Signatures\"\n },\n {\n \"type\": \"grid\",\n \"columns\": [\n {\n \"column_span\": 6,\n \"blocks\": [\n {\n \"type\": \"paragraph\",\n \"runs\": [\n {\n \"text\": \"For Evergreen Digital Solutions GmbH\\n\\n\\n\",\n \"font_weight\": \"bold\"\n },\n {\n \"text\": \"________________________________\\nName: James Whitfield\\nTitle: Chief Executive Officer\\nDate: ________________________\"\n }\n ]\n }\n ]\n },\n {\n \"column_span\": 6,\n \"blocks\": [\n {\n \"type\": \"paragraph\",\n \"runs\": [\n {\n \"text\": \"For Cascade Health Systems GmbH\\n\\n\\n\",\n \"font_weight\": \"bold\"\n },\n {\n \"text\": \"________________________________\\nName: Dr. Priya Ramanathan\\nTitle: Chief Operating Officer\\nDate: ________________________\"\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}"
},
"type": "n8n-nodes-iterationlayer.iterationLayer",
"typeVersion": 1,
"position": [
500,
300
],
"id": "5f70879d-d272-4e67-8ad4-88b7f16b143f",
"name": "Generate Document",
"credentials": {
"iterationLayerApi": {
"id": "1",
"name": "Iteration Layer API"
}
}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Generate Document",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
Generate an editable DOCX service agreement. Use the generate_document tool with format "docx" and these content blocks:
- Headline: "Service Agreement"
- Paragraph: parties — [client name] and [provider name] with addresses
- Headline: "Scope of Work" with description paragraph
- Headline: "Payment Terms" with payment schedule and amounts
- Headline: "Confidentiality" with standard confidentiality clause
- Headline: "Term and Termination" with duration and notice period
- Paragraph: signature lines for both parties
{
"success": true,
"data": {
"buffer": "UEsDBBQAAAAIAA...",
"mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
}
}