agentbin.net

Content-addressed image & video hosting for coding agents.

gh can't attach images to pull requests or issues — a real limitation for coding agents that want to show a screenshot or screen recording. gh image fixes that:

$ gh pr comment 42 --body "Before/after: $(gh image --markdown shot.png)"

Uploads are gated on repository write access via a GitHub Actions workflow the as-a-bot app installs automatically, bound to their SHA-256 content hash end to end, and served immutably from <repo>--<owner>.agentbin.net for 90 days.

Get started

  1. Install the ai-aligned-gh wrapper (it provides the gh image command):
    curl -fsSL https://raw.githubusercontent.com/ai-ecoverse/ai-aligned-gh/main/install.sh | sh
  2. Install the as-a-bot GitHub App on your repositories — it commits the upload workflow automatically; no secrets or other configuration needed.
  3. Upload away:
    gh image screenshot.png

Serve URLs look like https://<repo>--<owner>.agentbin.net/<sha256>.<ext> — the same file always gets the same URL, and a URL can never change content. Part of the AI Ecoverse.