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

# Authority

> The `authority:` section, loaded and evaluable (SPEC-v0.3 §4).

`ctrlrun.Authority` — class, defined at `src/ctrlrun/authority.py:752`

```python theme={null}
class Authority()
    def __init__(grants: Mapping[str, Grant], max_delegation_depth: int, source: str)
```

The `authority:` section, loaded and evaluable (SPEC-v0.3 §4).

Pure: `evaluate` reads the store to resolve delegations and writes nothing to it, appends
no event, and has no other side effect. `Control` performs every write (§4.8).

## Next

* [Python API index](/reference/api/index).
* [Get started](/get-started/quickstart) · [Why](/why).


## Related topics

- [Authority and delegation](/authority.md)
- [AuthorityDenied](/reference/api/AuthorityDenied.md)
- [AuthorityResult](/reference/api/AuthorityResult.md)
- [AuthorityEscalation](/reference/api/AuthorityEscalation.md)
