# Basin AI integration on Definable

> Basin is a no-code form backend that enables users to set up powerful, reliable forms quickly without writing server-side code.

## What this connects

Basin is a no-code form backend that enables users to set up powerful, reliable forms quickly without writing server-side code.

Vendor: https://usebasin.com/

## Tools available

**19** tools available. First 12:

- `BASIN_CREATE_FORM` — Create Form — Tool to create a new form in Basin. Use when you need to automate form setup with name, timezone, and project association; optionally configure redirect, notifications, or spam protection.
- `BASIN_CREATE_FORM_WEBHOOK` — Create Form Webhook — Tool to create a new webhook for a specific form. Use when you need to programmatically add a webhook once you have the form ID and callback URL confirmed.
- `BASIN_CREATE_PROJECT` — Create Project — Tool to create a new Basin project. Use when you need a new organizational container for forms. Example: "Create a project named Marketing Leads."
- `BASIN_DELETE_FORM` — Delete Form — Tool to delete a form. Use when permanently removing a form after it's no longer needed. Ensure the form_id is correct; this operation is irreversible.
- `BASIN_DELETE_PROJECT` — Delete Project — Tool to delete a project. Use when you need to remove a project after confirming its ID. Returns the deleted project's details.
- `BASIN_DELETE_SUBMISSION` — Delete Submission — Tool to permanently delete a form submission by its ID. Use when you need to remove a submission after confirming its ID. This operation is irreversible.
- `BASIN_DELETE_WEBHOOK` — Delete Webhook — Tool to delete a specific webhook. Use when you need to remove a webhook from a form after confirming its ID.
- `BASIN_GET_DOMAINS` — Get Domains — Tool to retrieve a list of all custom domains associated with the Basin account. Custom domains allow you to send emails from your own domain through Basin forms. Supports pagination and filtering by domain name or ID.
- `BASIN_GET_FORM_DETAILS` — Get Form Details — Retrieves comprehensive details about a specific Basin form including configuration, notification settings, security options, branding, webhooks, and submission counts. Use this when you need complete information about a form's setup and current state. Requires a form ID (obtain from Get Forms action if needed).
- `BASIN_GET_FORMS` — Get Forms — Retrieves a list of all Basin forms with their configuration and metadata. Supports optional pagination via the 'page' parameter and filtering via the 'query' parameter (searches across form id, name, uuid, and project_id). Returns comprehensive form details including webhooks, submission counts, notification settings, and security configurations.
- `BASIN_GET_FORM_WEBHOOK` — Get Form Webhook — Tool to retrieve details of a specific form webhook by its ID. Use when you need to view webhook configuration including URL, format, and trigger settings.
- `BASIN_GET_PROJECT_DETAILS` — Get Project Details — Tool to retrieve detailed information about a specific project. Use when you have a project ID and need its metadata (name, created_at, updated_at).

## Auth

Auth schemes: `API_KEY`.

## How agents use Basin

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

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

The Verifier checks every Basin 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/
- website builders — https://definable.ai/apps/category/website-builders/

## Related

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