# TYPESCRIPT API REFERENCE

The SDK offers a variety of API as follows:

<table><thead><tr><th width="204">API</th><th>Description</th></tr></thead><tbody><tr><td><a href="typescript-api-reference/mindlake">MindLake</a></td><td>The general interfaces apply to the entire SDK, including the entry point`Connect` method to connect to Mind Lake and manage user accounts as well as encryption keys.</td></tr><tr><td><a href="typescript-api-reference/mindlake.datalake">MindLake.DataLake</a></td><td>Managing the data tables and enabling execution of SQL queries.</td></tr><tr><td><a href="typescript-api-reference/mindlake.cryptor">MindLake.Cryptor</a></td><td>Encrypting and decrypting data</td></tr><tr><td><a href="typescript-api-reference/mindlake.permission">MindLake.Permission</a></td><td>Granting permission of decryption to other users</td></tr></tbody></table>
