Prerequisites
- OpenClaw installed and running
- A standard NagaAI API key from the NagaAI Dashboard
Configuration
Get a NagaAI API key
Create an API key in the dashboard.
If you’re new to NagaAI, follow the Quickstart first.
Update your OpenClaw config
Open
~/.openclaw/openclaw.json and add a provider named nagaai.Use this as a template and replace YOUR_MODEL_ID with a real NagaAI model ID:If your OpenClaw setup expects more model metadata, copy an existing provider entry and only change the base URL, API key, and model ID.
Notes
- Base URL must include
/v1:https://api.naga.ac/v1 - OpenClaw model names use the provider prefix, for example:
nagaai/YOUR_MODEL_ID - Pick a current model from naga.ac/models
- Keep real API keys out of version control