wf_httpbin_form_postv1httpbin.orgeasy
Submit the HTTPBin form and return the echoed submission payload
timeout 300s • started Aug 19, 3:23 PM
Cohort status
completed
Attempts
1
Pass rate
--
Live attempts
0
Cohort verdicts
TinyFish • n/a
Task promptCollapsed preview. Expand for the full prompt.Expand
Task prompt
Collapsed preview. Expand for the full prompt.
Benchmark case: Submit the HTTPBin form and return the echoed submission payload
Goal: Open the form at https://httpbin.org/forms/post, fill it with the provided input data, submit it, and return the echoed submitted_form object.
Preferred start URL: https://httpbin.org/forms/post
Input guidance: Use these exact values when filling the form.
Structured input data:
{
"comments": "Leave at reception",
"custemail": "ada@example.com",
"custname": "Ada Lovelace",
"custtel": "+1-415-555-0136",
"delivery": "19:45",
"size": "medium",
"topping": "bacon"
}
Return a final JSON object matching this schema:
{
"type": "object",
"required": [
"submitted_form"
],
"properties": {
"submission_url": {
"type": "string",
"format": "uri",
"optional": true
},
"submitted_form": {
"type": "object",
"required": [
"custname",
"custtel",
"custemail",
"size",
"topping",
"delivery",
"comments"
],
"properties": {
"comments": {
"type": "string"
},
"custemail": {
"type": "string"
},
"custname": {
"type": "string"
},
"custtel": {
"type": "string"
},
"delivery": {
"type": "string"
},
"size": {
"type": "string"
},
"topping": {
"type": "string"
}
}
}
}
}
Work the website directly. Prefer exact values over paraphrases. Return only the final structured answer when done.Benchmark contract
Frozen case metadata for this cohort
This is the versioned case payload the arena executed and later submitted to tinyeval.
Case ID
wf_httpbin_form_post
Version
1
Domain
httpbin.org
Difficulty
easy
Timeout
300s
Entrypoint
https://httpbin.org/forms/post
Structured input data
{
"comments": "Leave at reception",
"custemail": "ada@example.com",
"custname": "Ada Lovelace",
"custtel": "+1-415-555-0136",
"delivery": "19:45",
"size": "medium",
"topping": "bacon"
}Output schema
{
"type": "object",
"required": [
"submitted_form"
],
"properties": {
"submission_url": {
"type": "string",
"format": "uri",
"optional": true
},
"submitted_form": {
"type": "object",
"required": [
"custname",
"custtel",
"custemail",
"size",
"topping",
"delivery",
"comments"
],
"properties": {
"comments": {
"type": "string"
},
"custemail": {
"type": "string"
},
"custname": {
"type": "string"
},
"custtel": {
"type": "string"
},
"delivery": {
"type": "string"
},
"size": {
"type": "string"
},
"topping": {
"type": "string"
}
}
}
}
}TinyFish
Eval status: n_a
completed
Success
--
Latency
72.10s
Cost
$0.00
Tokens
39,389
Steps
6
Current URL
https://httpbingo.org/forms/post
Submitted outputExact structured payload submitted to tinyeval for scoring.Expand
Submitted output
Exact structured payload submitted to tinyeval for scoring.
{
"submission_url": "https://httpbingo.org/post",
"submitted_form": {
"comments": "Leave at reception",
"custemail": "ada@example.com",
"custname": "Ada Lovelace",
"custtel": "+1-415-555-0136",
"delivery": "19:45",
"size": "medium",
"topping": "bacon"
}
}Output
{
"submission_url": "https://httpbingo.org/post",
"submitted_form": {
"comments": "Leave at reception",
"custemail": "ada@example.com",
"custname": "Ada Lovelace",
"custtel": "+1-415-555-0136",
"delivery": "19:45",
"size": "medium",
"topping": "bacon"
}
}Live viewer
Viewer URL retained for this attempt. Availability depends on the underlying provider session.
Agent steps11 logged steps. Expand for the full timeline.Expand
Agent steps
11 logged steps. Expand for the full timeline.
1. navigate_to
Aug 19, 3:23 PM
Navigate to httpbingo mirror
chrome-error://chromewebdata/
1. navigate_to
Aug 19, 3:23 PM
page_map: 308 chars
https://httpbingo.org/forms/post
2. set_value
Aug 19, 3:23 PM
Fill text fields on the form
https://httpbingo.org/forms/post
2. set_value
Aug 19, 3:23 PM
page_map: 691 chars
https://httpbingo.org/forms/post
3. click
Aug 19, 3:24 PM
Select pizza size and topping
https://httpbingo.org/forms/post
3. click
Aug 19, 3:24 PM
page_map: 496 chars
https://httpbingo.org/forms/post
4. click
Aug 19, 3:24 PM
Select bacon topping and submit form
https://httpbingo.org/forms/post
4. click
Aug 19, 3:24 PM
page_map: 506 chars
https://httpbingo.org/forms/post
5. click
Aug 19, 3:24 PM
Submit the filled form
https://httpbingo.org/forms/post
5. click
Aug 19, 3:24 PM
page_map: 2383 chars
https://httpbingo.org/forms/post
6. end
Aug 19, 3:24 PM
{"error":"none","notes":"The form was successfully submitted to the httpbingo mirror. The echoed 'form' object contains the submitted values as arrays, which have been unwrapped...
https://httpbingo.org/forms/post
Evaluation
N A
Evaluation unavailable at this time.
Failure reason
--
Failed checkpoint
--
Checkpoint summary
0 passed • 0 failed
Evaluated
Aug 19, 3:24 PM
Raw evaluation payload
{
"submit": {
"eval_id": "run_7053ec7112b3e43d",
"run_id": "run_7053ec7112b3e43d",
"status": "n_a",
"note": "Evaluation unavailable at this time."
},
"detail": {
"eval": {
"run_id": "run_7053ec7112b3e43d",
"case_id": "wf_httpbin_form_post",
"case_version": 1,
"status": "n_a",
"agent_name": "TinyFish",
"last_evaluation": {
"event_id": "evt_42734e47b4e68b4f",
"status": "n_a",
"note": "Evaluation unavailable at this time.",
"evaluated_at": "2026-08-19T15:24:41.168237517Z"
},
"created_at": "2026-08-19T15:24:40.923849967Z",
"updated_at": "2026-08-19T15:24:41.168239289Z",
"completed_at": "2026-08-19T15:24:41.168239289Z"
},
"run": {
"run_id": "run_7053ec7112b3e43d",
"case_id": "wf_httpbin_form_post",
"case_version": 1,
"status": "n_a",
"agent_name": "TinyFish",
"last_evaluation": {
"event_id": "evt_42734e47b4e68b4f",
"status": "n_a",
"note": "Evaluation unavailable at this time.",
"evaluated_at": "2026-08-19T15:24:41.168237517Z"
},
"created_at": "2026-08-19T15:24:40.923849967Z",
"updated_at": "2026-08-19T15:24:41.168239289Z",
"completed_at": "2026-08-19T15:24:41.168239289Z"
},
"case": {
"case_id": "wf_httpbin_form_post",
"version": 1,
"status": "active",
"created_at": "2026-04-09T00:00:00Z",
"updated_at": "2026-04-09T00:00:00Z",
"title": "Submit the HTTPBin form and return the echoed submission payload",
"task_description": "Open the form at https://httpbin.org/forms/post, fill it with the provided input data, submit it, and return the echoed submitted_form object.",
"domains": [
"httpbin.org"
],
"tags": [
"forms",
"httpbin",
"submission",
"echo"
],
"difficulty": "easy",
"locale": "en-US",
"input_spec": {
"description": "Use these exact values when filling the form.",
"schema": {
"type": "object",
"required": [
"custname",
"custtel",
"custemail",
"size",
"topping",
"delivery",
"comments"
],
"properties": {
"comments": {
"type": "string"
},
"custemail": {
"type": "string"
},
"custname": {
"type": "string"
},
"custtel": {
"type": "string"
},
"delivery": {
"type": "string"
},
"size": {
"type": "string"
},
"topping": {
"type": "string"
}
}
},
"data": {
"comments": "Leave at reception",
"custemail": "ada@example.com",
"custname": "Ada Lovelace",
"custtel": "+1-415-555-0136",
"delivery": "19:45",
"size": "medium",
"topping": "bacon"
}
},
"output_schema": {
"type": "object",
"required": [
"submitted_form"
],
"properties": {
"submission_url": {
"type": "string",
"format": "uri",
"optional": true
},
"submitted_form": {
"type": "object",
"required": [
"custname",
"custtel",
"custemail",
"size",
"topping",
"delivery",
"comments"
],
"properties": {
"comments": {
"type": "string"
},
"custemail": {
"type": "string"
},
"custname": {
"type": "string"
},
"custtel": {
"type": "string"
},
"delivery": {
"type": "string"
},
"size": {
"type": "string"
},
"topping": {
"type": "string"
}
}
}
}
},
"entrypoint": {
"mode": "url",
"url": "https://httpbin.org/forms/post"
},
"run_policy": {
"timeout_seconds": 300
}
},
"events": [
{
"event_id": "evt_42734e47b4e68b4f",
"run_id": "run_7053ec7112b3e43d",
"event_type": "final",
"payload": {
"event_type": "final",
"timestamp": "2026-08-19T15:24:40.928769107Z",
"page_state": {},
"intermediate_data": {
"raw_submission": {
"submission_url": "https://httpbingo.org/post",
"submitted_form": {
"comments": "Leave at reception",
"custemail": "ada@example.com",
"custname": "Ada Lovelace",
"custtel": "+1-415-555-0136",
"delivery": "19:45",
"size": "medium",
"topping": "bacon"
}
}
},
"final_output": {
"submission_url": "https://httpbingo.org/post",
"submitted_form": {
"comments": "Leave at reception",
"custemail": "ada@example.com",
"custname": "Ada Lovelace",
"custtel": "+1-415-555-0136",
"delivery": "19:45",
"size": "medium",
"topping": "bacon"
}
},
"artifacts": {},
"agent": {}
},
"created_at": "2026-08-19T15:24:40.929025559Z"
}
],
"timeout_seconds": 300,
"deadline_at": "2026-08-19T15:29:40.923849967Z"
}
}Provider terminal payloadRaw terminal result retained from the provider adapter.Expand
Provider terminal payload
Raw terminal result retained from the provider adapter.
{
"answer": "{\n \"submission_url\": \"https://httpbingo.org/post\",\n \"submitted_form\": {\n \"comments\": \"Leave at reception\",\n \"custemail\": \"ada@example.com\",\n \"custname\": \"Ada Lovelace\",\n \"custtel\": \"+1-415-555-0136\",\n \"delivery\": \"19:45\",\n \"size\": \"medium\",\n \"topping\": \"bacon\"\n }\n}",
"cachedInputTokens": 6144,
"data": {
"error": "none",
"notes": "The form was successfully submitted to the httpbingo mirror. The echoed 'form' object contains the submitted values as arrays, which have been unwrapped into single strings to match the target schema.",
"result": "{\n \"submission_url\": \"https://httpbingo.org/post\",\n \"submitted_form\": {\n \"comments\": \"Leave at reception\",\n \"custemail\": \"ada@example.com\",\n \"custname\": \"Ada Lovelace\",\n \"custtel\": \"+1-415-555-0136\",\n \"delivery\": \"19:45\",\n \"size\": \"medium\",\n \"topping\": \"bacon\"\n }\n}",
"success": true
},
"durationMs": 72101,
"error": "none",
"inputTokens": 38618,
"llmDurationMs": 20568,
"llmErrorDurationMs": 33503,
"model": "gemini-3-flash-preview",
"notes": "The form was successfully submitted to the httpbingo mirror. The echoed 'form' object contains the submitted values as arrays, which have been unwrapped into single strings to match the target schema.",
"outputTokens": 771,
"recordingId": "",
"result": "{\n \"submission_url\": \"https://httpbingo.org/post\",\n \"submitted_form\": {\n \"comments\": \"Leave at reception\",\n \"custemail\": \"ada@example.com\",\n \"custname\": \"Ada Lovelace\",\n \"custtel\": \"+1-415-555-0136\",\n \"delivery\": \"19:45\",\n \"size\": \"medium\",\n \"topping\": \"bacon\"\n }\n}",
"success": true,
"thinkingTokens": 0,
"totalSteps": 6,
"totalTokens": 39389,
"type": "done"
}