# Cabinpanda AI integration on Definable

> CabinPanda is a data collection platform that enables users to create and manage online forms, facilitating efficient data gathering and analysis.

## What this connects

CabinPanda is a data collection platform that enables users to create and manage online forms, facilitating efficient data gathering and analysis.

Vendor: https://www.cabinpanda.com/

## Tools available

**11** tools available. First 11:

- `CABINPANDA_CREATE_FORM` — Create Form — Create a new form in CabinPanda using a template. The form will be created with default fields based on the selected template. Use template_id '1' for a blank form or other IDs for themed templates.
- `CABINPANDA_DELETE_FORM` — Delete Form — Permanently deletes a form from CabinPanda using its unique key. This action is irreversible - use with caution. Requires the form's alphanumeric key (not the numeric ID) which can be obtained from the List Forms action's 'key' field.
- `CABINPANDA_DELETE_INTEGRATION` — Delete Integration — Deletes a form integration configuration by its ID. Use this to disconnect a specific integration (e.g., Slack, Google Sheets, Stripe) from a form. First use CABINPANDA_LIST_INTEGRATIONS to find the 'form_integration.id' of the configured integration you want to remove. This is a destructive and idempotent operation.
- `CABINPANDA_GET_FORM_DETAILS` — Get Form Details — Tool to retrieve details of a specific form by its key (32-character hex string). Use when you need form metadata (fields, labels, timestamps) before processing or submitting data. Get form keys from the list_forms endpoint.
- `CABINPANDA_GET_INTEGRATION_DETAILS` — Get Integration Details — Retrieve detailed information about a specific integration by its numeric ID. Returns integration configuration, category, OAuth settings, and form/team integration status. Use List Integrations first to discover available IDs.
- `CABINPANDA_GET_PROFILE` — Get Profile — Retrieves the authenticated user's CabinPanda profile including account details, workspace information, available features, usage statistics, and billing plan. Use this action to get the current user's identity, check plan limits, or verify account setup status.
- `CABINPANDA_LIST_FORMS` — List Forms — Tool to retrieve a list of all forms associated with the account. Use when you need to fetch form details for management or analysis.
- `CABINPANDA_LIST_INTEGRATIONS` — List Integrations — Tool to retrieve a list of all integrations for the account. Use when you need to inspect available or active integrations before managing them.
- `CABINPANDA_LIST_SUBMISSIONS` — List form submissions — Retrieve all submissions for a specific form. The form_id parameter requires the 32-character hex key (not the numeric ID). First use List Forms to get available form keys, then pass one to this action.
- `CABINPANDA_LIST_USERS` — List Users — Retrieves a list of all team members (users) associated with your CabinPanda account. Use this tool to: - View all team members in your workspace - Get user IDs for other team management operations - Check user roles, permissions, and current usage statistics - Audit team membership and billing plan information Returns detailed user information including email, workspace details, available features, and usage statistics.
- `CABINPANDA_UPDATE_FORM` — Update Form — Tool to update the details of an existing form including name, template, fields and settings. Use when you need to modify form properties, update field configuration, or change form behavior.

## Auth

Auth schemes: `API_KEY`.

## How agents use Cabinpanda

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

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

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

## Categories

- forms & surveys — https://definable.ai/apps/category/forms-&-surveys/

## Related

- HTML page: https://definable.ai/apps/cabinpanda/
- Same category (forms & surveys): https://definable.ai/apps/category/forms-&-surveys/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
