Start a Web Task. The task runs asynchronously; poll the result endpoint for status and output.
Documentation Index
Fetch the complete documentation index at: https://intunedhq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API Key used to authenticate your requests. How to create one.
Your workspace ID. How to find it?
Web Task input schema
Request body for POST /web-tasks/start. Stored verbatim in web_task.input.
Natural-language description of what to do.
"Scrape YC companies from batch S24"
URL the agent should start from.
"https://www.ycombinator.com/companies"
Free-form parameters substituted into the task at runtime.
{
"param1": "value1",
"param2": 42,
"param3": true
}JSON Schema describing the expected output shape. Accepts any JSON-Schema-shaped object, including draft-2020-12 with $defs / $ref.
Caller-provided key that ties this task to a persisted code and resources tree.
Anthropic model the agent should run with. Defaults to 'haiku' when omitted.
haiku, sonnet, opus "sonnet"