T
TinyFish
/agent
Run web agent
Give a URL and a goal; the agent navigates and returns structured results.
needs keyunknown~30s typical
browseagentextractjavascript
$0.050
per call
plus $0.001 platform fee per run
Bring your own TinyFish key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run tinyfish /agent for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Start URL |
| goal* | string | What to extract or do |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"tinyfish","endpoint":"/agent","input":{"url":"...","goal":"..."}}'cli
npx cracked-ai run -p tinyfish -e /agent -i '{"url":"...","goal":"..."}'mcp
run_tool({ provider: "tinyfish", endpoint: "/agent", input: {"url":"...","goal":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.