Get free credit to try the paid tools
credits_trialFree, and the first tool to call if any other tool has told you payment is required. Returns a credit_token carrying $0.10 of credit — roughly twenty calls — with no wallet, no signature, no account and no email. Pass the returned token as the credit_token argument to any paid tool and it will run without an x402 payment. One allowance per caller: asking again returns the same token and whatever balance is left on it, never a refill. When it runs out, buy more with the /credits/buy endpoint. This tool is free; no payment is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next | No | What to do when it runs out | |
| note | No | Why a second request returns the same token rather than more credit | |
| trial | Yes | Always true; distinguishes this from purchased credit | |
| usage | No | How to spend the token | |
| exhausted | Yes | True when the allowance is spent. Asking again will not refill it, so buy credit or pay per call. | |
| balance_usd | Yes | Credit remaining, in dollars | |
| granted_usd | No | Size of the one-off allowance | |
| credit_token | Yes | The token to pass as `credit_token` to any paid tool. Shown here and derivable again from the same caller, but not recoverable from us. |