transfer_credits
Adjust credit balance for a client by adding or removing credits. Optionally allow client to use your account credits when theirs run out.
Instructions
Transfer credits to or from a client
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credits | Yes | Number of credits to transfer (positive to add, negative to remove) | |
| can_use_my_credits | Yes | Whether the client can use account-level credits when theirs run out | |
| client_id | No | Client ID (defaults to CM_CLIENT_ID env var) |