SKYVERN API KEY - doc fix (#2387)

This commit is contained in:
Shuchang Zheng
2025-05-19 00:56:14 -07:00
committed by GitHub
parent 699502ea84
commit 19ab386100

View File

@@ -125,7 +125,7 @@ This quickstart guide will walk you through getting Skyvern up and running on yo
Or send the task anywhere Skyvern is hosted:
```python
skyvern = Skyvern(base_url="http://localhost:8000", api_key="SKYVERN API KEY in LOCAL SKYVERN")
skyvern = Skyvern(base_url="http://localhost:8000", api_key="SKYVERN API KEY")
task = await skyvern.agent.run_task(prompt="Find the top post on hackernews today")
print(task)
```