Back to AI Overview

MoneyGraph + Bolt.new

Deploy MoneyGraph-powered applications instantly with Bolt.new

Quick Setup

  1. 1Create a new project on Bolt.new
  2. 2Install MoneyGraph SDK: npm install @moneygraph/sdk
  3. 3Add MONEYGRAPH_API_KEY to environment variables
  4. 4Create API routes or functions using the SDK

Prompt for Bolt

You can paste this instruction into Bolt to guide the implementation:

Create a TypeScript API route that:
1. Imports the MoneyGraph client from @moneygraph/sdk
2. Initializes it with an API key from environment variables
3. Exposes a POST handler that triggers a payout
4. Returns structured JSON response

Important: Verify the exact SDK API against @moneygraph/sdk v2.0.2 documentation before implementing.

⚠️ Important: Always verify the code generated by Bolt against the actual@moneygraph/sdk API. Check import paths, method names, and parameter structures in the SDK documentation before deploying.