Doc update: find your api key in .env (#2532)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user