Privacy & Limits
How Vulnsy protects your data when you use AI, and the usage limits that keep the service fair and predictable.
AI is built with client confidentiality as the priority. This page explains how your data is handled and what usage limits apply.
How Your Data Is Handled
- Zero data retention. Managed AI and bring-your-own-key mode route only through providers that are configured to not retain or train on your data.
- Nothing is stored. Your prompts and the generated text are never saved by Vulnsy. Only lightweight metadata, such as token counts, is recorded so usage can be metered.
- Client identifiers are redacted. Before a request is sent, identifying details such as the client name, domains, and hosts are replaced with placeholders, then restored in the response you see. This is on by default.
- Secrets are encrypted. Your own API key or endpoint token is stored encrypted and is never shown again after saving.
- Requests run server-side. AI calls are made from Vulnsy's servers, never from your browser. Provider keys are never exposed to the client.
In short: managed AI never trains on or keeps your data, prompts and outputs are not stored, and client identities are stripped from requests by default.
Usage Limits
Limits keep the service responsive and costs predictable. They apply to managed AI:
- Monthly allowance. Each plan includes a pooled monthly allowance of generations, shared across your team. When it is used up, managed AI pauses until the allowance resets at the start of the next month. See Provider Modes for the allowance per plan.
- Per-request size. Each request has a sensible cap on how much it reads and writes, so a single action stays fast and reasonably sized.
- Rate limit. There is a short-term limit on how many requests a single user can make in quick succession, which prevents accidental runaway usage.
Bring-your-own-key and bring-your-own-endpoint modes have no Vulnsy allowance. Usage is governed by your own provider account or your own infrastructure.
Checking Your Usage
Your workspace's remaining monthly allowance is shown in the usage indicator next to your profile, in the bottom-left of the app. Admins can review and adjust AI settings for the workspace from Admin, then Organization Settings, then the AI tab.
Next Steps
- Provider Modes for allowances and configuration.
- Writing Assistant to start drafting with AI.