@operator-labs/sdk 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @operator-labs/sdk
|
|
2
2
|
|
|
3
|
-
TypeScript SDK for Operator.io. Manage agents, chat, instances, automations, and webhooks programmatically using an API key from Operator.io.
|
|
3
|
+
TypeScript SDK for [Operator.io](https://operator.io). Manage agents, chat, instances, automations, and webhooks programmatically using an API key from [Operator.io](https://operator.io).
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@ TypeScript SDK for Operator.io. Manage agents, chat, instances, automations, and
|
|
|
8
8
|
npm install @operator-labs/sdk
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
## Quick Start for Operator.io
|
|
11
|
+
## Quick Start for [Operator.io](https://operator.io)
|
|
12
12
|
|
|
13
13
|
```ts
|
|
14
14
|
import { Operator } from "@operator-labs/sdk";
|
|
@@ -170,4 +170,4 @@ try {
|
|
|
170
170
|
## Requirements
|
|
171
171
|
|
|
172
172
|
- Node.js 18+ (uses native `fetch`)
|
|
173
|
-
- A valid
|
|
173
|
+
- A valid API key from [Operator.io](https://operator.io)
|
package/package.json
CHANGED