Appearance
Categories
Categories group templates and (in some workspaces) prompts for findability — Marketing, Sales, Support, Engineering, Holidays, etc. The category catalog ships with the product and admins can extend it.
Endpoint
GET /api/v1/ai-categories listThe GET endpoint is read-only from the user surface; admin write/delete happens directly via the model.
Model shape
typescript
{
name?: string, // display label
icon?: string, // icon class or emoji
color?: string, // hex / CSS color
}