@paid-ai/monetize
v2.0.0
Published
Get monetized with the Paid platform
Downloads
26
Readme
Run
Test against local repo example:
(cd /Users/xifong/src/experiments/next-simple-agent-demo && git restore . && git clean -fd) && ./build/test-tool.sh -d /Users/xifong/src/experiments/next-simple-agent-demo monetize --agent-id=blah --customers --payments --publishable-key=blah --framework=nextjs-app --paid-api-key=api-key-2Test with pricing page:
./build/test-tool.sh -d /path/to/repo monetize --customers --payments --agent-id=your-agent-id --publishable-key=pk_12345 --framework=nextjs-app --paid-api-key=paid-api-key-123 --pricing-page-id=pricing-page-idTest against remote repo by making PRs instead (set a GITHUB_TOKEN first):
./build/test-tool.sh monetize --agent-id=blah --customers --payments --publishable-key=blah --framework=nextjs-app --paid-api-key=api-key-2 --github-url=https://github.com/paid-ai/paid-ai-vercel-ai-sdk-integration-example.git --branch=unmonetized