# `PhoenixKitWeb.Live.Integrations.MyIntegrations`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v2.13.11/lib/phoenix_kit_web/live/integrations/my_integrations.ex#L1)

"My Integrations" — the current user's PERSONAL integration connections.

Lists only connections owned by the logged-in user (API keys, SMTP, bot
tokens — the self-owned-secret providers). Every context call is scoped to
`owner: {:user, uuid}` where the uuid comes ONLY from the request scope,
never from params — so a user can only ever see and act on their own
connections. Gated by the independent `integrations` permission.

Sibling of the system-wide page (`Live.Settings.Integrations`), which is
gated separately by `integrations_system`. Both render with the same shared
UI (`Components.Core.IntegrationsUI`) so the two stay visually consistent.

---

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