v1

latestOpenAPI 3.0.32026-07-267015229.9 KB
Skills

List PAL Skills

List the skills attached to a PAL. The response is an object keyed by skill_id.

get/v2/pals/{pal_id}/skills

Response

Successfully retrieved the PAL's skill attachments

dataobject

Skill attachments keyed by skill_id.

Example response

{
  "data": {
    "internet_search": {
      "skill_id": "internet_search",
      "config": {},
      "attached_at": "2026-06-10T14:30:45.123456+00:00",
      "updated_at": "2026-06-10T14:30:45.123456+00:00"
    },
    "presentation": {
      "skill_id": "presentation",
      "config": {
        "document_ids": [
          "d1234567890",
          "d2468101214"
        ],
        "slides_trigger": "walk_the_deck",
        "prompt": "Walk the participant through the Q4 roadmap deck."
      },
      "attached_at": "2026-06-10T13:15:20.654321+00:00",
      "updated_at": "2026-06-10T14:25:10.987654+00:00"
    },
    "magic_canvas": {
      "skill_id": "magic_canvas",
      "config": {
        "components": {
          "chart": {
            "enabled": false
          }
        }
      },
      "attached_at": "2026-06-10T12:00:00.000000+00:00",
      "updated_at": "2026-06-10T12:00:00.000000+00:00"
    }
  }
}