Skip to main content
POST
/
agent
/
skills
/
namespaces
/
{id}
/
publish
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.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Body

application/json
files
object[]
required

Response

Publish accepted. New version is now current.