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

# API keys

> Easily create and manage your API keys for seamless integration.

## Introduction

The Soket's Realtime Speech API, built on OpenAI's protocol, enables implementation of conversational AI capabilities through [WebSockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API), a widely supported protocol optimized for real-time server-to-server data transfer. This guide demonstrates how to establish WebSocket connections and interact with Realtime models. WebRTC support for browser and mobile clients will be available in an upcoming release.

## Access Your API Key

1. Log in to your TensorStudio account.
2. Navigate to the [API Keys](https://app.tensorstudio.ai/studio/api-keys) section under manage.
3. Generate a new API key for your project.

<Info>
  **Note:** Keep your API key secure. Avoid sharing it publicly.
</Info>

<Frame>
  <img className="block" style={{ borderRadius: '15px' }} src="https://mintcdn.com/soketailabs/zzRBKl5ewf0AUcSU/images/api_key_list.svg?fit=max&auto=format&n=zzRBKl5ewf0AUcSU&q=85&s=c9f31f7c7530c8c40dea55f48734f727" alt="Hero Light" width="1440" height="920" data-path="images/api_key_list.svg" />
</Frame>

## Explore the Realtime Speech API

* Connect using [Websocket API](/concepts/quickstart_websocket)
* Explore [SDKs](/sdk/overview) to connect to Speech API in your application

## Need Help?

* **Community Support:** Join the TensorStudio's [Discord Community](https://discord.gg/daRQX4yF) for tips and discussions.
* **Customer Support:** Reach us at [support@tensorstudio.ai](mailto:support@tensorstudio.ai).
