LLM Keys
Bring-your-own provider keys (OpenAI, Anthropic, Gemini, Groq). Save once, reuse across every agent — encrypted at rest, only used when one of your agents calls the provider.
What you see
LLM Keys · app.sentientone.ai/llm-keys
LLM API KeysFilter: All providers+ Add key
| Provider | Name | Key | Used by | Last rotated |
|---|---|---|---|---|
| OpenAI | Acme production | sk-•••• 3F92 | 3 agents | 12 days ago |
| Anthropic | Eval & demos | sk-ant-•••• 91X8 | 2 agents | 4 days ago |
| Gemini | Marketing assistant | AIza•••• 77QV | 1 agent | 1 month ago |
| Groq | Latency tests | gsk_•••• A4B1 | 1 agent | Just added |
4 keys savedEncrypted at rest (AES-256)Used in 7 agents
Widget reference
- + Add keyOpens a modal with three fields — provider, name, and key value. Save creates a new encrypted record you can reuse anywhere a provider is required.
- Provider chipOne of
OpenAI,Anthropic,Gemini,Groq. Filters the saved-keys dropdown in the agent form to keys for the matching provider. - NameHuman-friendly label (e.g.
Acme prod, notkey-2). Unique per account. - Key value (masked)Only the last four characters are visible. Screen-share and screenshot safe.
- Edit / RotateReplaces the stored key value in place. Agents that pasted the key inline at create-time keep their own copy until you re-save them.
- DeleteRevokes the key. Future requests fall back to the provider key configured on each agent individually.
Save a key and use it
- 1
Get the key from your provider
Copy a working API key from your provider's dashboard (OpenAI, Anthropic, Gemini, or Groq). - 2
Open LLM Keys → + Add key
Pick the provider, give it a memorable name, paste the key, and save. - 3
Pick it from the agent form
When you create or edit an Agent, theUse saved keydropdown above the API-key field filters to keys for the selected provider. Pick one and the field auto-fills. - 4
Rotate without touching agents
When the provider rotates the underlying key, edit the saved key value once — every agent that references the saved key picks up the change on the next request.