Skip to main content
Categories group jobs on your board. You can list them, create them, and assign a category when creating a job, all by name (no need to track UUIDs).
Authenticate with your API key in the x-api-key header.

List categories

cURL

Create a category

Creating is idempotent: if a category with that name already exists, its id is returned instead of a duplicate.
string
required
Category name, e.g. Engineering.
cURL

Assigning a category to a job

When creating a job with Create Job, pass either:
  • category — a category name. It is matched to an existing category (case-insensitive) or created if new.
  • category_id — an existing category UUID (takes precedence over category).
cURL