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

# Manage API Keys and URLs

> Generate and manage your Infercom API keys. Find API base URLs and endpoints for the Infercom Inference Service.

If you want to use [Infercom Inference Service](https://infercom.ai), getting your development project started with Infercom technology is easy - all you need is a Infercom API key and a URL.

<Note>
  Each user can generate and use up to 25 API keys.
</Note>

Refer to the section below based on the product you plan to use.

## Infercom Inference Service

To generate an API key, go to the [API section of the Infercom Inference Service portal](https://cloud.infercom.ai/apis). When generating API keys, be sure to save them securely, as they can't be viewed again.

API endpoints:

* Base URL (to be used with the OpenAI client, for example):
  ```
  https://api.infercom.ai/v1
  ```
* Chat completion endpoint (to be used with a CURL command, for example):

  ```
  https://api.infercom.ai/v1/chat/completions
  ```

<Note>
  Refer to the [API reference](/en/api-reference/overview) section to explore all API endpoints.
</Note>
