> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentkey.app/llms.txt
> Use this file to discover all available pages before exploring further.

# account

> Check remaining credits and upstream health — always free.

Returns your remaining monthly credit allowance and the health of upstream
providers in one call. This tool is **free** — calling it never deducts credits.

<Info>
  Run `account` before any bulk or expensive work to confirm you have enough
  balance.
</Info>

### Parameters

None.

### Returns

* **credits** — credits remaining in your plan's monthly allowance
* **health** — upstream provider / skill health status

## Example

```text theme={null}
execute_tool("agentkey_account")
```

```json theme={null}
{
  "credits": { "remaining": 1240.5 },
  "health": { "search": "healthy", "scrape": "healthy", "social": "degraded" }
}
```

<Card title="Subscription & Billing" icon="wallet" href="/concepts/subscription">
  How plans, monthly credits, and per-call costs work.
</Card>
