Documentation Index
Fetch the complete documentation index at: https://docs.enconvo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
OpenClaw can expose its agents through an OpenAI-compatible Gateway. After you enable the Gateway, EnConvo can use an OpenClaw agent like any other AI model, including inside chat, EnConvo agents, and model-powered features. OpenClaw’s Gateway exposes OpenAI-compatible endpoints such as/v1/models, /v1/chat/completions, and /v1/responses. EnConvo’s OpenClaw provider uses the Chat Completions API by default.
What You Need
- OpenClaw installed on the machine that will run the Gateway
- The OpenClaw Gateway running on a reachable host and port
- The Gateway token from
~/.openclaw/openclaw.json - EnConvo with the OpenClaw AI model provider enabled
Enable OpenClaw Gateway
You can ask OpenClaw to prepare the Gateway details for you:Choose the bind mode
For local-only access, keep the default loopback bind. For another device on your LAN to reach the Gateway, bind to LAN:
Configure OpenClaw in EnConvo
Open EnConvo Settings -> AI Model -> OpenClaw, then configure the credential provider.
| Setting | Value |
|---|---|
| API Type | Completions API |
| OpenClaw Base URL | http://<gateway-host>:<port>/v1 |
| Gateway Token | gateway.auth.token from ~/.openclaw/openclaw.json |
Use OpenClaw as an AI Model
Once configured, OpenClaw appears in the model selector. Choose OpenClaw and select the agent-backed model, such asopenclaw:main.

Open the model picker
In chat or another model-powered EnConvo feature, click the current model name.
EnConvo loads OpenClaw models from
openclaw agents list. If the OpenClaw CLI is not available locally, EnConvo falls back to openclaw:main.Create an EnConvo Agent for OpenClaw
You can also create an EnConvo agent that coordinates an OpenClaw agent. This is useful when you want an EnConvo-facing workflow, tool set, or prompt around a specific OpenClaw agent.Write coordinator instructions
Give the EnConvo agent instructions that explain how it should work with OpenClaw.
Troubleshooting
OpenClaw does not appear in the model picker
OpenClaw does not appear in the model picker
Make sure the OpenClaw provider is enabled in Settings -> AI Model. If the model list is empty, verify that
openclaw agents list works locally or use the default openclaw:main.Validation fails with unauthorized
Validation fails with unauthorized
Connection fails
Connection fails
Confirm the Gateway is running with
openclaw gateway status. If EnConvo is on another device, set gateway.bind to lan, restart the Gateway, and use the host’s LAN IP in the base URL.Wrong base URL
Wrong base URL
Enter
http://<gateway-host>:<port>/v1. Do not include /chat/completions in the EnConvo base URL field.

