> For the complete documentation index, see [llms.txt](https://api.pyblish.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.pyblish.com/pyblish.api/plugin/plugin.hosts.md).

# .hosts

Supported hosts.

## Introduction

Read about the architecture of plug-ins for a better understanding of the `hosts` attribute.

* [Plug-in System](https://github.com/pyblish/pyblish/wiki/Plugin-system)

## Example

Each integration provides support for a given host, for detailed information about plug-ins in a particular host, see its corresponding documentation.

```python
class MyPlugin(...):
   hosts = ["maya"]
```
