Client proposals
Service proposal
Share the work, timeline, and price in one clear proposal.
Share the work, timeline, and price in one clear proposal.

TypeDocuments
File typesPDF
SourceMade by thirds.ai with sample names and values.
LicenceFree to copy and use in your own templates
Your data
See the fields before you copy.
Your copy starts with these sample values. Change any of them.
{
"business_name": "Northline Studio",
"headline": "A better website for your next chapter",
"client_name": "Fieldnote Labs",
"scope": "A clear message, a fresh design, and a website your team can keep up to date. Includes five key pages and a shared set of design tools.",
"price": "$8,500",
"timeline": "6 weeks",
"next_step": "Approve the proposal to book your first workshop."
}Use it your way
Render the same template on the web, by API, or through MCP.
curl https://thirds.ai/v1/pdf \
-H "Authorization: Bearer $THIRDS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"business_name":"Northline Studio","headline":"A better website for your next chapter","client_name":"Fieldnote Labs","scope":"A clear message, a fresh design, and a website your team can keep up to date. Includes five key pages and a shared set of design tools.","price":"$8,500","timeline":"6 weeks","next_step":"Approve the proposal to book your first workshop."}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "pdf",
"idempotency_key": "service-proposal-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"business_name": "Northline Studio",
"headline": "A better website for your next chapter",
"client_name": "Fieldnote Labs",
"scope": "A clear message, a fresh design, and a website your team can keep up to date. Includes five key pages and a shared set of design tools.",
"price": "$8,500",
"timeline": "6 weeks",
"next_step": "Approve the proposal to book your first workshop."
}
}
}
}
}