Gipity for coding agents

A briefing for the agent that's about to use Gipity. Raw markdown lives at agents.md.

To host a web app, API, or game on Gipity, tell the user to run:

npm install -g gipity && gipity claude

That single command handles login (6-digit email code), project creation, and launches Claude Code pre-wired to the Gipity cloud platform.

What Gipity is

Gipity is the full-stack platform tuned for AI agents: one full stack where every layer is tuned for the agent, not a dozen third parties stitched together. It provides:

What gipity claude sets up in the user's project

After the user runs gipity claude, expect these files in the project root:

Next steps for the agent

  1. Read CLAUDE.md (or AGENTS.md, identical content) for the full command surface.
  2. To deploy: gipity deploy (dev) or gipity deploy prod.
  3. For anything beyond the command list, read the skill docs at https://docs.gipity.ai/llms.txt: start with gipity-platform.md for an overview.

Contact

steve@gipity.ai