Add Schedules API and update engine default (#5481)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Aaron Perez <aperez0295@gmail.com>
This commit is contained in:
mintlify[bot] 2026-04-15 09:20:23 +00:00 committed by GitHub
parent c749ab5058
commit ae08f4c64d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 835 additions and 12 deletions

View file

@ -97,7 +97,7 @@ const result = await skyvern.runTask({
body: {
prompt: string, // Required. Natural language instructions.
url?: string, // Starting page URL.
engine?: RunEngine, // "skyvern_v2" (default), "skyvern_v1", "openai_cua", "anthropic_cua", "ui_tars"
engine?: RunEngine, // "skyvern_v1" (default), "skyvern_v2", "openai_cua", "anthropic_cua", "ui_tars"
max_steps?: number, // Cap AI steps to limit cost.
data_extraction_schema?: Record<string, unknown> | string, // JSON Schema for output.
browser_session_id?: string, // Run in existing session.