credential management documentation (#2389)

This commit is contained in:
Shuchang Zheng
2025-05-21 20:06:34 -07:00
committed by GitHub
parent fe97113e0f
commit 87d0f364f5
26 changed files with 417 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ You can also run browser tasks locally in your python code but it takes a bit mo
task = await skyvern.agent.run_task(prompt="Find the top post on hackernews today")
print(task)
```
A local browser will pop up. Skyvern will start executing the task in the browser and close it when the task is done. You will be able to review the task from http://localhost:8080/history
<CardGroup cols={2}>
<Card