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:
|
Or your local Skyvern service from step 2:
|
||||||
```python
|
```python
|
||||||
|
# Find your API KEY in .env
|
||||||
skyvern = Skyvern(base_url="http://localhost:8000", api_key="LOCAL SKYVERN API KEY")
|
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")
|
task = await skyvern.run_task(prompt="Find the top post on hackernews today")
|
||||||
print(task)
|
print(task)
|
||||||
|
|||||||
Reference in New Issue
Block a user