Skip to main content
POST
Error

Authorizations

x-api-key
string
header
required

Organisation API key. Format: sk_<secret>/<keyname> — the secret portion, a literal slash, and the human-readable key name. The header exulu-api-key is accepted as an alias. A Bearer prefix is tolerated and stripped. Keys with an agent scope are only valid for the scoped agent instance.

Path Parameters

name
string
required

Skill name (unique).

Query Parameters

visibility
enum<string>

Required for new skills. public or private. Ignored when updating an existing skill.

Available options:
public,
private

Body

The body is of type file.

Response

Publish result.

name
string
version
integer
created
boolean

True when a new skill row was created.