<aside>

Description

The LLM Manager is the provider configuration interface for connecting and managing AI engines in SimpleT. The feature covers API key management, model selection, engine activation, and default engine configuration across OpenAI, Anthropic, and Google providers.

</aside>

What you can do:


Getting Started

1. Access LLM Manager

Navigate to Setup → LLM Manager from the main menu. You need the MANAGE_SETUP permission to access this feature.

2. Connect your first LLM

Select Connect new LLM to add your first AI engine:

getting-started.png

<aside> <img src="/icons/lock-keyhole_blue.svg" alt="/icons/lock-keyhole_blue.svg" width="40px" />

Security note

API keys are encrypted before storage and never exposed in logs or exports. Always use API keys with appropriate permissions and rate limits.

</aside>


Configuring AI Engines

Engine list view

The main interface lists all configured engines in a table that shows:

Editing engines

Use the menu icon (⋮) on any engine row to:


Best Practices

1. API key configuration

2. Model selection

3. Multi‑provider strategy


Troubleshooting

API key issues

Model availability

<aside> <img src="/icons/light-bulb_blue.svg" alt="/icons/light-bulb_blue.svg" width="40px" />

Pro tip

Default system engines are available as fallbacks but have limited capabilities. Always configure your own engines for production use.

</aside>


Integration with Other Features

Engines configured in the LLM Manager are automatically available in:

Remember to configure appropriate engines before using AI features. If no engine is explicitly selected, the system uses the default engine.

<aside>

Quick View

End User Documentation