# SummonAI Kit developer resources

> Where to find the summonaikit command line tool, the install scripts, the kit download, the changelog, the release feed and the machine-readable indexes for SummonAI Kit.

This is the developer resources hub for SummonAI Kit: the command line tool that installs the kit, the two install scripts, the release history, and the machine-readable pages that agents and other tools can read directly from this site. Every link on this page goes to something that answers today; nothing here is a placeholder for a resource this product does not have.

## The command line tool

summonaikit is the command line tool that signs you in to your licence, installs the kit into Claude Code, Cursor or Codex, and can run headless with a --json flag for use inside another agent or in continuous integration. Its full command reference, and both one-line install scripts, are on its own page.

- [Command line tool and command reference](https://summonaikit.com/cli)
- [install.sh (macOS and Linux)](https://cli.summonaikit.com/install.sh)
- [install.ps1 (Windows)](https://cli.summonaikit.com/install.ps1)

## Getting the kit without a terminal

If the command line tool is not an option, the kit downloads as an archive with written instructions for where each folder goes. It needs a signed-in account holding a licence, so it is not an open download link. The /cli page covers when to reach for this instead.

- [Manual install and kit download](https://summonaikit.com/dashboard/manual-install)

## Release history

Every release, newest first, in plain language. The same history is published as JSON at a fixed URL, which is the one to point a script or an agent at: it is the source the page itself renders from, so the two cannot disagree.

- [Changelog](https://summonaikit.com/changelog)
- [Release feed (JSON)](https://cli.summonaikit.com/cli/latest/changelog.json)

## Reading this site as an agent

Six pages serve Markdown instead of HTML to any client that sends "Accept: text/markdown", and from the same path with .md appended, for example /cli.md. Both forms carry "Vary: Accept". A request for Markdown that misses answers with a recovery document listing where to look instead, rather than a bare 404.

The agent index says what SummonAI Kit is, which jobs it suits and which it does not, and lists every resource on this page with its real URL. Start there rather than scraping the marketing pages.

- [llms.txt (agent index)](https://summonaikit.com/llms.txt)
- [Sitemap](https://summonaikit.com/sitemap.xml)

## Support

Install, sign-in and licence problems go to hello@summonaikit.com and are answered by the person who builds the tool. There is no ticket system and no bot in front of it.

- [Email hello@summonaikit.com](mailto:hello@summonaikit.com)

---

Every page on https://summonaikit.com serves this Markdown from its own URL to any client sending `Accept: text/markdown`, or from the same path with `.md` appended.

- Site index for agents: https://summonaikit.com/llms.txt
- Sitemap: https://summonaikit.com/sitemap.xml
- A person reads hello@summonaikit.com
