Skip to main content
PUT
Replace PAL Skills
For AI agents, use https://docs.tavus.io/openapi.yaml for the full HTTP API contract.

Authorizations

x-api-key
string
header
required

Path Parameters

pal_id
string
required

The unique identifier of the PAL.

Example:

"pcb7a34da5fe"

Body

application/json
skills
object
required

The complete skill set for the PAL, keyed by skill_id. Each value holds that skill's config object (omit or pass {} for skills with no configuration).

Example:

Response

Successfully replaced the PAL's skill attachments

data
object

The PAL's new skill attachments keyed by skill_id.