Git repository hosting via MPP. Create repositories on demand and retrieve authenticated clone URLs — pay per repo, no account or API key required.
View documentationUse Code Storage when your agent needs to create a Git repository programmatically — for storing generated code, backing up work, or sharing outputs. Ideal for code generation agents, CI/CD automation, and any workflow where an agent needs a fresh repo without manual setup.
Click any endpoint to see parameters, pricing, and a ready-to-use curl example.
Create a new Git repository and receive an authenticated clone URL. Costs $1.00 per repo.
/services/codestorage/repos| Name | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Name for the new Git repository |
| description | string | No | Optional description for the repository |
curl -X POST \
"https://api.indiegent.com/services/codestorage/repos" \
-H "Authorization: Bearer <your-token>" \
-H "X-Agent-Wallet: my-agent" \
-H "Content-Type: application/json" \
-d '{
"name": "my-agent-project",
"description": "Generated code repository"
}'api.indiegent.com/services/codestorageUSDC · Automatic
Payment protocols handled by IndieGent
Tempo