Skip to content

Commit e69a507

Browse files
rahuldotiyerclaude
andauthored
Add Papercut postcard service (#520)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dd23526 commit e69a507

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

schemas/services.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6256,4 +6256,29 @@ export const services: ServiceDef[] = [
62566256
},
62576257
],
62586258
},
6259+
6260+
// ── Papercut ───────────────────────────────────────────────────────────
6261+
{
6262+
id: "papercut",
6263+
name: "Papercut",
6264+
url: "https://papercut.lol",
6265+
serviceUrl: "https://papercut.lol",
6266+
description:
6267+
"Postcards penned by your agent. Let your agent roast and send you a digital or physical postcard.",
6268+
categories: ["ai", "social"],
6269+
integration: "first-party",
6270+
tags: ["postcards", "roast", "github", "ai-art"],
6271+
docs: { homepage: "https://papercut.lol", llmsTxt: "https://papercut.lol/llms.txt" },
6272+
realm: "papercut.lol",
6273+
intent: "charge",
6274+
payment: TEMPO_PAYMENT,
6275+
endpoints: [
6276+
{
6277+
route: "POST /api/send",
6278+
desc: "Write and send an agent-penned postcard",
6279+
dynamic: true,
6280+
amountHint: "$1 digital, $3 physical",
6281+
},
6282+
],
6283+
},
62596284
];

0 commit comments

Comments
 (0)