> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/developer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/developer/general-info/objects/instance.md).

# Instance

### Occurrences

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a data-mention href="/pages/rvILA8OGze9H9IMhTIaS">/pages/rvILA8OGze9H9IMhTIaS</a></td><td><a href="/pages/rvILA8OGze9H9IMhTIaS">/pages/rvILA8OGze9H9IMhTIaS</a></td></tr></tbody></table>

### Content

<table><thead><tr><th width="231.6796875">Key</th><th width="154.80078125">Type</th><th>Description</th></tr></thead><tbody><tr><td>name</td><td>string</td><td>The name of the instance</td></tr><tr><td>uuid</td><td>string</td><td><ul><li>The UUID of the instance</li><li>8 - 40 characters long</li></ul></td></tr></tbody></table>

### Example

```json
{
  "name": "demo",
  "uuid": "aabb1122"
}
```

### Changelog

<details>

<summary>2024-08-16</summary>

This object has been introduced.

</details>
