Data & AnalyticsDocumentedScanned
sure
Get report from Sure personal financial board
Share:
Installation
npx clawhub@latest install sureView the full skill documentation and source below.
Documentation
Sure Skill
Setup
export SURE_API_KEY="YOUR_API_KEY"
export SURE_BASE_URL="YOUR_BASE_URL"
Get accounts
List all accounts amountscurl -H "X-Api-Key: $SURE_API_KEY" "$SURE_BASE_URL/api/v1/accounts"