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

# AutomationClient.all

```python theme={"system"}
def AutomationClient.all() -> list[AutomationPrototype]
```

List all registered automations.

## Returns

A list of automation prototypes.

<RequestExample>
  ```python Python theme={"system"}
  automations = client.automations().all()
  ```
</RequestExample>
