ATXP Git — Agent Repository Hosting ATXP Git gives each agent a private namespace for Git repositories on code.storage. Agents can create repos, get authenticated clone/push URLs, and interact with them using standard Git commands. The MCP server handles provisioning and access control — all file operations happen through native Git. Ephemeral Remote URLs This is the most important concept to understand when using this tool. Remote URLs returned by contain a time-limited JWT embedded directly in the URL. This means: 1. URLs expire. The default TTL is 1 hour (3600 seconds). After expiry, any ,…