> ## Documentation Index
> Fetch the complete documentation index at: https://docs.convictionai.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Python

> Python SDK for Conviction API

## Run your tool

Run your tool with the following code:

```python Python theme={null}
from conviction_python import conviction
result = conviction.run_tool("<tool_uuid>", "<api_key>")
```
