# Managing API Keys

**Viewing Existing Keys**

1. Navigate to the API Keys section.
2. You'll see a list of all active API keys with:
   * Name
   * Creation date
   * Last used date
   * Status (Active/Inactive)

**Revoking API Keys**

If you suspect an API key has been compromised or is no longer needed:

1. Find the key in the list.
2. Click on the **Delete** button.
3. Confirm the action.

Once revoked, any requests using that key will be rejected.


---

# 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://soika-labs.gitbook.io/soika-mockingjay/soikastack-adding-llm-models-and-generating-api-keys/managing-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.
