Quick SMS workflow
Agent playbook for one-shot verification SMS.

- Balance get_account_balance
- Find a service search_sms_services → serviceId
- Pick a country find_cheapest_sms_countries or get_sms_service_countries → countryId
- Order order_sms_verification — then enter the phone on the target site and request SMS
- Wait for code Prefer wait_sms_verification; else poll check_sms_verification every 15–30s
- Cancel cancel_sms_verification when done
Statuses
TZ_NUM_WAIT— waiting for SMSTZ_NUM_ANSWER— code received
Early cancel (~2 minutes) may return NO_COMPLETE_TZID. The tool response includes phone/service/country and guard_secs — wait, then retry.