Create a skill category
createSkillCategoryCreate a unique skill category for a business to group related skills like Plumbing or Electrical. Solves organizing services by trade, with optional icon and idempotent retries.
Instructions
Create a skill category
Creates a skill category for the current business. Categories group skills (e.g. "Plumbing", "Electrical"). Names must be unique within a business.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Icon slug for the dashboard's catalog tree. Optional. | |
| name | Yes | Category name (required), e.g. a trade: Plumbing, Electrical, HVAC. | |
| idempotency_key | No | Unique key making retries safe: a repeat send with the same key replays the original response (header Idempotent-Replayed: true) instead of re-running the operation. Reusing a key with a different body returns 422 IDEMPOTENCY_KEY_REUSE. (sent as the Idempotency-Key header) |