DEVTOOLS
GARAGE
a grove motor co product
Instant programmable git repositories for agents and humans.
# locally
> garage repos create “repo-name”
> git commit -m “hello world”
> git push origin
# grant a teammate or CI/agent job write access
> garage share repo-name --role write
url: https://app.thegarage.sh/invites/4krfvc-cdmsac43-cmdsa-rcdsac
# send to anyone (read-only)
> garage share repo-name --role read
url: https://app.thegarage.sh/invites/9fjq2a-tpvwma81-vpfw-blkznCLI
Create repositories, and manage repository permissions and access via the CLI.
SDK
Agents can use the Typescript SDK to manage and interact with your Garage repository.
WHY
GARAGE?
Built for agents
Write files and commit as one atomic operation over the API — no clone, no git binary, no credential plumbing.
SDK, CLI & API
A typed TypeScript SDK, a shell-native CLI, and a raw RPC API with a published OpenAPI spec.
Instant and Free
Anonymous, ephemeral repos with zero setup — no account, expire on a TTL you set. Sign in for permanent repos. Free, subject to standard service limits.
Auth & Teams
Device-flow sign-in, scoped API keys, and short-lived git tokens. Share one repo with a human or an agent through a secure, revocable link — grant only the access a job needs.
SOON
Extensions
Subscribe to repo events and run your own logic — trigger an agent on a commit, fire a webhook, review and commit back.










