Generate Fern TypeSscript SDK (#3785)

This commit is contained in:
Stanislav Novosad
2025-10-23 20:14:59 -06:00
committed by GitHub
parent d55b9637c4
commit 2062adac66
239 changed files with 14550 additions and 3 deletions

1
fern/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.preview

View File

@@ -4,7 +4,7 @@ subtitle: Never send your credentials to LLMs.
slug: credentials/introduction
---
Need to give Skyvern access to your credentials? Usernames and passwords, 2FA, credit cards for payments, etc. Skyvern's credential management provides a secure way to manage and use credentials. Agents can then without exposing those credentials to LLMs.
Need to give Skyvern access to your credentials? Usernames and passwords, 2FA, credit cards for payments, etc. Skyvern's credential management provides a secure way to manage and use credentials. Agents can then use them without exposing those credentials to LLMs.
### 2FA Support (TOTP)

View File

@@ -158,6 +158,7 @@ navigation:
- api: API Reference
snippets:
python: skyvern
typescript: "@skyvern/client"
layout:
- section: Agent
contents:

View File

@@ -1,4 +1,4 @@
{
"organization": "skyvern",
"version": "0.63.26"
"version": "0.94.3"
}

View File

@@ -17,7 +17,7 @@ groups:
generators:
- name: fernapi/fern-python-sdk
smart-casing: true
version: 4.3.17
version: 4.31.1
output:
location: pypi
package-name: skyvern
@@ -25,3 +25,14 @@ groups:
repository: Skyvern-AI/skyvern-python
config:
client_class_name: Skyvern
ts-sdk:
generators:
- name: fernapi/fern-typescript-sdk
version: 3.11.1
output:
location: npm
package-name: "@skyvern/client"
github:
repository: Skyvern-AI/skyvern-typescript
config:
namespaceExport: Skyvern