Already have OpenClaw set up? Just paste a prompt to configure ORQA.
Paste this prompt into OpenClaw or your AI assistant to help configure ORQA.
Help me configure OpenClaw to use ORQA as my AI provider.
ORQA is an intelligent AI router that automatically selects the best model for each request.
Here's what I need:
1. Sign up for an ORQA account at https://orqa.micrux.co/register
2. Get my API key from the dashboard
3. Configure OpenClaw with the ORQA provider
The ORQA API endpoint is: https://orqa.micrux.co/v1
Please help me update my OpenClaw configuration.If you prefer to configure manually, add this to your OpenClaw settings. Replace YOUR_ORQA_API_KEY with your actual API key from the dashboard.
{
"providers": {
"orqa": {
"baseUrl": "https://orqa.micrux.co/v1",
"apiKey": "YOUR_ORQA_API_KEY",
"models": ["*"]
}
},
"defaultProvider": "orqa"
}Check out these resources if you get stuck.