# Wix Auth

> Authenticate with Wix to obtain an access token for calling Wix APIs. Use when an agent needs a valid Wix access token and has none, or when the stored token is expired.

- Skill: `wix/wix-auth` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add wix/wix-auth`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wix/wix-auth/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: wix (https://skillmd.com/u/wix)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/wix/wix-auth

---


# Wix Auth

Wix supports multiple authentication flows. This skill currently covers:

- [Device Flow](references/device-flow.md) — interactive login via browser, no client secret required. Use when the agent is acting on behalf of a logged-in Wix user.

Other flows (OAuth authorization code, API key) are documented at [https://www.wix.com/skills/docs](https://www.wix.com/skills/docs).

