Skip to content
Open
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
40 changes: 40 additions & 0 deletions schemas/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10978,4 +10978,44 @@ export const services: ServiceDef[] = [
},
],
},
{
id: "wundership",
name: "Wundership",
url: "https://api.wundership.com",
serviceUrl: "https://api.wundership.com",
description:
"MPP-paid app planning and software generation API for autonomous agents. Generate structured software plans, product outlines, feature maps, and implementation-ready app direction.",
categories: ["ai", "compute", "web"],
integration: "first-party",
tags: [
"ai",
"agents",
"app-builder",
"software-planning",
"product-outlines",
"feature-maps",
"implementation-plans",
"builderstudio",
],
status: "active",
docs: {
homepage: "https://wundercorp.co",
llmsTxt: "https://api.wundership.com/llms.txt",
apiReference: "https://api.wundership.com/openapi.json",
},
provider: { name: "WunderCorp, Inc.", url: "https://wundercorp.co" },
realm: "api.wundership.com",
intent: "charge",
payments: [STRIPE_PAYMENT],
endpoints: [
{
route: "POST /mpp/plan",
desc: "Generate a structured software plan, product outline, feature map, technical architecture, and implementation-ready app direction.",
amount: "100",
unitType: "request",
docs: "https://api.wundership.com/openapi.json",
},
],
},

];