Appearance
Providers
Purpose: Store vendor credentials once per account; all subsequent model/agent actions reuse them.
![Full‑page Providers tab showing Provider dropdown [1], API Key input [2] with masked state after save, Supported Models expandable list [3], and a Delete action [4].](/assets/providers.Dbdt6ygS.png)
Key UI elements
- Provider Name (dropdown): choose
openai,google,anthropic,groq, or custom. - API Key: paste the vendor key; the UI masks after save.
- Supported Models: expandable list the platform fetched for this provider (for inspection).
- Delete: removes the provider from your namespace only.
Tips
- Use separate provider entries for different accounts or regions if you need isolation.
- For OpenAI‑compatible endpoints (e.g., Together, LM Studio/vLLM, custom runtimes), add as
missionsquador custom with the appropriate base URL via API.
API parity
- List:
GET /v1/core/providers - Add:
POST /v1/core/add/provider - Delete:
POST /v1/core/delete/provider
See Providers
Troubleshooting
- If Supported Models is empty, verify the key and provider availability.