FAQ — WP Luminary
Does Bronze require an Anthropic account?
Section titled “Does Bronze require an Anthropic account?”Yes. Bronze calls Anthropic directly using your API key. You are billed by Anthropic per token. Silver and Gold do not require an Anthropic account.
Can I use multiple license keys on the same site?
Section titled “Can I use multiple license keys on the same site?”No. One license key per site. To move a license, deactivate it on the current domain first via WP Luminary → Settings → Deactivate.
Does local development count against my seat limit?
Section titled “Does local development count against my seat limit?”No. Domains matching localhost, *.local, *.test, *.ddev.site, *.lndo.site, 127.0.0.1, and ::1 are detected as local and do not consume a seat.
What happens when my Silver credits run out?
Section titled “What happens when my Silver credits run out?”Scans return a 402 Payment Required error. A notice appears in the WordPress admin. Top up via your LittleBig account. Existing activated licenses remain valid — only new scan requests are blocked.
Is the AI prompt visible to me as a Bronze user?
Section titled “Is the AI prompt visible to me as a Bronze user?”Yes. In Bronze mode, the prompt is defined in the plugin code and sent directly to api.anthropic.com using your key. You can inspect it in the plugin source or in your Anthropic usage logs.
In Silver/Gold mode, the prompt is owned by the LittleBig server. The plugin only sends the payload (file path, content, metadata); the server adds the system prompt before calling Anthropic.
What data does Silver telemetry collect?
Section titled “What data does Silver telemetry collect?”Anonymized: plugin slug and version, WordPress major.minor version, file extension, detected patterns, risk level, date (day only). No domain, IP, file content, option values, or full file paths. See the Silver setup guide for the full list.
Can I disable telemetry?
Section titled “Can I disable telemetry?”Telemetry is only sent for scans that find suspicious or flagged content. There is no option to disable it in v1 — it is part of the Silver/Gold service contract that funds the shared threat intelligence database.
The scan returned “credits exhausted” — what’s the x402 message?
Section titled “The scan returned “credits exhausted” — what’s the x402 message?”This is a standard x402 Payment Required response. It indicates your credit balance is zero. Top up in your account dashboard.