Write a service agreement
agreement_createWrite a service agreement between a freelancer and a client before the work starts: the parties, the scope of services, the deliverables, the rate and payment terms, start and end dates, a termination notice period, a liability cap and the governing jurisdiction. Stores the agreement and returns it rendered as clean Markdown with a signature block. Free tier: 3 active agreements; expiring a finished one frees its slot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| scope | Yes | The services the freelancer provides, e.g. Design and build of a five-page marketing site, with two weeks of post-launch fixes | |
| client | Yes | Who the work is for, e.g. Brightleaf Studio | |
| clauses | No | Ids of library clauses to include, from clause_library: ip_assignment, confidentiality, late_payment, kill_fee, revision_rounds. The clause library is a Pro feature | |
| currency | Yes | ISO code the rate and cap are in | |
| end_date | No | The date the engagement ends, YYYY-MM-DD. Leave unset for an open-ended engagement | |
| rate_unit | Yes | What the rate buys: an hour, a day, or the whole project | |
| freelancer | Yes | Who does the work, e.g. Anna Nowak, or Nowak Design | |
| rate_cents | Yes | The rate in whole cents. 8500 is 85.00 | |
| start_date | No | The date work begins, YYYY-MM-DD. May be in the future; it is a plan, not a log | |
| deliverables | Yes | What the client receives at the end, e.g. ["Five-page site deployed to the client's host", "Handover document"] | |
| jurisdiction | No | The governing law and courts, e.g. England and Wales, or the State of New York | |
| payment_terms | Yes | When and how it is paid, e.g. Net 14 from invoice date, or 50% on signing and 50% on delivery | |
| client_address | No | ||
| freelancer_address | No | ||
| liability_cap_cents | No | The most the freelancer can be liable for, in whole cents. Leave unset and liability is uncapped, which the checklist flags | |
| termination_notice_days | No | Days of written notice either party must give to end the agreement, e.g. 14 |