Skip to main content
POST
manage skills

Authorizations

Authorization
string
header
required

An API key (es_live_…) from Settings, under API keys, or an OAuth access token.

Headers

Idempotency-Key
string

Retry a paid dispatch safely: the same key returns the job already dispatched instead of charging again.

x-workspace-id
string

The workspace this one call acts in, when it is not the key's own.

Body

application/json
action
enum<string>
required
Available options:
create,
list,
get,
update,
delete,
disable,
enable
id
string

Skill id from list, required for get, update, delete, disable and enable. A skill's parts switch with it.

ids
string[]

For get: several skill ids in one call, returned in the order given; a miss is named under missing. An answer stops at about 100,000 characters and names the rest in next_ids.

Required array length: 1 - 20 elements
max_chars
integer

For get: the most characters this answer may hold, for a host that cuts large tool results. One skill is returned up to there, cut at a paragraph, with next_cursor for the rest; several are returned whole up to there.

Required range: 2000 <= x <= 100000
cursor
integer

For get with one id: continue a body from the next_cursor a previous answer returned.

Required range: x >= 0
name
string

The kind of job, in a few plain words, distinct from every name in list.

body
string

The whole body; update replaces it. Line one is the description agents choose by: one plain sentence, 140 characters or fewer, not a heading. The method follows, up to 25,000 tokens (about 100,000 characters), the most a host hands an agent whole.

context
string

Optional: one sentence shown to the user beside this action.

Maximum string length: 600

Response

Done, or a job started for work that runs longer (follow it with get_jobs).

ok
any
required
data
object
required
meta
object
required
media
object[]