atxp-git
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 remote-url contain a time-limited JWT embedded directly in the URL. This means:
- URLs expire. The default TTL is 1 hour (3600 seconds). After expiry, any
git clone,git push,git pull, orgit fetchusing that URL will fail with an authentication error. - URLs are not persistent. Do not store remote URLs in config files, environment variables, or long-lived scripts expecting them to work indefinitely. They are single-use credentials with a short lifespan.
- Refresh when expired. When a git operation fails with an auth error, get a fresh URL and update the remote:
# Get a new writable URL
npx atxp@latest git remote-url my-project --writable
More from atxp-dev/cli
atxp
Agent wallet, identity, and paid tools in one package. Register an agent, fund it via Stripe or USDC, then use the balance for web search, AI image generation, AI video generation, AI music creation, X/Twitter search, email send/receive, SMS and voice calls, contacts management, and 100+ LLM models. The funding and identity layer for autonomous agents that need to spend money, send messages, make phone calls, or call paid APIs.
1.5Katxp-memory
Agent memory management — cloud backup, restore, and local vector search of .md memory files
697atxp-backup
Free cloud backup for agent identity and memory files (.md only)
23