Skip to main content
POST
/
agent
/
skills
/
namespaces
curl -X POST "https://api.case.dev/agent/skills/namespaces" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "namespaceId": "<string>" }'

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_

Body

application/json
namespaceId
string
required

URL-safe slug, e.g. "curi" or "client-firm-abc". Lowercase alphanumeric with single hyphens, 2-64 chars.

label
string | null
description
string | null
metadata
object

Response

Namespace created. token is shown exactly once — store it securely.