# ApiKeys

**Help URL:** `/forms/api-keys`

## Purpose

Manage simple name/value API keys for the current project repository (stored in the repo and used by TestVibe automation/workflows).

## Common Tasks

* View existing API keys for the project.
* Add a new API key (auto-generates a GUID value).
* Copy an API key value to the clipboard.
* Remove keys from the table.

## Key UI Elements

* Keys table: Lists key name and value; includes a copy icon column.
* Add: Prompts for a key name, generates a value, and saves to the repository.
* Remove: Removes selected rows from the table.
* Close: Closes the dialog.

## Notes

* Adding saves immediately to the repository.
* Removing currently only removes the row from the grid; if you need removals persisted, verify the key is gone after closing/reopening.


---

# 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.testvibe.com/reference/forms/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.
