roamzy_status
Check Roamzy API status before purchase attempts. Detect if purchases are paused, and back off when purchases_paused=true to avoid failed transactions.
Instructions
Check Roamzy API status, including agent pause flags. Agents MUST call this before purchase attempts and back off if purchases_paused=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | ISO-8601 server time. | |
| reason | No | Operator note when something is paused; null otherwise. | |
| anon_paused | No | When true, anonymous sessions are not being minted. | |
| api_version | Yes | ||
| agents_paused | Yes | When true, back off entirely. | |
| purchases_paused | Yes | When true, do not attempt roamzy_create_order. |