# Get your API key

An API Key is a unique string of characters (letters and numbers) that serves as a combination of username and password for systems. It allows different software to connect and exchange information securely.

### What are they for?

1. Authentication: It ensures that only authorized people or systems access a tool (e.g., connecting your website to ChatGPT).
2. Usage Control: It allows the service provider to know who is making the requests, in order to charge for usage or limit access speed.
3. Security: If an integration is compromised, you can simply "revoke" (cancel) that specific key without having to change your main password.

### Where can I find access keys on Snack Prompt?

In the left sidebar, by clicking on your profile picture, you will see the option: API Keys.

<figure><img src="/files/reznDggLzUeLnOfvxbIu" alt=""><figcaption></figcaption></figure>

If you don't have a key, you can click the +.

<figure><img src="/files/2tqGJmztvKhOXjcuEmCd" alt=""><figcaption></figcaption></figure>

The only field you need to fill in is the API Key name.

<figure><img src="/files/bQzOdDJA3c3jZD3pG3iY" alt=""><figcaption></figcaption></figure>

Once the API key is created, you can delete or copy it.

<figure><img src="/files/T675rNiO6y6oPIPAvcoC" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Treat your API Key like your house key. You only give it to those you truly trust to enter your system.
{% endhint %}

If you want to learn more about API integrations using a key, [click here](https://docs.snackprompt.com/api-reference/).

Congratulations! You've completed the entire journey: from understanding the architecture, through visual creation with Elementals, intelligence with KBs, to monetization for the Stripe and automation for the Webhooks.

Keep reading to see what's coming soon!


---

# Agent Instructions: 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.snackprompt.com/next-steps/api-keys.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.
