Skip to main content
This page maps the generated resource clients across all SDK languages. Use it when translating an example from one language to another.
The resource coverage is generated from docs/openapi.sdk.yaml, which is filtered from the canonical docs/openapi.yaml. Operator-only, webhook, maintenance, and service-callback operations are intentionally absent from the SDKs.

Resource clients


Misc


Profiles


Pools


Sessions


Runs


Workflows


Skills


MCP


Storage


Memory


Secrets


API Keys

These are tenant-scoped control-plane keys for SDKs, CI, and scripts calling /api/*. They are distinct from published-agent keys under the Publishing resource.

Publishing


Billing


Connected Apps


Topology


Stats


VirtualFS MountInfo

MountInfo is the per-mount entry returned by GET /vfs/mounts and by Workspace.mounts() in all SDK languages. Python uses snake_case (path_prefix, ttl_seconds); TypeScript and the wire format use camelCase (pathPrefix, ttlSeconds). The backend sub-object uses the same casing as the parent language. For per-language validate() usage and error types (MountMismatch, MountUnavailable), see VirtualFS SDKs.