Skip to main content
POST
Import a Skill archive

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-24
idempotency-key
string
Maximum string length: 255

Body

application/x-tar

The body is of type file.

Response

Success

id
string
required
Pattern: ^skl_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
name
string
required
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$
kind
enum<string>
required
Available options:
instructional,
executable
description
string | null
required
Maximum string length: 16384
instructions
string
required
files
object[]
required
version
integer
required
Required range: x > 0
created_at
string
required
updated_at
string
required
display_name
string | null

An optional non-unique Skill presentation label; clients fall back to the logical name when absent or null.

Required string length: 1 - 255
status
enum<string>
Available options:
active,
archived