Upload a tree of skill files for the namespace. Authenticated by the namespace bearer token. Atomic at the version-bump level: a partial upload leaves the namespace pinned to the previous version.
curl -X POST "https://api.case.dev/agent/skills/namespaces/%3Cstring%3E/publish" \
-H "Authorization: Bearer $CASEDEV_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"files": [
{
"path": "<string>",
"content": "<string>",
"encoding": "utf8"
}
]
}'Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
curl -X POST "https://api.case.dev/agent/skills/namespaces/%3Cstring%3E/publish" \
-H "Authorization: Bearer $CASEDEV_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"files": [
{
"path": "<string>",
"content": "<string>",
"encoding": "utf8"
}
]
}'