MCP tool · Billing
add_funds
Top up the prepaid account balance.
add_funds
Idempotent
Description
Top up the prepaid account balance. This costs money and does not charge on this call: it validates the amount, then returns {status:"confirmation_required", confirmationUrl, expiresAt, preview}. Show the human the confirmationUrl; they approve in the Inleed client area, and a deposit invoice with a payment link is created — the balance rises only once that invoice is paid. You never pay it yourself.
Input
| Name | Type | Description |
|---|---|---|
amount
required
|
number |
How much to add, in the account currency's major units (e.g. 500 for 500 kr).
|
attempt_key
|
string | An idempotency key you choose. Reusing it within an hour returns the same held top-up instead of creating a second one. |