# Retrieve a bearer token

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super Admins**, and **Admins**
* Only supported using the Cerby web app
  {% endhint %}

To retrieve a bearer token, you must complete the following steps:

1. Log in to your corresponding [Cerby](https://app.cerby.com/) workspace using the Cerby web app.
2. Click your user profile located at the top right of the page. A drop-down list is displayed.
3. Select the **My Profile** option. The **My Profile** page is displayed with the **General** tab activated.
4. Activate the **Dev Tools** tab. The **Developer tools** section is displayed with the **Copy Bearer Token** information.
5. Click the **Copy token** button. Your bearer token is copied to the clipboard.

{% hint style="danger" %}
**IMPORTANT:** You must never share your bearer token with other users or store it in a visible place. Your bearer token is your unique identifier to perform different activities on Cerby, depending on your role. Be aware that bearer tokens expire after one hour.
{% endhint %}

Now you are done. You can start using the bearer token to [authenticate and log in to the Cerby CLI](/developer-tools/cerby-cli/authenticate-with-the-cerby-cli.md#h-7e37d0e3a8).


---

# 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://help.cerby.com/developer-tools/cerby-api/retrieve-a-bearer-token.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.
