> For the complete documentation index, see [llms.txt](https://docs.lambahq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lambahq.com/getting-started/generating-api-keys-and-enabling-services.md).

# Generating API keys & Enabling Services

## Generating API keys

Navigate to the **Settings** section of your Lamba app. Scroll and locate the **API keys** section shown below. Click on the **New Keys** to generate your API keys. It is important to copy your keys to somewhere safe since you won't have access to them as soon as you close the modal:

<div><figure><img src="/files/45Yl1Fdq8YTltQ2e3ObG" alt=""><figcaption><p>Creating your API keys</p></figcaption></figure> <figure><img src="/files/9bB9g80tB05xnywj1iPl" alt=""><figcaption><p>Creating your API keys</p></figcaption></figure> <figure><img src="/files/pLzhzJqDeWAJOvyN0naw" alt=""><figcaption><p>Creating your API keys</p></figcaption></figure></div>

Your **Encryption Key** is used for webhook interactions with your webhook server. When Lamba communicates with your server, you must verify that the encryption key matches the one in your server's environmental variable before finalising a payment action or other kind of actions. You can, at any point in time, change your encryption key to a new value, but make sure to update the new value in your server.

### Enabling Services

You can enable or disable services your app needs to operate on. This helps you control unauthorized use of services you never intended for your app.&#x20;

Simply locate the **Enabled Services** section in your app's **Settings** tab. By default, all services are enabled, but you can disable services you don't intend using at the moment:

<figure><img src="/files/0ncoF5AH0qJTE4El7HMT" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lambahq.com/getting-started/generating-api-keys-and-enabling-services.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
