Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
5 tools available
All-in-one solution for form creation, submission management, and data integration.
Connect Byteforms to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Byteforms's 5 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every Byteforms action below is a callable tool any Definable persona can invoke.
Creates a new form in ByteForms. Use this to build data collection forms with customizable fields (text, email, phone), styling options (theme, width), and submission rules (limits, deadlines, password protection). Returns the created form with its public_id for sharing.
Tool to delete a form by its ID. Use when you need to remove an existing form permanently.
Tool to fetch all forms created by the authenticated user. Use after authentication to list existing forms.
Retrieves detailed information about a specific form by its numeric ID. Returns the form's name, fields, configuration options, and metadata. Use the numeric 'id' field (not the 'public_id' string) from form data obtained via BYTEFORMS_GET_ALL_FORMS or BYTEFORMS_CREATE_FORM.
Tool to retrieve responses for a specific form with optional pagination and filtering. Use when the form has collected submissions and you need to navigate large result sets.
Anything Byteforms exposes through its API. Common forms & surveys workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 5 Byteforms tools directly, then chain the result into another integration without you writing code.
Byteforms uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 5 Byteforms tools. You only need a separate Byteforms subscription if Byteforms itself charges per seat or per API call.
Every call from a persona to Byteforms is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Byteforms, and connect via OAuth or API key. You can immediately attach Byteforms to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 5 Byteforms actions as callable tools — including `Create form`, `Delete Form`, `Get All Forms`, plus 2 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.