From 53278b00fe12176f254638ab14acd2ed5fe3079b Mon Sep 17 00:00:00 2001 From: James Chainey Date: Mon, 27 Apr 2026 12:57:13 -0700 Subject: [PATCH] docs: add missing SDK operations to README-SDK Add agent, scenario, scorer, benchmark, network_policy, gateway_config, and mcp_config to the Available Resources section to match the actual SDK exports. Made-with: Cursor --- README-SDK.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README-SDK.md b/README-SDK.md index ff8256365..95bc71ef1 100644 --- a/README-SDK.md +++ b/README-SDK.md @@ -120,7 +120,14 @@ The SDK provides object-oriented interfaces for all major Runloop resources: - **`runloop.blueprint`** - Blueprint management (create, list, build blueprints) - **`runloop.snapshot`** - Snapshot management (list disk snapshots) - **`runloop.storage_object`** - Storage object management (upload, download, list objects) +- **`runloop.agent`** - Agent management (create, list agents from npm/pip/git) - **`runloop.axon`** - [Beta] Axon management (create, publish events, subscribe to SSE streams, SQL queries) +- **`runloop.scenario`** - Scenario management (list scenarios, start runs) +- **`runloop.scorer`** - Scorer management (create, list, update) +- **`runloop.benchmark`** - Benchmark management (create, list, run benchmarks) +- **`runloop.network_policy`** - Network policy management (create, list, update egress rules) +- **`runloop.gateway_config`** - Gateway config management (create, list API proxy configurations) +- **`runloop.mcp_config`** - MCP config management (create, list MCP server configurations) - **`runloop.secret`** - Secret management (create, update, list, delete encrypted key-value pairs) - **`runloop.api`** - Direct access to the underlying REST API client