Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions schemas/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6256,4 +6256,29 @@ export const services: ServiceDef[] = [
},
],
},

// ── Papercut ───────────────────────────────────────────────────────────
{
id: "papercut",
name: "Papercut",
url: "https://papercut.lol",
serviceUrl: "https://papercut.lol",
description:
"Postcards penned by your agent. Let your agent roast and send you a digital or physical postcard.",
categories: ["ai", "social"],
integration: "first-party",
tags: ["postcards", "roast", "github", "ai-art"],
docs: { homepage: "https://papercut.lol", llmsTxt: "https://papercut.lol/llms.txt" },
realm: "papercut.lol",
intent: "charge",
payment: TEMPO_PAYMENT,
endpoints: [
{
route: "POST /api/send",
desc: "Write and send an agent-penned postcard",
dynamic: true,
amountHint: "$1 digital, $3 physical",
},
],
},
];
Loading