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

# Trust & Compliance

> Certifications, audits, and the verifiable security properties of the Prem API platform.

This page collects the trust resources for the Prem API platform: certifications, planned audits, and the security properties that you can verify yourself.

## Certifications

* **SOC 2 Type I**: An independent auditor issued a SOC 2 Type I report for Prem. The report is available on request. Contact us at [support@premai.io](mailto:support@premai.io).

## Independent verification

Prem API does not ask you to trust a report alone. The core security properties are verifiable:

<CardGroup cols={2}>
  <Card title="Attestation" icon="certificate" href="/attestation" arrow="true">
    Hardware-signed proof of the code and the hardware that process your data. Verify it with the SDK or with the open reticle library.
  </Card>

  <Card title="Encryption" icon="lock" href="/encryption" arrow="true">
    End-to-end encryption with post-quantum algorithms. You hold the keys.
  </Card>

  <Card title="Data Retention" icon="database" href="/data-retention" arrow="true">
    Zero retention of inference content, and the metadata list that we do keep.
  </Card>

  <Card title="Security Model" icon="shield-halved" href="/security-model" arrow="true">
    The full threat model, the trust boundaries, and the limitations.
  </Card>
</CardGroup>

The verification tools are open:

* **TypeScript SDK**: [premAI-io/api-sdk-ts](https://github.com/premAI-io/api-sdk-ts)
* **Attestation library**: `@premai/reticle` on npm, for browser and Node.js use, with Rust crates for independent verification. See [Attestation](/attestation).

## Planned audits

An independent audit of the platform is planned. We track it on the [Platform Status](/platform-status) page and we will publish the results when the audit completes.

## Resources

* **Whitepaper**: [Prem Enclave Whitepaper (PDF)](https://static.prem.io/Prem%20Enclave%20Whitepaper%20-%20v2.pdf). The technical design of the enclave platform.
* **Status page**: [status.premai.io](https://status.premai.io). Live platform availability.
* **Infrastructure locations**: Owned hardware in Switzerland and rented hardware in Europe and the United States, all with identical TEE guarantees. See the [Security Model](/security-model).

<Note>
  Enterprise requirements, agreements, or security questionnaires? Contact us at [support@premai.io](mailto:support@premai.io).
</Note>
