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

# Make Your First Request

> Integrate Portkey and analyze your first LLM call in 2 minutes!

## 1. Get your Portkey API Key

[Create](https://app.portkey.ai/signup) or [log in](https://app.portkey.ai/login) to your Portkey account. Grab your account's API key from the "Settings" page.

<Frame caption="Copy your Portkey account API key">
  <img src="https://mintcdn.com/portkey-docs/TEsf28na2t53tvAY/images/welcome/welcome-2.gif?s=a2459e84bba9a024fd134de087ef36dd" alt="Copy your Portkey account API key" width="800" height="453" data-path="images/welcome/welcome-2.gif" />
</Frame>

Based on your access level, you might see the relevant permissions on the API key modal - tick the ones you'd like, name your API key, and save it.

## 2. Integrate Portkey

Portkey offers a variety of integration options, including SDKs, REST APIs, and native connections with platforms like OpenAI, Langchain, and LlamaIndex, among others.

### Through the OpenAI SDK

If you're using the **OpenAI SDK**, import the Portkey SDK and configure it within your OpenAI client object:

<Card title="OpenAI" href="/integrations/llms/openai" />

### Portkey SDK

You can also use the **Portkey SDK / REST APIs** directly to make the chat completion calls. This is a more versatile way to make LLM calls across any provider:

<Card title="SDK" href="/api-reference/sdk" />

Once, the integration is ready, you can view the requests reflect on your Portkey dashboard.

<video autoPlay muted loop playsInline className="w-full aspect-video" src="https://mintcdn.com/portkey-docs/TEsf28na2t53tvAY/images/welcome/make-your-first-request.mp4?fit=max&auto=format&n=TEsf28na2t53tvAY&q=85&s=1f9cebce8d8b9eb913e2386c28f9eb38" data-path="images/welcome/make-your-first-request.mp4" />

### Other Integration Guides

<CardGroup cols={3}>
  <Card title="Azure OpenAI" href="/integrations/llms/azure-openai" />

  <Card title="Anthropic" href="/integrations/llms/anthropic" />

  <Card title="Langchain" href="/integrations/libraries/langchain-python" />

  <Card title="LlamaIndex" href="/integrations/libraries/llama-index-python" />

  <Card title="Ollama" href="/integrations/llms/ollama" />

  <Card title="Others" href="/integrations/llms" />
</CardGroup>

## 3. Next Steps

Now that you're up and running with Portkey, you can dive into the various Portkey features to learn about all of the supported functionalities:

<CardGroup cols={3}>
  <Card title="Observability" href="/product/observability/" />

  <Card title="AI Gateway" href="/product/ai-gateway" />

  <Card title="Prompt Library" href="/product/prompt-library" />

  <Card title="Autonomous Fine-Tuning" href="/product/autonomous-fine-tuning" />

  <Card title="Guardrails" href="/product/guardrails" />

  <Card title="Enterprise" href="/product/enterprise-offering" />
</CardGroup>

<Check>
  While you're here, why not [give us a star](https://git.new/ai-gateway-docs)? It helps us a lot!
</Check>
