#Connect my OpenClaw to a Chat Web widget?

1 messages · Page 1 of 1 (latest)

candid bear
#

Is it possible to connect my OpenClaw or a subagent to a chat web widget? If possible I’ll be glad if someone let me know how 👌

weak ploverBOT
tidal mothBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

weak ploverBOT
heavy furnaceBOT
#
{
  gateway: {
    http: {
      endpoints: {
        chatCompletions: { enabled: true },
        responses: { enabled: true },
      },
    },
  },
}

Then your frontend can call:

  • POST /v1/chat/completions
  • POST /v1/responses