mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-01 21:20:19 +00:00
docs/fix: update TOTP docs, SDK reference, light mode logo, and broken API key links (#5150)
This commit is contained in:
parent
cfe01b0abe
commit
d57ced394f
11 changed files with 344 additions and 10 deletions
|
|
@ -43,7 +43,7 @@ If you're inside a framework that already runs an event loop (FastAPI, Django AS
|
|||
|
||||
| Parameter | Type | Default | Description |
|
||||
|-----------|------|---------|-------------|
|
||||
| `api_key` | `str` | — | **Required.** Your Skyvern API key. Get one at [app.skyvern.com/settings](https://app.skyvern.com/settings/api-keys). |
|
||||
| `api_key` | `str` | — | **Required.** Your Skyvern API key. Get one at [app.skyvern.com/settings](https://app.skyvern.com/settings/). |
|
||||
| `environment` | `SkyvernEnvironment` | `CLOUD` | Target environment. Options: `CLOUD`, `STAGING`, `LOCAL`. |
|
||||
| `base_url` | `str \| None` | `None` | Override the API base URL. Use this for self-hosted deployments. |
|
||||
| `timeout` | `float \| None` | `None` | HTTP request timeout in seconds. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue