# `Parapet.Integrations.Scoria`
[🔗](https://github.com/szTheory/parapet/blob/v1.0.0/lib/parapet/integrations/scoria.ex#L1)

Parapet integration for the Scoria AI library.
Listens to Scoria telemetry events and translates them into Parapet metrics
while stripping high-cardinality metadata and creating incidents for severe errors.

> #### Experimental {: .warning}
>
> This module is **experimental** in v1.x. Its API may change in a minor release with a
> single-version notice in CHANGELOG.md. See
> [Stability & Deprecation Policy](stability.html) for details.

# `check_status`

Checks the external Scoria workflow state and conditionally resolves the action item
if the workflow is no longer paused.

# `handle_event`

Handles Scoria telemetry events, translates them to Parapet metrics,
and logs incidents for AI tool failures.

# `setup`

Attaches telemetry handlers for Scoria events.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
