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