Skip to content

Commit 98a746a

Browse files
authored
docs: add missing SDK operations to README-SDK (#791)
1 parent e2c8ee6 commit 98a746a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README-SDK.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,14 @@ The SDK provides object-oriented interfaces for all major Runloop resources:
120120
- **`runloop.blueprint`** - Blueprint management (create, list, build blueprints)
121121
- **`runloop.snapshot`** - Snapshot management (list disk snapshots)
122122
- **`runloop.storage_object`** - Storage object management (upload, download, list objects)
123+
- **`runloop.agent`** - Agent management (create, list agents from npm/pip/git)
123124
- **`runloop.axon`** - [Beta] Axon management (create, publish events, subscribe to SSE streams, SQL queries)
125+
- **`runloop.scenario`** - Scenario management (list scenarios, start runs)
126+
- **`runloop.scorer`** - Scorer management (create, list, update)
127+
- **`runloop.benchmark`** - Benchmark management (create, list, run benchmarks)
128+
- **`runloop.network_policy`** - Network policy management (create, list, update egress rules)
129+
- **`runloop.gateway_config`** - Gateway config management (create, list API proxy configurations)
130+
- **`runloop.mcp_config`** - MCP config management (create, list MCP server configurations)
124131
- **`runloop.secret`** - Secret management (create, update, list, delete encrypted key-value pairs)
125132
- **`runloop.api`** - Direct access to the underlying REST API client
126133

0 commit comments

Comments
 (0)