Skip to main content

Quick Start

Use These Docs For New Development

  1. Bot lifecycle overview:
  1. Full API definitions (request fields, value domains, success/error responses):
  1. SDK integration:

Minimal Production Checklist

  1. Create bot via BotMother and complete bot settings (API Key, domain, webhook if used).
  2. Choose one receive mode only: webhook or long polling (strictly mutually exclusive).
  3. Implement message send with POST /openapi/bot/sendMessage using documented field constraints.
  4. Validate error handling against OpenAPI error examples before go-live.

Notes

  • Do not use old messages/* endpoints from historical examples.
  • Keep secrets server-side (API Key, API Secret, webhook validation key).