{
  "x402Version": 2,
  "id": 14194,
  "slug": "14194",
  "resource": "https://vault-pro-x402.fly.dev/api/scaffold-project",
  "description": "Scaffold a complete Obsidian Project plan from a one-line brief. Returns a markdown document with: frontmatter (status, priority, owner, deadline), Goal, Success criteria checklist, Why now, In/Out scope, and a 3-7 row Decomposition table with tasks/agents/outputs. Fitted to the Vault Pro 70-Templates/Project-Template.md structure. Useful for AI agents that need to break down a goal into concrete planning artifacts.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xfBC0eb7811D477E55261d956dF39f0046E192240",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "goal": "Launch a permissioned customer-research sprint with five interviews"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "markdown": "---\ntags: [project]\nstatus: planning\npriority: P1\n...\n---\n\n# Customer Research Sprint\n\n## Goal\n> Complete five permissioned customer interviews and synthesize findings.\n\n## Success criteria\n- [ ] Five interviews completed\n- [ ] Findings synthesized",
            "ok": true,
            "template": "project"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "context": {
                    "description": "Optional supporting context",
                    "type": "string"
                  },
                  "deadline": {
                    "description": "Optional project deadline",
                    "type": "string"
                  },
                  "goal": {
                    "description": "Project goal to scaffold",
                    "minLength": 8,
                    "type": "string"
                  },
                  "owner": {
                    "description": "Optional project owner",
                    "type": "string"
                  }
                },
                "required": [
                  "goal"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "error": {
                    "type": "string"
                  },
                  "markdown": {
                    "description": "Ready-to-paste Obsidian markdown",
                    "type": "string"
                  },
                  "ok": {
                    "type": "boolean"
                  },
                  "template": {
                    "type": "string"
                  }
                },
                "required": [
                  "ok"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "vault-pro-x402.fly.dev",
  "lastUpdated": "2026-09-12T04:31:13.71Z",
  "quality": {
    "calls30d": 18,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-12T04:31:13.531Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "vault-pro-x402.fly.dev",
    "manifest_name": "vault-pro-x402.fly.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}