H
httpbin.org
/drip
Drips data over a duration after an optional initial delay.
Drips data over a duration after an optional initial delay.
liveunknown~3s typical
dynamic datahttpbin.org
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-httpbin-org /drip for me.
Input
| Field | Type | Description |
|---|---|---|
| duration | number | The amount of time (in seconds) over which to drip each byte default 2 |
| numbytes | integer | The number of bytes to respond with default 10 |
| code | integer | The response code that will be returned default 200 |
| delay | number | The amount of time (in seconds) to delay before responding default 2 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-httpbin-org","endpoint":"/drip","input":{"duration":2,"numbytes":10,"code":200,"delay":2}}'cli
npx cracked-ai run -p oa-httpbin-org -e /drip -i '{"duration":2,"numbytes":10,"code":200,"delay":2}'mcp
run_tool({ provider: "oa-httpbin-org", endpoint: "/drip", input: {"duration":2,"numbytes":10,"code":200,"delay":2} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.