@operator-labs/sdk 0.1.3 → 0.1.4
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @operator-labs/sdk
|
|
2
2
|
|
|
3
|
-
TypeScript SDK for
|
|
3
|
+
TypeScript SDK for Operator.io. Manage agents, chat, instances, automations, and webhooks programmatically using an API key from Operator.io.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@ TypeScript SDK for the Operator platform. Manage agents, chat, instances, automa
|
|
|
8
8
|
npm install @operator-labs/sdk
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
## Quick Start
|
|
11
|
+
## Quick Start for Operator.io
|
|
12
12
|
|
|
13
13
|
```ts
|
|
14
14
|
import { Operator } from "@operator-labs/sdk";
|
package/package.json
CHANGED