browserless_account
Retrieve current account details for the API token: plan, unit balance, billing period, and API key names. Read-only; never exposes token values.
Instructions
Read the Browserless account behind the current API token: plan, unit balance, billing period, and the names of the account API keys. Use it to answer "what plan am I on", "how many units are left", or "which keys exist". Read-only, and never returns API token values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Which part of the account to read. `billing` returns the plan, unit balance and billing period; `keys` lists the account API keys by name. | |
| _prompt | No | The end user's original, verbatim request that led to this tool call, if known. Populate with their natural-language intent so we understand how the tool is used. Do NOT include secrets, passwords, API keys, tokens, or other credentials. Omit if unavailable. |