# Feathery AI integration on Definable

> Feathery is an AI-powered data intake workflow platform that enables users to build customizable forms with advanced logic and integrations.

## What this connects

Feathery is an AI-powered data intake workflow platform that enables users to build customizable forms with advanced logic and integrations.

Vendor: https://www.feathery.io/

## Tools available

**19** tools available. First 12:

- `FEATHERY_ACCOUNT_EDIT` — Edit Feathery Account — Tool to edit an existing account’s role and permissions. Use when modifying account settings after confirming identity.
- `FEATHERY_ACCOUNT_GET_INFO` — Get Account Info — Tool to get your Feathery team name and list of accounts. Use when you need to fetch your team's account info.
- `FEATHERY_DOCUMENT_FILL_TEMPLATE` — Fill or sign document template — Tool to fill or sign a Feathery document template. Use when you need to generate a completed or signed document file after mapping template fields.
- `FEATHERY_DOCUMENT_LIST_ENVELOPES` — List Document Envelopes — Tool to list generated document envelopes by document or user ID. Use when you need to retrieve envelope records for auditing or tracking.
- `FEATHERY_FORM_CREATE_HIDDEN_FIELD` — Create hidden field — Creates a new hidden field in the Feathery account. Hidden fields store non-visible data that can be populated via integrations, the API, embed SDK, or URL parameters. Use this to track metadata like UTM parameters, user IDs, or integration data. The field_id must be unique - use FEATHERY_FORM_LIST_HIDDEN_FIELDS first to check existing fields if unsure.
- `FEATHERY_FORM_DELETE` — Delete Form — Permanently delete a form from your Feathery account. This action is irreversible. Use the 'List Forms' action first to get valid form IDs. The form_id corresponds to the 'id' field in the form list response.
- `FEATHERY_FORM_GET_SCHEMA` — Get form schema — Retrieve the complete schema of a Feathery form including all steps, fields, rules, and translations. Use the List Forms action first to find the form_id. Returns detailed structure for understanding or manipulating form content.
- `FEATHERY_FORM_LIST` — List Forms — Tool to list all forms in your Feathery account. Use when you need to view or filter available forms.
- `FEATHERY_FORM_LIST_HIDDEN_FIELDS` — List Hidden Fields — Tool to list all hidden form fields in the account. Use when you need to retrieve hidden field configuration before processing form submissions.
- `FEATHERY_LOG_LIST_API_CONNECTOR_ERRORS` — List API Connector Errors — Tool to list recent API connector error logs for a form. Use after confirming the form ID to troubleshoot integration issues.
- `FEATHERY_LOG_LIST_EMAIL_ISSUES` — List Email Issues — Tool to list email bounce and complaint events. Use when you need to diagnose delivery issues for sent emails.
- `FEATHERY_LOG_LIST_EMAILS` — List Email Logs — Tool to list recently sent emails for a form. Use when you need to review email logs after sending form-based emails.

## Auth

Auth schemes: `API_KEY`.

## How agents use Feathery

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

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

The Verifier checks every Feathery 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/feathery/
- 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
