> ## Documentation Index
> Fetch the complete documentation index at: https://docs.subconscious.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Privacy & Security

> How we handle and protect your data

Security is foundational to how we build Subconscious. We treat your prompts, completions, and workflows with the highest level of care.

## Your Query Data Is Not Retained

We do not store, log, or retain the content of your inference requests or responses. Prompts and completions are processed transiently to serve your request and are never persisted.

The only usage data we retain is the token-accounting metadata required to operate and bill the service: your input tokens, your output tokens, and your cached tokens.

This metadata records *how much* you used, never *what* you sent or received. We have no record of the substance of your queries, and your data is never used to train or improve models.

## Security

<CardGroup cols={2}>
  <Card title="Encrypted in transit" icon="lock">
    All API traffic is encrypted using industry-standard TLS.
  </Card>

  <Card title="Scoped per organization" icon="building">
    API keys are issued per organization, required for every request, and revocable at any time.
  </Card>

  <Card title="Least-privilege access" icon="user-shield">
    Internal access to production systems is restricted to authorized personnel.
  </Card>

  <Card title="Vetted subprocessors" icon="server">
    We build on a small set of established, security-conscious infrastructure providers.
  </Card>
</CardGroup>

## Privacy

We collect only the personal data needed to provide and support the service, such as account identity, contact details, and basic technical and usage data. You retain rights over your personal data, including access, correction, and erasure. For full details, see our [Privacy Policy](https://www.subconscious.dev/privacy) and [Security](https://www.subconscious.dev/security) pages.

## Enterprise

For organizations with additional requirements, we offer:

* **Dedicated endpoints** with isolated compute and no shared infrastructure. See [Dedicated Endpoints](/ways-to-use/dedicated).
* **On-prem deployment** to run inference in your own cloud or data center. See [On-Prem](/ways-to-use/on-prem) or the detailed [On-Prem guide](/on-prem/overview).
* **Custom security reviews** with your security team.

## Contact

Found a vulnerability or have a question about our practices? Reach us at [security@subconscious.dev](mailto:security@subconscious.dev) (security) or [privacy@subconscious.dev](mailto:privacy@subconscious.dev) (privacy).
