Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage benchmark tasks.
list
create
get
update
delete
benchmarkId
name
timeout
taskItem
scenario
tags
id
{ "action": "create", "benchmarkId": "bm_abc123", "name": "Submit prior auth for MRI", "timeout": 120, "taskItem": { "patient": "Maria Chen", "instruction": "Submit a prior authorization request for a lumbar MRI" }, "tags": ["prior-auth", "imaging"] }
{ "action": "list", "benchmarkId": "bm_abc123" }
{ "action": "update", "id": "task_xyz789", "tags": ["prior-auth", "imaging", "urgent"] }