OpenClaw
The AI that actually does things
OpenClaw brings your AI agents directly into your daily conversations on WhatsApp, Telegram, or Matrix. OpenClaw is a self-hosted solution that lets you interact with your personal assistants from anywhere, keeping infrastructure under your control.
This guide will walk you through the setup process and show you how to combine OpenClaw with Cortecs.
Before you begin: Make sure you have generated your Cortecs API key. If not, check out our QuickStart guide.
1. Install OpenClaw
Run the following command in your terminal to install OpenClaw
curl -fsSL https://openclaw.ai/install.sh | bashFor additional installation options, refer to the OpenClaw documentation.
2. Complete Onboarding
After the installation completes, the onboarding process starts automatically. If this is not the case, run the following command
openclaw onboard --install-daemonDuring onboarding configure the system to your liking. Answer the following options when prompted:
Model/auth provider: Custom Provider
API Base URL: https://api.cortecs.ai/v1
How do you want to provide this API key: Paste API key now
API Key: Paste your generated Cortecs API key
Endpoint compatibility: OpenAI-compatible
Model ID: Copy the model ID of your preferred model. This can be done by pressing the copy button next to the model on our models page. Unsure which model to select? A section below goes more into detail about model selection.
Endpoint ID: cortecs
... Proceed with the remainder of the configuration to your liking
Your default model is now set up, and you are able to chat with your model using the dashboard provided by OpenClaw.
Set up your connected communication gateway by running the following command in your terminal:
3. Adding Multiple Models (Optional)
You can configure multiple models using a single API key. The various models are listed in our catalog.
Adding new models to OpenClaw is very straightforward. The simplest approach is to prompt your default model to add new ones. By pasting the following prompt into the chat, OpenClaw is automatically able to add your model. Adapt the prompt to use a model of your liking, or add multiple if desired.
Now you are able to switch to the new model/s using the command
For faster switching, you can prompt OpenClaw to assign aliases to the models. Then you can switch using your defined alias with the following commands, for example:
Last updated