Documentation Index
Fetch the complete documentation index at: https://docs.optimalagents.ai/llms.txt
Use this file to discover all available pages before exploring further.
🤖 LLM Integration
Creators can integrate any AI model into their agents using API keys. These models can be accessed via their official SDKs or HTTP APIs.🔗 Supported LLMs
Agents can connect to models like:- OpenAI GPT (via OpenAI SDK)
- Anthropic Claude
- Mistral AI
- Google Gemini
- Hugging Face
🔑 Using API Keys
LLM integrations require an API key. You can:- Use platform-provided API keys (recommended for ease of use).
- Use your own API key if you have an existing subscription.
Obtaining API Keys
To get an API key from our platform OptimalAgents.ai:- Go to your profile settings on the OptimalAgents portal.
- Navigate to the “Secrets Manager” section.
- Request an API Key for the desired LLM provider.
- Requested API KEY will be only applicable and valid for the agent only after the verification process.
- Once approved, the key will appear in your Secrets.
- Use it in your agent by fetching it from environment variables.

