Business Template

Free Partnership Agreement Template

A partnership agreement defines the rights, responsibilities, and profit-sharing between business partners.

Template

Copy this markdown, replace the {{variables}}, and send via API.

Markdown
# Partnership Agreement

**Partners:**
- {{partner1Name}} ({{partner1Email}})
- {{partner2Name}} ({{partner2Email}})

**Business Name:** {{businessName}}
**Date:** {{date}}

## 1. Purpose

The Partners agree to form a partnership for the purpose of {{businessPurpose}}.

## 2. Capital Contributions

- {{partner1Name}}: {{partner1Contribution}}
- {{partner2Name}}: {{partner2Contribution}}

## 3. Profit and Loss Distribution

Profits and losses shall be divided {{profitSplit}}.

## 4. Management

{{managementTerms}}

## 5. Decision Making

Major decisions require unanimous consent. Day-to-day decisions may be made by either partner.

## 6. Withdrawal

A partner may withdraw with {{noticePeriod}} written notice.

## 7. Dissolution

{{dissolutionTerms}}

Send for e-signature

curl
curl -X POST https://signb.ee/api/send \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "YOUR_RENDERED_MARKDOWN",
    "senderName": "Your Name",
    "senderEmail": "you@company.com",
    "recipientName": "Recipient",
    "recipientEmail": "recipient@email.com"
  }'

What happens next

  1. Signbee converts the markdown to a professional PDF
  2. Recipient gets an email with a signing link
  3. Both parties sign with an animated handwriting signature
  4. Both receive the signed PDF with a SHA-256 certificate

All signatures are legally binding under the ESIGN Act, eIDAS, and ECA.

Related resources

Send this template for signing — free, no credit card.