Meetings
Meeting agenda
Give your team a clear aim, a schedule, and space for next steps.
Give your team a clear aim, a schedule, and space for next steps.

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",
"meeting": "Plan the next quarter",
"when": "14 September · 10:00–11:00",
"where": "Studio room 2 + video call",
"aim": "Agree on three clear goals for the next 90 days.",
"items": [
{
"time": "10:00",
"topic": "What we learned",
"owner": "Maya"
},
{
"time": "10:15",
"topic": "Choose our goals",
"owner": "Alex"
},
{
"time": "10:45",
"topic": "Owners and next steps",
"owner": "Team"
}
],
"preparation": "Bring one win, one lesson, and one idea for the next quarter."
}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","meeting":"Plan the next quarter","when":"14 September · 10:00–11:00","where":"Studio room 2 + video call","aim":"Agree on three clear goals for the next 90 days.","items":[{"time":"10:00","topic":"What we learned","owner":"Maya"},{"time":"10:15","topic":"Choose our goals","owner":"Alex"},{"time":"10:45","topic":"Owners and next steps","owner":"Team"}],"preparation":"Bring one win, one lesson, and one idea for the next quarter."}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "pdf",
"idempotency_key": "meeting-agenda-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"business_name": "Northline Studio",
"meeting": "Plan the next quarter",
"when": "14 September · 10:00–11:00",
"where": "Studio room 2 + video call",
"aim": "Agree on three clear goals for the next 90 days.",
"items": [
{
"time": "10:00",
"topic": "What we learned",
"owner": "Maya"
},
{
"time": "10:15",
"topic": "Choose our goals",
"owner": "Alex"
},
{
"time": "10:45",
"topic": "Owners and next steps",
"owner": "Team"
}
],
"preparation": "Bring one win, one lesson, and one idea for the next quarter."
}
}
}
}
}