Introduction

Privatemode sketch

The Privatemode API provides an end-to-end encrypted, privacy-first GenAI service with functionality similar to ChatGPT, but with one crucial difference: your data stays private. Not even we, as the service provider, have access to your data—it’s inaccessible to anyone but you. This is made possible through confidential computing, a state-of-the-art security technology that enforces data confidentiality at all times.

Even with this robust security, the Privatemode API is easy to use. You can integrate it like any other GenAI API. JavaScript and TypeScript applications can connect directly with the Privatemode SDK, while other languages and compatible tools connect through the Privatemode proxy.

Getting started

This documentation aims to explain everything about the Privatemode API. Here are some good places to get started:

  • Start chatting: Use the web app quickstart for browser-based chat.

  • Integrate Privatemode: Follow the API quickstart to connect directly with the JavaScript and TypeScript SDK, or use the proxy from other languages and third-party integrations.

  • Set up your account: Use the portal to manage organizations, API keys, usage, and billing.

  • Get answers: Check out the FAQ or drop us a message.

  • Understand Privatemode's security and privacy properties: Check out the corresponding section.

  • Explore the technical architecture: Check out the Architecture section.