Check feature access / balance
checkREAD-ONLY entitlement check: does a customer have access to (or enough balance of) a feature? Autumn API: POST /v1/balances.check. This tool never records usage — it does not expose send_event or lock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | Entity id for entity-scoped balances (e.g. per-seat limits). | |
| feature_id | Yes | The ID of the feature to check. | |
| customer_id | Yes | The ID of the customer. | |
| with_preview | No | Include upgrade/upsell (paywall) info in the response when access is denied. | |
| required_balance | No | Minimum balance required for access. Returns allowed:false if below. Defaults to 1. |