For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

3. Generate Your Key

Select Generate API key.

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

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.

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 for available endpoints, authentication requirements, request examples, and implementation guidance.

Last updated

Was this helpful?