mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-29 12:10:28 +00:00
suchintan's feedback + changelog (#4947)
Co-authored-by: Ritik Sahni <ritiksahni0203@gmail.com>
This commit is contained in:
parent
a4d9c9dd22
commit
59cd1e10bb
29 changed files with 885 additions and 148 deletions
|
|
@ -54,7 +54,7 @@ If you're inside a framework that already runs an event loop (FastAPI, Django AS
|
|||
|
||||
## Environments
|
||||
|
||||
The SDK ships with two built-in environment URLs:
|
||||
The SDK ships with three built-in environment URLs:
|
||||
|
||||
```python
|
||||
from skyvern.client import SkyvernEnvironment
|
||||
|
|
@ -63,6 +63,7 @@ from skyvern.client import SkyvernEnvironment
|
|||
| Environment | URL | When to use |
|
||||
|-------------|-----|-------------|
|
||||
| `SkyvernEnvironment.CLOUD` | `https://api.skyvern.com` | Skyvern Cloud (default) |
|
||||
| `SkyvernEnvironment.STAGING` | `https://api.staging.skyvern.com` | Staging environment for testing |
|
||||
| `SkyvernEnvironment.LOCAL` | `http://localhost:8000` | Local server started with `skyvern run server` |
|
||||
|
||||
For a self-hosted instance at a custom URL, pass `base_url` instead:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue