EnglishEN

DEVELOPERS

Build against a documented bot boundary.

The IdentChat bot API exposes documented server, channel, message and moderation operations through the canonical Ident API origin.
Open IdentChatLive service status
01

Canonical API

Use api.ident.ink/identchat/api. Do not depend on a historical chat-domain API origin.

02

Authentication

Send the dedicated bot token required by the API. Keep it server-side and rotate it if exposure is suspected.

03

Least privilege

Request only the server permissions the bot needs. Permission checks still apply after a bot is installed.

04

Safe automation

Respect rate-limit and retry headers, use stable identifiers and make high-impact actions understandable and reversible.