Back to Home

Install via Script

The fastest way to get started with ORQA. One command does everything.

Step 1: Run the Install Script

Open your terminal and run this command. It will guide you through the setup.

curl -fsSL https://orqa.micrux.co/install.sh | bash

Step 2: Enter Your Email

The 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!

Step 3: Configure OpenClaw

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" }

Step 4: Start Using ORQA

That's it! Your OpenClaw requests will now be routed through ORQA.

  • Smart routing enabled automatically
  • $10 free credits added to your account
  • Access dashboard at orqa.micrux.co/app