Doc update: find your api key in .env (#2532)

This commit is contained in:
Shuchang Zheng
2025-05-29 16:08:54 -07:00
committed by GitHub
parent 69a07c01ab
commit 6904423812

View File

@@ -80,6 +80,7 @@ print(task)
Or your local Skyvern service from step 2:
```python
# Find your API KEY in .env
skyvern = Skyvern(base_url="http://localhost:8000", api_key="LOCAL SKYVERN API KEY")
task = await skyvern.run_task(prompt="Find the top post on hackernews today")
print(task)