doc update - add run tasks page (#2425)
This commit is contained in:
@@ -6,7 +6,7 @@ slug: getting-started/quickstart
|
||||
## Skyvern Cloud
|
||||
Sign up on https://app.skyvern.com/ to get $5 free credits.
|
||||
|
||||
Ask the Skyvern agent to run a task and see it in action live! Here are some examples you can try:
|
||||
Ask the Skyvern agent to run a task and see it in action! Here are some examples you can try:
|
||||
- `Navigate to the Hacker News homepage and get the top 3 posts.`
|
||||
- `Go to google finance and find the "AAPL" stock price. COMPLETE when the search results for "AAPL" are displayed and the stock price is extracted.`
|
||||
|
||||
@@ -40,7 +40,7 @@ More API & SDK information can be found in the [API Reference](/api-reference) s
|
||||
### Run Task Locally
|
||||
You can also run browser tasks locally in your python code but it takes a bit more effort to set up the environment:
|
||||
|
||||
1. **Configure Skyvern** Run the setup wizard which will guide you through the configuration process, including Skyvern [MCP](https://github.com/Skyvern-AI/skyvern/blob/main/integrations/mcp/README.md) integration. This will generate a `.env` as the configuration settings file.
|
||||
1. **Configure Skyvern** Run the setup wizard which will guide you through the configuration process, including Skyvern [MCP](/integrations/mcp) integration. This will generate a `.env` as the configuration settings file.
|
||||
```bash
|
||||
skyvern init
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user