Paygent.01 is an open-source project that combines the power of AI with Payman's payment infrastructure to make moving money a breeze.
Built with Vercel AI SDK, Payman, and OpenAI, Paygent.01 empowers anyone to send and receive money effortlessly.
Just spin up the app, add your Payman API key and you're ready to go!
- 🤖 AI-powered chat interface for natural language money movement
- 🔄 Support for both OpenAI and Anthropic AI models
- 💸 Seamless integration with Payman's payment infrastructure
git clone <your-repo-url>
cd paygent-01
npm install
Either in your dashboard or in a .env
file, set the following environment variables:
Choose one of openai or anthropic for the key type:
OPENAI_API_KEY
: Your OpenAI API keyANTHROPIC_API_KEY
: Your Anthropic API keyPAYMAN_API_KEY
: Your Payman API key
npm run dev
To switch to live mode toggle the switch in the top right corner of the app.
Note: Live mode requires an active Payman API key. Go to https://app.paymanai.com to get one.
You can now copy this entire code block and paste it directly into your README.md file. The markdown formatting will be preserved and will render properly on GitHub.