Agency case studies

Agency case study

Show a client project's brief, approach, results, and a client quote in one page.

File types
PDF
Size
A4 PDF
Use case
Agency case studies
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Fraunces and Space Mono fonts, original graphic marks, and fictional sample names.
A portrait A4 case study with a near-black header, a lime green plus logo and a Client Bramble Coffee Co. sticky note, the cream title A rebrand built to travel, a numbered deliverables list, and a rust client-voice quote block.
agency-case-study/template.html

About this design

What you can make with it.

Agencies use this to turn a finished project into a short, shareable story. It sets out the client, the brief, the approach, a numbered list of deliverables, the outcome, and one client quote. Put in your own client, project, and quote for each new story you tell.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. Agency nameA short text.
  2. Client nameA short text.
  3. Project nameA short text.
  4. SectorA short text.
  5. BriefA longer text with more than one line.
  6. ApproachA longer text with more than one line.
  7. DeliverablesA list of items. Each item has item.
  8. OutcomeA longer text with more than one line.
  9. QuoteA short text.
  10. ContactA short text.
  11. FooterA short text.
Sample data
{
  "agency_name": "Marlow & Vane Studio",
  "client_name": "Bramble Coffee Co.",
  "project_name": "A rebrand built to travel",
  "sector": "Coffee roasting",
  "brief": "Bramble's packaging changed with every new bag, so shelves, market stalls, and socials never looked like one brand.",
  "approach": "We built one mark, one label system, and one colour code that scale from an espresso bag to a market stall banner.",
  "deliverables": [
    {
      "item": "Brand mark and wordmark"
    },
    {
      "item": "Packaging system for six blends"
    },
    {
      "item": "Market stall signage kit"
    },
    {
      "item": "Launch week social pattern set"
    },
    {
      "item": "Café menu and till roll design"
    }
  ],
  "outcome": "Within one season, Bramble's own team relaunched two new blends using the system, with no outside design help.",
  "quote": "The new system gave our small team one place to start every time.",
  "contact": "hello@marlowvane.example",
  "footer": "Marlow & Vane Studio, 14 Cobble Yard, Bristol"
}

For developers

Make this file from your code or your AI tools.

Save your copy once, then send the new details with each request. Each finished file costs 1 credit.

API request
curl https://thirds.ai/v1/pdf \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: agency-case-study-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"agency_name":"Marlow & Vane Studio","client_name":"Bramble Coffee Co.","project_name":"A rebrand built to travel","sector":"Coffee roasting","brief":"Bramble'"'"'s packaging changed with every new bag, so shelves, market stalls, and socials never looked like one brand.","approach":"We built one mark, one label system, and one colour code that scale from an espresso bag to a market stall banner.","deliverables":[{"item":"Brand mark and wordmark"},{"item":"Packaging system for six blends"},{"item":"Market stall signage kit"},{"item":"Launch week social pattern set"},{"item":"Café menu and till roll design"}],"outcome":"Within one season, Bramble'"'"'s own team relaunched two new blends using the system, with no outside design help.","quote":"The new system gave our small team one place to start every time.","contact":"hello@marlowvane.example","footer":"Marlow & Vane Studio, 14 Cobble Yard, Bristol"}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "agency-case-study-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "agency_name": "Marlow & Vane Studio",
          "client_name": "Bramble Coffee Co.",
          "project_name": "A rebrand built to travel",
          "sector": "Coffee roasting",
          "brief": "Bramble's packaging changed with every new bag, so shelves, market stalls, and socials never looked like one brand.",
          "approach": "We built one mark, one label system, and one colour code that scale from an espresso bag to a market stall banner.",
          "deliverables": [
            {
              "item": "Brand mark and wordmark"
            },
            {
              "item": "Packaging system for six blends"
            },
            {
              "item": "Market stall signage kit"
            },
            {
              "item": "Launch week social pattern set"
            },
            {
              "item": "Café menu and till roll design"
            }
          ],
          "outcome": "Within one season, Bramble's own team relaunched two new blends using the system, with no outside design help.",
          "quote": "The new system gave our small team one place to start every time.",
          "contact": "hello@marlowvane.example",
          "footer": "Marlow & Vane Studio, 14 Cobble Yard, Bristol"
        }
      }
    }
  }
}

Make this design yours.

Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.