> For the complete documentation index, see [llms.txt](https://docs.getuntitled.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getuntitled.ai/generate-and-manage-an-api-key.md).

# Generate and Manage an API Key

Untitled allows each user to generate and manage their own API credentials directly within the platform.

API keys are scoped to the individual user and workspace. Each user can have one API key per workspace, and requests made with that key are associated with the user who generated it.

### Generate an API Key

#### 1. Log in to Untitled

Log in to your Untitled account and confirm that you are working within the correct workspace.

#### 2. Open Developer Settings

From the navigation menu, select **Developer settings**.

This will open the **Manage your API key** page.

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

#### 3. Generate Your Key

Select **Generate API key**.

Once generated, your new secret key will appear within the page.

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

#### 4. Copy and Store Your Key

For security, the full key will remain hidden within Untitled. Select **Copy** to copy the complete key to your clipboard.

**Store the key securely and avoid including it directly in source code, emails, support tickets, or other unsecured locations.**

#### 5. Test Your Connection

Use the **Connection test** panel and select **Run test**.

Untitled will send a request to the `GET /auth/verify` endpoint to confirm that the key is valid and being accepted. A successful test will display a **Connected** confirmation.

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

### Rotate or Revoke an API Key

You can return to **Developer settings** at any time to manage your credentials.

Select **Rotate** to replace the current key with a newly issued credential. Rotating the key immediately revokes the previous credential, so any systems using the old key will need to be updated.

Select **Revoke** to delete the key and disable API access for that credential. You can generate a new key later from the same page.

### Next Steps

Review the [Untitled API Documentation](https://docs.getuntitled.ai/api-documentation) for available endpoints, authentication requirements, request examples, and implementation guidance.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.getuntitled.ai/generate-and-manage-an-api-key.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
