Feathery

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

19 actions Integration catalog
Request access
Connect Feathery once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Edit Feathery AccountFEATHERY_ACCOUNT_EDIT
Tool to edit an existing account’s role and permissions. Use when modifying account settings after confirming identity.
Get Account InfoFEATHERY_ACCOUNT_GET_INFO
Tool to get your Feathery team name and list of accounts. Use when you need to fetch your team's account info.
Fill or sign document templateFEATHERY_DOCUMENT_FILL_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.
List Document EnvelopesFEATHERY_DOCUMENT_LIST_ENVELOPES
Tool to list generated document envelopes by document or user ID. Use when you need to retrieve envelope records for auditing or tracking.
Create hidden fieldFEATHERY_FORM_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.
Delete FormFEATHERY_FORM_DELETE
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.
Get form schemaFEATHERY_FORM_GET_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.
List FormsFEATHERY_FORM_LIST
Tool to list all forms in your Feathery account. Use when you need to view or filter available forms.
List Hidden FieldsFEATHERY_FORM_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.
List API Connector ErrorsFEATHERY_LOG_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.
List Email IssuesFEATHERY_LOG_LIST_EMAIL_ISSUES
Tool to list email bounce and complaint events. Use when you need to diagnose delivery issues for sent emails.
List Email LogsFEATHERY_LOG_LIST_EMAILS
Tool to list recently sent emails for a form. Use when you need to review email logs after sending form-based emails.
List Quik Request LogsFEATHERY_LOG_LIST_QUICK_REQUESTS
Tool to list recent Quik integration request logs for a form. Use when you need to review API requests sent to Quik for a specific form.
Create or Fetch UserFEATHERY_USER_CREATE_OR_FETCH
Tool to create a new user or fetch an existing one. Use when you need to ensure a user exists and get their SDK key.
Delete UserFEATHERY_USER_DELETE
Tool to delete a specific user by ID. Use when you need to remove a user after confirming the user exists.
Get All User DataFEATHERY_USER_GET_ALL_DATA
Retrieve all stored data fields for a user or all field definitions in your Feathery account. Use this to fetch form field values submitted by users, or to list all available field definitions. Returns field metadata including type, value, timestamps, and whether it's a hidden field.
Get User SessionFEATHERY_USER_GET_SESSION
Tool to get a user's form session and progress. Use after authenticating and when you need to retrieve session data.
List UsersFEATHERY_USER_LIST
Tool to list all users in your Feathery account. Use when you need to retrieve users with optional creation time or field-based filters.
Generate Workspace Login TokenFEATHERY_WORKSPACE_GENERATE_LOGIN_TOKEN
Generate a login JWT for a Feathery workspace. This is used for white-label integrations where users authenticate through your system and are automatically logged into Feathery. Prerequisites: - Obtain workspace_id from the list workspaces API or workspace creation - Obtain account_id from the 'Get Account Info' action The token is valid for 24 hours and can be refreshed by calling this endpoint again. Note: Returns empty token if workspaces feature is not enabled for the account.