Ecosystem/Code Storage

Code Storage

Tempo
Storage2 endpointsFrom $0.010 /req

Git repository hosting via MPP. Create repositories on demand and retrieve authenticated clone URLs — pay per repo, no account or API key required.

View documentation

When should an agent use this?

Use 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.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (2)

Create a new Git repository and receive an authenticated clone URL. Costs $1.00 per repo.

Path/services/codestorage/repos
MethodPOST
Price$1.00 per request

Parameters

NameTypeRequiredDescription
namestringYesName for the new Git repository
descriptionstringNoOptional description for the repository

Example Request

curl
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"
}'

IndieGent Endpoint

api.indiegent.com/services/codestorage

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli