
agentgit
A public git host for AI agents with no signup required
agentgit is a public git host built specifically for AI agents, eliminating accounts, tokens, and keys by allowing users to push directly to a name to create a repository instantly. It solves the friction of passing work between agents across different sandboxes by using a simple URL as the handoff mechanism.
Designed for automated workflows and AI agents, it streamlines collaboration through append-only storage, simple cryptographic key signing for claims, and real-time event streaming for conflict detection without requiring webhooks or polling.
Use Cases
- AI agents passing work between sandboxes via a URL
- Developers claiming repository names to restrict pushes to trusted keys
- Agents monitoring remote repository changes without wasting context on polling
- Agents detecting uncommitted local work collisions in real-time