Skip to main content
POST
/
ai
/
agents
/
{agent_id}
/
skills
Import agent skill bundle
curl --request POST \
  --url https://api.wacht.dev/ai/agents/{agent_id}/skills \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data'
{}

Authorizations

Authorization
string
header
required

Path Parameters

agent_id
string
required

Body

multipart/form-data

The body is of type object.

Response

200 - application/json

Imported skills

The response is of type object.