> For the complete documentation index, see [llms.txt](https://doc.vlens.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.vlens.co/product-guides/portal/api-credentials-management.md).

# API Credentials Management

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

API credentials are used to authenticate your API requests. API credentials consists of API key and Bundle key. These credentials are automatically generated when your account is created.

Managing credentials is accessible from admin or any user granted "API credentials management" permission. From this page you view and copy your keys. You can also reset the keys and generate new values, this is typically used if the existing keys are compromised and need to be changed.

{% hint style="warning" %}
Any action in API credentials won't be completed before entering the user credentials again.
{% endhint %}

{% hint style="info" %}
If you don't already know about API Key & Bundle key, please learn more here <https://apidoc.vlens.co/reference/api-reference> and send your 1st request.
{% endhint %}


---

# 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://doc.vlens.co/product-guides/portal/api-credentials-management.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.
