SDKs

Official TypeScript and Python SDKs for the Weavz public API.

SDKs

Weavz provides hand-written SDKs for the customer-facing API surface. They wrap REST endpoints with resource-specific clients while preserving the same product primitives used in the dashboard and API reference.

SDKUse it for
TypeScript SDKNode.js and TypeScript backends, framework adapters, and typed integration action inputs
Python SDKPython backends, agent frameworks, and script-based workflows

Shared Naming Model

The SDKs use the same conceptual fields as the API:

ConceptREST / TypeScriptPython
Catalog integration slugintegrationNameintegration_name
Workspace integration create aliasaliasintegration_alias on workspace methods
Execution selector aliasintegrationAliasintegration_alias
Exact configured integration selectorworkspaceIntegrationIdworkspace_integration_id
Connection selectorconnectionExternalIdconnection_external_id
End-user selectorendUserIdend_user_id

Review Identifier Model and Integration Selectors before wiring multi-tenant or repeated-integration flows.