Sources
Add companies to pull jobs from, or remove ones you don't need. Your custom sources are saved separately and survive updates.
{% if error %}Could not save: {{ error }}
{% endif %}Add a source
The "board slug" is the company name in the careers page URL — for example,
stripe from boards.greenhouse.io/stripe.
Active sources · {{ total_default }} default · {{ total_local }} yours
{% if not grouped %}No sources configured yet — add your first above.
{% endif %} {% for source_type, entries in grouped.items() %}{{ source_type }}
| Board | Company | Origin | |
|---|---|---|---|
{{ e.board }} |
{{ e.company or "—" }} | {% if e.origin == "default" %} default {% else %} local {% endif %} | {% if e.origin == "local" %} {% endif %} |