An agent can't actually pause between calls; this injects a real delay for polling, backoff, or rate-limiting.
Pause for a set number of seconds, then continue. Lets an agent inject a real delay inline, for pacing a polling loop, retry backoff, or rate-limiting between calls, which a model cannot do on its own. For delayed actions or long waits, use the schedule namespace instead.
How many seconds to wait (0-30). Values above 30 are capped to 30.
curl -X POST "https://skill.askfaro.com/skills/timer/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Wait 10 seconds"
}
}'askfaro describe timer/timer.wait
Install pip install askfaro-cli, then askfaro auth login.