Skills
Skill bundle upload URL
A presigned URL to stage a pushed bundle for validate or publish.
POST
https://cloud.generalinput.com/v1/skills/:id/bundle-upload-urlAuthenticationRequires
skills:manage on a personal API key. A CLI session always passes.Response
{
"uploadUrl": "https://storage.example/…?X-Amz-Signature=…",
"bundleKey": "staging/skl_01HX…/2ad9…tar.gz",
"contentType": "application/gzip"
}PUT the gzipped tar of the skill directory with Content-Type: application/gzip, then pass bundleKey to validate or publish. SKILL.md must be at the archive root.