mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-05 23:41:16 +00:00
Doc update: find your api key in .env (#2532)
This commit is contained in:
parent
69a07c01ab
commit
6904423812
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue