Skip to content

Commit 9f74696

Browse files
committed
Add utm params in README
1 parent 6bda261 commit 9f74696

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![YepCode Run SDK Preview](https://yepcode.io/images/cover/yepcode-ultimate-dev-tool-ai-solutions.png)
1+
![YepCode Run SDK Preview](https://yepcode.io/images/cover/yepcode-ultimate-dev-tool-ai-solutions.png?utm_source=npm&utm_medium=referral)
22

33
<div align="center">
44

@@ -10,9 +10,9 @@
1010

1111
## What is YepCode Run?
1212

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).
1414

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

1717
## Quick start
1818

@@ -29,7 +29,7 @@ npm install @yepcode/run
2929

3030
### 2. Get your YepCode API token
3131

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)
3333
2. Get your API token from your workspace under: `Settings` > `API credentials`
3434
3. Use your API token securely in one of these ways:
3535

@@ -74,7 +74,7 @@ const existingExecution = await runner.getExecution('execution-id');
7474

7575
### 4. Manage Environment Variables
7676

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)), 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:
7878

7979
```js
8080
const { YepCodeEnv } = require('@yepcode/run');
@@ -94,7 +94,7 @@ await env.delEnvVar('API_KEY');
9494

9595
### 5. Direct API access
9696

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:
9898

9999
```js
100100
const { YepCodeApi } = require('@yepcode/run');

0 commit comments

Comments
 (0)