From 8f88639ace2cc88e2ce6635e7e6708bb5799c275 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Wed, 5 Mar 2025 00:10:24 -0500 Subject: [PATCH] task v2 max steps doc (#1885) --- docs/running-tasks/api-v2-spec.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/running-tasks/api-v2-spec.mdx b/docs/running-tasks/api-v2-spec.mdx index 9cfd3f35..edaccd1d 100644 --- a/docs/running-tasks/api-v2-spec.mdx +++ b/docs/running-tasks/api-v2-spec.mdx @@ -14,6 +14,7 @@ Production:`https://api.skyvern.com/api/v2/tasks/` | --- | --- | --- | --- | --- | | x-api-key | String | yes | [your-api-key-here] | Bearer token that gives your backend access to the Skyvern API. This will be manually provided by us | | x-max-iterations-override | Integer | no | 10 | The max number of iterations skyvern attempts to divide and conquer a complicated task. In each iteration, Skyvern does a "mini task" planning, mini task execution and validation. The default is 10. | +| x-max-steps-override | Integer | no | 25 | The max number of steps skyvern can take. The default is 25. | ### Body