API Reference

Resource guide: The canonical API and technical reference for OpenClaw is maintained by the OpenClaw project. This page points you to the right places for Gateway API, channel APIs, skills API, and integration examples.

Where to Find the API Reference

OpenClaw’s official documentation hosts the authoritative API reference, schema, and integration details. This site does not duplicate the full API spec; we link to the source and to related guides on this roadmap.

What the API Covers

Developers typically need:

  • Gateway API – Control plane, health checks, and message routing. Check the official docs and CLI (openclaw) for endpoints and usage.
  • Channel APIs – How to configure and integrate WhatsApp, Telegram, Discord, Slack, and other adapters. See our Channel Setup for step-by-step guides; official docs for API details.
  • Skills API / ClawHub – Installing, developing, and publishing skills. See Skills Marketplace and Skills Development on this site; official docs for the skills API and schema.
  • CLI and automationopenclaw doctor, openclaw config validate, openclaw gateway probe, and related commands. Documented in the official project docs and in our Quick Diagnostics.

Related Guides on This Site