# `Pixir.Provider.ConnectionSupervisor`
[🔗](https://github.com/Ranvier-Technologies/pixir/blob/main/lib/pixir/provider/connection_supervisor.ex#L1)

Dynamic supervisor for Provider WebSocket connections.

Connections are keyed by Session/Subagent/caller identity. They hold only ephemeral
transport optimization state; Pixir's Log remains the durable source of truth.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `ensure_started`

```elixir
@spec ensure_started(term()) :: {:ok, pid()} | {:error, term()}
```

# `start_link`

---

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