MoltSets uses API key authentication. Every request must include your API key as a Bearer token in theDocumentation Index
Fetch the complete documentation index at: https://developer.moltsets.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
ms_XXXXXXXXXXX.
Creating an API key
API keys are managed at app.moltsets.com in the API Keys card.- Enter a name for the key in the input field beside the + Create button.
- Click + Create.
- Copy your key immediately — it will only be shown once.
Using your API key
Pass the key as a Bearer token on every request:Multiple keys
You can create as many API keys as you need. The recommended pattern is one key per environment or agent — for example, separate keys for local development, staging, and production. This makes it easy to revoke access for a specific environment without affecting others.Revoking a key
To revoke a key, click Revoke next to it in the API Keys card. Revocation is immediate and irreversible. Any requests made with that key after revocation will return a401 error.
Key permissions
All API keys have the same permissions — there are no read-only or scoped keys. Any key can call any tool on your account.Error responses
| Status | Meaning |
|---|---|
401 Unauthorized | Missing or invalid API key |
403 Forbidden | Valid key but insufficient account access |
