buy_credits
ActiveTool of com.sibfly/ground-motion
Get a machine-usable payment link to top up credits (requires your Bearer API key). method 'stripe' returns a card checkout_url; 'crypto' returns a BTC invoice_url + txn_id. Open/relay the URL to complete payment; credits land automatically afterwards — confirm with get_account.
Parameters schema
{
"type": "object",
"required": [
"amount_usd"
],
"properties": {
"method": {
"enum": [
"stripe",
"crypto"
],
"type": "string",
"description": "default stripe (card)"
},
"amount_usd": {
"type": "number",
"description": "1 to 10000 (USD)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.sibfly/ground-motion
https://github.com/james-sib/sibfly-api
1/7 registries