Telegram Bot API proxy

This is a reverse proxy for the Telegram Bot API. Point your bot at this origin instead of api.telegram.org to reach Telegram from a region where it is blocked.

Base URL: https://tg.ithome.me

Deploy your own. A bot token travels in the request path and grants full control of the bot. Whoever runs a proxy can see it. Do not route your token through someone else's instance — run this code yourself. Source: a single auditable src/worker.js.

Hermes Agent

# config.yaml
platforms:
  telegram:
    extra:
      base_url: "https://tg.ithome.me/bot"

Health

GET https://tg.ithome.me/healthz — liveness (no token, no upstream call).

No request paths, tokens, IPs, or bodies are logged or stored by this Worker.