Integrations · Python
FurlPay + OpenBB Workspace
Clone furlpay-openbb-plugin, run the FastAPI backend, and add it as a custom backend in OpenBB Workspace. You get data widgets (portfolio, balances, x402 revenue) plus action widgets OpenBB itself lacks: place order, DCA, send stablecoins.
Install
git clone https://github.com/FurlPay/furlpay-openbb-plugin && cd furlpay-openbb-plugin && pip install -r requirements.txt && uvicorn main:app --port 7779Quickstart
# In OpenBB Workspace:
# Apps -> Manage backends -> Add backend
# Name: FurlPay
# URL: http://localhost:7779
# Widgets appear under "FurlPay": Portfolio, Balances,
# x402 Revenue, Place Order, Auto-Invest (DCA), Send Stablecoins.What your agent gets
- portfolio widget
- balances widget
- x402 revenue widget
- place order (action)
- auto-invest DCA (action)
- send stablecoins (action)
FAQ
Does it need a FurlPay account?
No — without FURLPAY_API_KEY it serves deterministic demo data so you can evaluate the widgets. With a key, actions execute against your live account.
All FurlPay integration packages are MIT-licensed and run in demo mode without an API key. Framework names are trademarks of their respective owners; FurlPay is not affiliated with or endorsed by them.