Create a skill

Creates a custom skill. Fails with 409 when a shared skill with the
same slug exists - for re-runnable imports use the upsert
(PUT .../skills/by-name/{name}) instead.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Must match the workspace the API key belongs to (403 otherwise).

Body Params
string
required
length ≤ 200
string
length ≤ 1024

Single line (no newlines) - rendered in SKILL.md frontmatter.

string
required

Markdown body of the skill (SKILL.md without the frontmatter).

metadata
object
string
enum

private = visible to the key's actor only; shared = workspace-wide.

Allowed:
referenceFileIds
array of uuids
length ≤ 50

Brain file ids to attach as references.

referenceFileIds
string
required
length ≤ 64
^[a-z0-9]+(-[a-z0-9]+)*$

Lowercase, hyphen-separated, max 64 characters.

Responses

Language
Credentials
Bearer
hubi_sk_...
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json