Data Security &
Privacy for AI
Cape empowers developers to confidentially process sensitive data with vision, voice and language models.
Non-Disclosure Agreement (NDA)
This Nondisclosure Agreement or ("Agreement") has been entered into on the date of 5/25/2023 and is by and between:
Party Disclosing Information: Lindgren and Boyle (“Disclosing Party”).
Party Receiving Information: Victoria Balistreri (“Receiving Party”).
For the purpose of preventing the unauthorized disclosure of Confidential Information as defined below. The parties agree to enter into a confidential relationship concerning the disclosure of certain proprietary and confidential information ("Confidential Information").
1. Definition of Confidential Information. For purposes of this Agreement, "Confidential Information" shall include all information or material that has or could have commercial value or other utility in the business in which Disclosing Party is engaged. If Confidential Information is in written form, the Disclosing Party shall label or stamp the materials with the word "Confidential" or some similar warning. If Confidential Information is transmitted orally, the Disclosing Party shall promptly provide writing indicating that such oral communication constituted Confidential Information.
2. Exclusions from Confidential Information. Receiving Party's obligations under this Agreement do not extend to information that is: (a) publicly known at the time of disclosure or subsequently becomes publicly known through no fault of the Receiving Party; (b) discovered or created by the Receiving Party before disclosure by Disclosing Party; (c) learned by the Receiving Party through legitimate means other than from the Disclosing Party or Disclosing Party's representatives; or (d) is disclosed by Receiving Party with Disclosing Party's prior written approval.
CapeChat
Use CapeChat powered by GPT-4, or other public LLM’s with your confidential documents, while keeping any sensitive data private and secure.

Demo
Try Cape now
Encrypt and process your mouse movements securely and privately
Establishing a secure connection to the Cape Enclave
Verifying the integrity of the enclave
Processing the encrypted data
Move your mouse around here to generate coordinates. Imagine those movements as your private data.
The x,y coordinates of your mouse movements are encrypted in real-time. The data is encrypted directly client-side, in your browser.
Build something like this!
Try the Cape JavaScript SDK to build secure browser based applications.
Get startedProcess the encrypted data

Your security partner
Security, it’s what we do
Cape's secure enclaves provide secure compute environments for building apps and protecting intellectual property, with encrypted data and code that are destroyed once processed.
Protect Your Users' Data
Encrypt sensitive and regulated data at the point of entry and keep it protected even during processing
Protect Your Code
Deploy functions containing proprietary algorithms, models, and secrets while keeping your intellectual property confidential
What happens in Cape, stays in Cape
With Cape, your data and your code are encrypted in a way that can only be processed within one of Cape's secure enclaves. Cape’s secure enclaves are isolated compute environments, with no storage, no networking, and no shell access. No one can see what a secure enclave is processing. Once your function runs, the result is encrypted, and the enclave is destroyed, leaving no trace of the data or code even in memory.
Learn about enclaves


Built for developers
Flexible, easy to use APIs
Cape empowers developers to build secure applications which protect the underlying data and code from the cloud.
import { Cape } from '@capeprivacy/cape-sdk';
const cape = new Cape({
authToken: 'eyJhbGciOiJSU0FfUFNTX1NIQV8yNTJ0eXAiOiJKV1QifQ...',
});
const data = `International modern architecture, also known as the
International Style, emerged in the early 20th century as a response
to the traditional architectural styles that were prevalent at the
time. It is characterized by the use of industrial materials such as
steel, glass, and concrete, as well as the absence of ornamentation
and historical references. The movement was influenced by the work of
architects such as Le Corbusier, Walter Gropius, and Mies van der
Rohe, who believed in the importance of functional design, simplicity,
and the use of new materials and technologies. International modern
architecture had a significant impact on the design of buildings and
structures around the world, and its legacy can still be seen in many
contemporary architectural styles.`;
const encryptedData = await cape.encrypt(data);
// => cape:eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIi...
const result = await cape.run({
id: 'capedocs/summarize',
data: encryptedData,
});
// => International modern architecture, or the International Style,
// emerged in the early 20th century as a response to traditional
// styles, utilizing industrial materials and eschewing ornamentation
// and historical references. Key architects like Le Corbusier, Walter
// Gropius, and Mies van der Rohe prioritized functional design and
// new technologies, and the movement's influence is still evident
// in contemporary architecture.
Join our community
Join our welcoming Discord community and get help, support, and engage in conversations about privacy-preserving technology with us.

Recognized by the Industry
Cape Privacy has recently been recognized in Gartner's 2021 AI Trust, Risk & Security Management (TRISM) Market Guide, 451 Group's Encryption-In-Use Report, Matt Turck's 2021 & 2023 MAD Landscape, and was named a 2021 RSA Innovation Sandbox Finalist.




