@operator-labs/sdk 0.1.4 → 0.1.6

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.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,8 @@
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).
4
+
5
+ Manage [OpenClaw](https://openclaw.ai) agents programmatically using an API key from [Operator.io](https://operator.io). Design experiments, deploy [OpenClaw](https://openclaw.ai) across multiple usecases, and more.
4
6
 
5
7
  ## Installation
6
8
 
@@ -8,7 +10,7 @@ TypeScript SDK for Operator.io. Manage agents, chat, instances, automations, and
8
10
  npm install @operator-labs/sdk
9
11
  ```
10
12
 
11
- ## Quick Start for Operator.io
13
+ ## Quick Start for [Operator.io](https://operator.io)
12
14
 
13
15
  ```ts
14
16
  import { Operator } from "@operator-labs/sdk";
@@ -170,4 +172,4 @@ try {
170
172
  ## Requirements
171
173
 
172
174
  - Node.js 18+ (uses native `fetch`)
173
- - A valid Operator Chat API key
175
+ - A valid API key from [Operator.io](https://operator.io)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operator-labs/sdk",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "TypeScript SDK for the Operator platform — manage agents, chat, instances, automations, and webhooks programmatically.",
5
5
  "license": "MIT",
6
6
  "type": "module",