Team reports
Monthly report
Show your results, key wins, and next steps in a short report.
Show your results, key wins, and next steps in a short report.

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",
"period": "September 2026",
"revenue": "$42,800",
"clients": "18",
"growth": "+24%",
"highlights": "Our new client guide cuts the time from first meeting to first project. Six teams now use the shared template library every week.",
"next_steps": "Launch the new client portal and turn our best project reports into templates."
}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","period":"September 2026","revenue":"$42,800","clients":"18","growth":"+24%","highlights":"Our new client guide cuts the time from first meeting to first project. Six teams now use the shared template library every week.","next_steps":"Launch the new client portal and turn our best project reports into templates."}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "pdf",
"idempotency_key": "monthly-report-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"business_name": "Northline Studio",
"period": "September 2026",
"revenue": "$42,800",
"clients": "18",
"growth": "+24%",
"highlights": "Our new client guide cuts the time from first meeting to first project. Six teams now use the shared template library every week.",
"next_steps": "Launch the new client portal and turn our best project reports into templates."
}
}
}
}
}