Generate and Manage an API Key
Last updated
Was this helpful?
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.
Log in to your Untitled account and confirm that you are working within the correct workspace.
From the navigation menu, select Developer settings.
This will open the Manage your API key page.

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

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

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.
Review the Untitled API Documentation for available endpoints, authentication requirements, request examples, and implementation guidance.
Last updated
Was this helpful?
Was this helpful?