# 虾推啥 > 虾推啥 (xtuis) is a Chinese developer notification service for sending mobile notifications with a single HTTP request. It supports free WeChat and Bark notifications, plus upgraded Email and WeCom notification services. This file is a public, LLM-friendly guide to the important resources on `xtuis.cn`. Use placeholder tokens such as `您的token` or `ABCDEFG` only. Do not infer, expose, or invent real user tokens. Payment and unlock pages are product flows, not primary documentation sources. ## Core Documentation - [Homepage](https://xtuis.cn/): Human-facing product page for 虾推啥. - [Markdown overview and API quickstart](https://xtuis.cn/index.html.md): Clean Markdown version of the main public documentation, including API endpoints, examples, parameters, limits, message status tracking, Agent CLI, privacy notes, and support links. - [Agent Xtuis CLI setup guide](https://xtuis.cn/doc/cli-setup.md): Install and configure the `xtuis` CLI for AI Agents (Claude Code, Codex, Cline, etc.). - [Sitemap](https://xtuis.cn/sitemap.xml): XML sitemap for search crawlers. - [Robots policy](https://xtuis.cn/robots.txt): Crawl policy for the root domain. ## Public API Summary - [WeChat push API](https://xtuis.cn/index.html.md#wechat-push-api): Send a notification with `https://wx.xtuis.cn/您的token.send`. - [Bark push API](https://xtuis.cn/index.html.md#bark-push-api): Register Bark with `https://bark.xtuis.cn?xia=您的token`, then push with `https://bark.xtuis.cn/您的token.send`. - [Message status tracking](https://xtuis.cn/index.html.md#message-status-tracking): Query delivery result with `https://msgstatus.xtuis.cn/status/你的msg_id` (5 queries per minute per IP). - [Free service limits](https://xtuis.cn/index.html.md#limits): Daily, per-minute, and per-IP limits for the free WeChat/Bark service. - [Email notification upgrade](https://xtuis.com): Upgraded Email notification service. - [WeCom notification upgrade](https://xtuis.cn/payment/?service=qy_push): Upgraded 企业微信通知推送服务 (open in WeChat). ## Useful Topics - How to send a WeChat notification from Python, cURL, JavaScript, Node.js, Go, PHP, Java, C#, Ruby, Rust, Kotlin, or PowerShell. - How to send notifications from server monitoring, quantitative trading, crawler/job completion, and automated task status scripts. - How to query push delivery status with `msg_id` and build retry or alert-closure logic. - How to let AI Agents push notifications via `xtuis send` without exposing tokens in chat. - How to choose between WeChat, Bark, Email, and WeCom notification paths. - How to avoid account locks by staying within rate limits. ## Optional - [虾推啥如何推送多行的消息呢](https://mp.weixin.qq.com/s/ow-N8M8qqaHjzWYyFp9RQg): WeChat article about multiline messages. - [虾推啥正式推出推送微信通知新渠道](https://mp.weixin.qq.com/s/7syh1CPLA8GkNYmxGBKy-w): WeChat article about a notification channel update. - [如何获取天勤 INFO-通知: 下单成功](https://mp.weixin.qq.com/s/dckU9nSGY2fF55S_pr83HQ): WeChat article about Tianqin order notifications. - [如何用Python抓取实时疫情更新](https://mp.weixin.qq.com/s/MzzdczOEKBCYobMwOy9uMg): WeChat article about Python crawler notifications. - [在天勤量化交易中把告警信息推到你的微信](https://mp.weixin.qq.com/s/ODxaGpu015FD6BAMz2w-OQ): WeChat article about quantitative trading alerts. - [MT5 MetaTrader交易信息中文推送到微信](https://mp.weixin.qq.com/s/mDmIL2igKw64gLJgZMLlIQ): WeChat article about MT5/MetaTrader notifications.