The fastest way to get started with ORQA. One command does everything.
Open your terminal and run this command. It will guide you through the setup.
curl -fsSL https://orqa.micrux.co/install.sh | bashThe script will prompt you for your email address to create an account.
Welcome to ORQA Setup!
Enter your email: user@example.com
Enter a password: ********
Creating account...
Creating workspace...
Generating API key...
Success! Your ORQA API key is:
orqa_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
IMPORTANT: Save this key - it won't be shown again!The script will output your OpenClaw configuration. Add this to your OpenClaw settings.
Add this to your OpenClaw configuration:
{
"providers": {
"orqa": {
"baseUrl": "https://orqa.micrux.co/v1",
"apiKey": "orqa_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"models": ["*"]
}
},
"defaultProvider": "orqa"
}