The Vault is GUIness’s built-in credential manager. It encrypts every API key and token you store using AES-GCM with a master password you choose, and decrypts them only in memory during your active session — nothing is ever stored in plaintext. Access the Vault via the key-count button in the top toolbar.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/discoposse/GUIness/llms.txt
Use this file to discover all available pages before exploring further.
Supported credential types
| Type | Used For |
|---|---|
| Anthropic API Key | Claude models via Run Pipeline |
| OpenAI API Key | GPT models via Run Pipeline |
| Gemini API Key | Gemini models + live model list |
| OpenClaw Token | OpenClaw gateway authentication |
| GitHub Token | Gist sync (classic token with gist scope) |
| Gist ID | Target Gist for sync |
| Bluesky Credentials | Post to Bluesky (handle:app-password format) |
| LinkedIn Token | Post to LinkedIn |
| Twitter Token | Post to Twitter |
| Meta/IG Token | Post to Instagram |
How to add a credential
Open the Vault
Click the Vault button in the top toolbar. The button displays the current count of stored credentials.
Select the credential type
Choose the credential type from the dropdown (for example, Anthropic API Key or GitHub Token).
Credentials are stored encrypted in your browser’s localStorage and are never sent to any external server. They leave your device only when you initiate a specific LLM or social API call that requires them.