Skip to main content
POST
Error

Authorizations

X-API-Key
string
header
required

Path Parameters

owner
string
required

Repository owner handle or '-' for current tenant

repo
string
required

Repository handle

Body

application/json
files
object

Files maps path to an Entry (object = create/update/link, null = delete/unlink).

parent_commit
string
skip_webhooks
boolean

SkipWebhooks, when true, suppresses Context Hub commit webhooks for this commit. Deliberately a plain bool, not the any (bool | []string) shape of the prompt-hub CreateCommitReq.SkipWebhooks: Context Hub v1 has no per-webhook filtering, so a bool is the correct shape.

Response

OK

commit
object