docs/fix: update TOTP docs, SDK reference, light mode logo, and broken API key links (#5150)
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Failing after 10s
Publish Fern Docs / run (push) Failing after 4m12s
Run tests and pre-commit / Frontend Lint and Build (push) Successful in 6m12s

This commit is contained in:
Ritik Sahni 2026-03-19 21:23:24 +05:30 committed by GitHub
parent cfe01b0abe
commit d57ced394f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 344 additions and 10 deletions

View file

@ -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. |