Freestyle · Capability
Freestyle Git API — Commits
Freestyle Git API commits surface. 3 operations. Lead operation: List Commits for a Repository. Self-contained Naftiko capability for one Freestyle business surface.
Freestyle Git API — Commits is a Naftiko capability published by Freestyle, one of 30 capabilities the APIs.io network indexes for this provider. It bundles 3 operations across the GET and POST methods rooted at /v1/git/v1/repo/{…}/git/commits.
The capability includes 2 read-only operations and 1 state-changing operation. Lead operation: List Commits for a Repository. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Freestyle, Git, and Commits.
What You Can Do
GET
Handle list commits
— List Commits for a Repository
/v1/git/v1/repo/{repo}/git/commits
POST
Handle create odb commit
— Create a Commit From Git Objects
/v1/git/v1/repo/{repo}/git/commits
GET
Handle get commit
— Get a Commit Object
/v1/git/v1/repo/{repo}/git/commits/{hash}
MCP Tools
freestyle-handle-list-commits
List Commits for a Repository
read-only
idempotent
freestyle-handle-create-odb-commit
Create a Commit From Git Objects
freestyle-handle-get-commit
Get a Commit Object
read-only
idempotent