Create directory commit
Creates a new directory commit for an agent or skill repository by applying file/link create, update, and delete operations.
Authorizations
Path Parameters
Repository owner handle or '-' for current tenant
Repository handle
Body
Files maps path to an Entry (object = create/update/link, null = delete/unlink).
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

