# Passslot AI integration on Definable

> PassSlot is a service that simplifies the creation, design, and distribution of Apple Wallet passes, including coupons, store cards, event tickets, membership cards, and boarding passes.

## What this connects

PassSlot is a service that simplifies the creation, design, and distribution of Apple Wallet passes, including coupons, store cards, event tickets, membership cards, and boarding passes.

Vendor: https://www.passslot.com/

## Tools available

**8** tools available. First 8:

- `PASSSLOT_CREATE_SCANNER` — Create Scanner — Tool to create a new scanner in Passslot. Use when you need to create a PassVerifier or Browser type scanner. Your app key must have full access to manage scanners. If fullAccess is false, provide allowedTemplates array.
- `PASSSLOT_DELETE_SCANNER` — Delete Scanner — Tool to delete a scanner by ID. Use when you need to remove a scanner from the system. Requires full access app key to manage scanners.
- `PASSSLOT_GET_PASSES_BY_PASS_TYPE` — Get Passes by Pass Type — Tool to list Wallet passes, optionally filtered by a Pass Type ID. If passtype_id is provided, returns passes for that specific pass type. If passtype_id is not provided, returns all passes.
- `PASSSLOT_GET_PASS_TYPES` — Get Pass Types — Tool to list all available pass types. Use when you need to retrieve supported pass-type identifiers before creating passes.
- `PASSSLOT_GET_SCANNER` — Get Scanner — Tool to retrieve details of a specific scanner. Use when you need to get information about a scanner by its ID. Requires app key with full access to manage scanners.
- `PASSSLOT_LIST_SCANNERS` — List Scanners — Tool to retrieve a list of all scanners. Use when you need to list all configured scanners. Your app key must have full access to manage scanners.
- `PASSSLOT_LIST_TEMPLATES` — List Templates — Tool to retrieve a list of all pass templates. Use when you need to see available templates for creating passes.
- `PASSSLOT_UPDATE_SCANNER` — Update Scanner — Tool to update a scanner's configuration. Only name, fullAccess, and allowedTemplates can be updated. Use when you need to modify scanner permissions or rename a scanner. Your app key must have full access to manage scanners.

## Auth

Auth schemes: `API_KEY`.

## How agents use Passslot

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

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

The Verifier checks every Passslot 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/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/passslot/
- 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
