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

# Resources

> Model services, ownership, and collaboration around resource scope

A resource is the ownership unit for logs, health state, notifications, and collaboration.

## Resource identifiers

* Resource UUID (preferred)
* Numeric resource ID (internal API workflows)
* Resource key (service-level workflows)

## Collaboration model

* Owners can share resources with collaborators.
* Collaborators keep their own notification settings.
* Health and log workflows stay attached to the same resource record.

## Log endpoint pattern

```http theme={null}
POST /u/<username>/resources/<resource_uuid>/logs/
X-API-Key: <api_key>
Content-Type: application/json
```
