# Humanitix AI integration on Definable

> Humanitix is a not-for-profit ticketing platform that donates 100% of its profits to charity.

## What this connects

Humanitix is a not-for-profit ticketing platform that donates 100% of its profits to charity.

Vendor: https://humanitix.com

## Tools available

**3** tools available. First 3:

- `HUMANITIX_GET_EVENT` — Get Event — Tool to retrieve detailed information about a specific event. Use when you have the eventId and need full metadata.
- `HUMANITIX_GET_EVENTS` — Get Events — Tool to retrieve a paginated list of events from your Humanitix account. Use when you need to page through your events after confirming API key validity.
- `HUMANITIX_GET_TAGS` — Get Tags — Tool to get all tags associated with your Humanitix account. Use when you need to list or paginate through tags after setting up your API key.

## Auth

Auth schemes: `API_KEY`.

## How agents use Humanitix

Inside a Definable workflow, Humanitix is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Humanitix** — the Researcher (GPT-5.5) pulls context from Humanitix (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Humanitix** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Humanitix (create record, post message, draft email).
- **Designer / Engineer → Distributor → Humanitix** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Humanitix (attach file, open PR comment, post status).

The Verifier checks every Humanitix call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- event management — https://definable.ai/apps/category/event-management/
- fundraising — https://definable.ai/apps/category/fundraising/

## Related

- HTML page: https://definable.ai/apps/humanitix/
- Same category (event management): https://definable.ai/apps/category/event-management/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
