# Official client libraries

Typed clients for calling blueprints, managing results, and working with MCP tools from your own code. Each wraps the same REST API documented in the [API reference](/content/docs/api/index.html).

## Python SDK
**Live**  
Manage plans and results, run and stream executions, and work with MCP tools from Python.  
Install · Python

```  
pip install diaphora-python  
```

[Python reference →](/content/docs/sdk/python/index.html)

## TypeScript SDK
**Live**  
Typed clients for plan and result management, execution, and MCP tools in Node.js and the browser.  
Install · TypeScript

```  
npm install diaphora-typescript  
```

[TypeScript reference →](/content/docs/sdk/typescript/index.html)
