admin-providers
Validate Provider Configuration
Validate provider configurations before creating or updating an agent.
This endpoint checks:
- API key validity for each provider
- Voice ID existence (for TTS providers like ElevenLabs, Cartesia)
- Model availability (for STT/LLM providers)
- Account quota status (where applicable)
Use this to pre-validate configurations before agent creation.
POST
Validate Provider Configuration
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request model for provider validation.
TTS provider name
Voice ID to validate
STT provider name
STT model to validate
LLM provider name
LLM model to validate
Response
Successful Response
Validate Provider Configuration