Weavz
Humanitix

Humanitix

Manage Humanitix event, order, ticket, check-in, transfer, tag, and webhook workflows.

CustomCommerce
11 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_events

List Humanitix events using the public API.

get_event

Get a Humanitix event by ID.

update_event

Patch a Humanitix event. Requires Humanitix permission for write-enabled API keys.

list_orders

List Humanitix orders for an event.

get_order

Get a Humanitix event order by ID.

list_tickets

List Humanitix tickets for an event.

get_ticket

Get a Humanitix event ticket by ID.

check_in_ticket

Check in a Humanitix ticket by event and ticket ID.

check_out_ticket

Check out a Humanitix ticket by event and ticket ID.

transfer_ticket

Transfer a Humanitix ticket using the documented transfer payload.

list_tags

List Humanitix tags.

Triggers

Name
order_created

Receives a Humanitix webhook payload after the webhook URL is configured in Humanitix or an automation partner.

ticket_checked_in

Receives a Humanitix webhook payload after the webhook URL is configured in Humanitix or an automation partner.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('humanitix', 'list_events', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'humanitix',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Humanitix to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Humanitix support?

Humanitix supports 11 tools including List Events, Get Event, Update Event, List Event Orders, Get Event Order, and more.

Can I use Humanitix with AI agents?

Yes. Add Humanitix to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Humanitix to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Humanitix as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Humanitix tools exposed by that workspace.

Does Humanitix work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Humanitix work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Humanitix?

Humanitix exposes 11 tools, including List Events, Get Event, Update Event, List Event Orders, Get Event Order, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Humanitix be used in stateful agent workflows?

Yes. Agents can combine Humanitix tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Humanitix use?

Humanitix uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Humanitix integration cost?

The Humanitix integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Humanitix support?

Humanitix supports 2 triggers including Order Created, Ticket Checked In.

Connect Humanitix in minutes

Get 20,000 free action executions every month. No credit card required.