Dashboard

Recent activity

last 24h

System status

Worker
Webhook
Maintenance mode

Broadcast

POST /api/broadcast

0 characters · Telegram HTML formatting supported

Will send to all users.

Send to a group

POST /api/group-message

Group and supergroup chat IDs are negative numbers. The bot must already be a member.

Users

GET /api/users

Select users below to message them specifically.

User ID Username Last active Status Action

Bot configuration

PUT /api/config

Stored as a secret on the Worker. Never exposed after saving.

Maintenance mode

Pauses bot replies for all non-admin users.

AI auto-reply

PUT /api/ai-config

Reply with AI

When on, any message that isn't a matching slash command gets an AI-generated reply.

Sets the bot's personality and behavior. Conversation history is remembered per user for context.

Bot commands

PUT /api/commands

Define the slash commands users see in Telegram's command menu, and what each one replies with. Unrecognized commands fall through to the AI.