You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-

1
+

2
2
3
3
<divalign="center">
4
4
@@ -10,9 +10,9 @@
10
10
11
11
## What is YepCode Run?
12
12
13
-
[YepCode Run](https://yepcode.io/run) is a powerful serverless runtime that enables secure code execution in isolated sandboxes. With our comprehensive SDK and platform, you can effortlessly build, manage, and monitor your script executions. Get started quickly using our [JavaScript SDK](https://www.npmjs.com/package/@yepcode/run) or [Python SDK](https://pypi.org/project/yepcode-run).
13
+
[YepCode Run](https://yepcode.io/run?utm_source=npm&utm_medium=referral) is a powerful serverless runtime that enables secure code execution in isolated sandboxes. With our comprehensive SDK and platform, you can effortlessly build, manage, and monitor your script executions. Get started quickly using our [JavaScript SDK](https://www.npmjs.com/package/@yepcode/run) or [Python SDK](https://pypi.org/project/yepcode-run).
14
14
15
-
Powered by [YepCode Cloud](https://yepcode.io/), our enterprise-grade platform delivers seamless script execution capabilities for AI agents, data processing pipelines, API integrations, and automation workflows. Focus on your code while we handle the infrastructure.
15
+
Powered by [YepCode Cloud](https://yepcode.io?utm_source=npm&utm_medium=referral), our enterprise-grade platform delivers seamless script execution capabilities for AI agents, data processing pipelines, API integrations, and automation workflows. Focus on your code while we handle the infrastructure.
16
16
17
17
## Quick start
18
18
@@ -29,7 +29,7 @@ npm install @yepcode/run
29
29
30
30
### 2. Get your YepCode API token
31
31
32
-
1. Sign up to [YepCode Cloud](https://cloud.yepcode.io)
32
+
1. Sign up to [YepCode Cloud](https://cloud.yepcode.io?utm_source=npm&utm_medium=referral)
33
33
2. Get your API token from your workspace under: `Settings` > `API credentials`
34
34
3. Use your API token securely in one of these ways:
You may use environment variables in your code with `process.env` (JavaScript) or `os.getenv` (Python), and you may manage this environment variables in the YepCode platform ([docs here](https://yepcode.io/docs/processes/team-variables)), or using this `YepCodeEnv` class:
77
+
You may use environment variables in your code with `process.env` (JavaScript) or `os.getenv` (Python), and you may manage this environment variables in the YepCode platform ([docs here](https://yepcode.io/docs/processes/team-variables?utm_source=npm&utm_medium=referral)), or using this `YepCodeEnv` class:
78
78
79
79
```js
80
80
const { YepCodeEnv } =require('@yepcode/run');
@@ -94,7 +94,7 @@ await env.delEnvVar('API_KEY');
94
94
95
95
### 5. Direct API access
96
96
97
-
You can also directly access the full [YepCode API](https://yepcode.io/docs/api) using the `YepCodeApi` class:
97
+
You can also directly access the full [YepCode API](https://yepcode.io/docs/api?utm_source=npm&utm_medium=referral) using the `YepCodeApi` class:
0 commit comments