admin-providers
Refresh Provider Capabilities
Force refresh of provider capabilities from APIs.
POST
Refresh Provider Capabilities
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.
Response
200 - application/json
Successful Response
Previous
Validate Provider ConfigurationValidate 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.
Next
Refresh Provider Capabilities