# CERBY API

- [Explore API keys and bearer tokens](https://help.cerby.com/developer-tools/cerby-api/explore-api-keys-and-bearer-tokens.md): This article describes how Cerby manages API keys and bearer tokens to authorize requests to the Cerby API.
- [Generate an API key](https://help.cerby.com/developer-tools/cerby-api/generate-an-api-key.md): This article describes how to generate an API key to use in your requests to the Cerby API.
- [Retrieve a bearer token](https://help.cerby.com/developer-tools/cerby-api/retrieve-a-bearer-token.md): This article describes how to retrieve a bearer token to use in the Cerby CLI.
- [Update the scopes of an API key](https://help.cerby.com/developer-tools/cerby-api/update-the-scopes-of-an-api-key.md): This article describes how to update the scopes of an active API key.
- [View the details of an API key](https://help.cerby.com/developer-tools/cerby-api/view-the-details-of-an-api-key.md): This article describes how to view the details of an active API key.
- [Delete an API key](https://help.cerby.com/developer-tools/cerby-api/delete-an-api-key.md): This article describes how to delete an active API key.


---

# 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.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.
