Skip to main content

Authentication

Create, manage, and revoke API keys for your MoltSets account.

Updated this week

Introduction

MoltSets uses a single API key type that works across all environments. You can generate unlimited keys per account — it’s recommended to create a separate key for each environment and agent you plan to use.

API keys

API keys are managed in the MoltSets app at app.moltsets.com, in the API Keys card in the right-hand column. You can create as many keys as you need for your various development environments and AI agents.

API keys on MoltSets follow the format:

ms_XXXXXXXXXXX

Create an API key

You can create an API key by following these steps:

  1. Name the API key

    Enter a name for the key in the input field beside the ”+ Create” button.

  2. Create the API key

    Click on the ”+ Create” button to finalize the creation of the new key.

  3. Save the API key

    Copy your key and store it somewhere secure — it will only be shown to you once, at the time of creation.

  4. Use the API key

    Now that you have your API key, you can use it within any API request as a bearer token.

Authorization: Bearer ms_XXXXXXXXXXX

Revoking an API key

You can revoke an API key by following these steps:

  1. Click "Revoke" to the right of the key you wish to remove

    Revocation is immediate and irreversible.

API key permissions

All MoltSets API keys have the same standard permissions and capabilities.

Did this answer your question?