Skip to content

Document template · generic.facilities.commercial_lease

Commercial Lease Agreement

  • Render-verified
  • Legal-sensitive
  • Version 1.0.0

Commercial property lease agreement between lessor and lessee. Country-agnostic structure covering identification of parties, premises, term, rent and indexation, charges, insurance, maintenance split, subletting, and termination. Designed to accommodate national patterns such as the BE 3-6-9 commercial lease (Loi 30.04.1951 on commercial leases), FR bail commercial (Code de commerce art. L145-1 et seq.) and DE Gewerbemietvertrag (BGB paragraphs 535 ff.).

JSON Schema

Fields in this template

Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 38 fields:

Field Required Type Description
lessor Required object
lessee Required object
lessee.name Required string
lessee.address Required string
lessee.contact Required string
lessee.company_number Required string
lessee.vat_id Optional string
premises Required object
premises.full_address Required string
premises.floor_area_sqm Required number
premises.use_permitted Required string
premises.description Optional string
term Required object
term.start_date Required date
term.end_date Required date
term.renewal_options_prose Required string
rent Required object
rent.amount_monthly Required number
rent.currency Required string
rent.indexation_basis Required enum
rent.indexation_detail Optional string
rent.payment_day Required integer
rent.security_deposit Required number
charges Required object
charges.service_charges_prose Required string
charges.utilities_responsibility Required string
insurance_requirements Required string
maintenance_split Required object
maintenance_split.lessor_scope Required string
maintenance_split.lessee_scope Required string

+8 more fields — the full JSON Schema is available in the dashboard and via the API.

POST /render

Generate it

One POST /render call: send your JSON, get the finished PDF back. Or skip the JSON entirely and describe the document in plain language on chut.app.

curl
curl -X POST https://api.papii.eu/render \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "generic.facilities.commercial_lease",
    "data": { ... },
    "options": {"language": "en"}
  }' -o commercial-lease.pdf

Frequently asked questions

What is “Commercial Lease Agreement”?

Commercial property lease agreement between lessor and lessee. Country-agnostic structure covering identification of parties, premises, term, rent and indexation, charges, insurance, maintenance split, subletting, and termination. Designed to accommodate national patterns such as the BE 3-6-9 commercial lease (Loi 30.04.1951 on commercial leases), FR bail commercial (Code de commerce art. L145-1 et seq.) and DE Gewerbemietvertrag (BGB paragraphs 535 ff.). On papii this document is available as template generic.facilities.commercial_lease: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Commercial Lease Agreement with AI?

Yes. chut.app — the AI back office papii powers — fills this template from a plain-language description: you describe the document in one sentence, the AI structures the data, papii validates it against the schema and renders the PDF. Developers can also call the papii API directly with structured JSON.

Is the Commercial Lease Agreement template legally compliant?

This template is render-verified: its schema, sample data and PDF output are automatically tested on every release. It is published with status “ready”, meaning it has not yet been through papii’s final legal review. Where it references specific legislation, that is stated in the template description — always have a professional check documents with legal effect before relying on them.