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

# project_resolver

## Module

Shared helper for resolving a project from explicit params or env fallbacks.

This lives alongside :func:`splunk_ao.shared.exceptions._project_not_found_error`
so the two concerns — how to find a project, and what error to raise when one
can't be found — stay together in one place and can be reused across modules
instead of being duplicated in each one.
