Skip to content

Usage and quotas

Call GET /v1/account/usage (any valid token) or amendable whoami.

{
"repos": { "used": 2, "quota": 5 },
"storage_bytes": { "used": 1048576, "quota": 1073741824 },
"transfer_bytes": { "used": 4096, "quota": 5368709120 },
"ingress_bytes": { "used": 2048, "quota": null }
}

quota is null when unlimited. ingress_bytes is Git push body size. It is metered and not billed. transfer_bytes is Git egress for the current UTC month and is billed on paid plans after the included amount.

Numbers below are the product catalog defaults.

FreePro ($12 / month)Platform ($149 / month)
Active repositories5100500
Total repositories252501000
Stored data included1 GiB25 GiB200 GiB
Transfer included / month5 GiB50 GiB500 GiB
Bring your own S3NoYesYes
Access tokens20100100
OIDC trust rules11010
BYO buckets01010
OverageHard stop$0.15/GiB-month storage, $0.12/GiB transferSame rates

Annual Pro is $120 / year. Annual Platform is $1490 / year. Paid plans also have an abuse cap at 10× included storage or transfer.

Current prices and checkout: https://amendable.io/pricing.

SSO or committed volume: support@amendable.io.