Byteforms

All-in-one solution for form creation, submission management, and data integration.

5 actions Integration catalog
Request access
Connect Byteforms 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.

Create formBYTEFORMS_CREATE_FORM
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.
Delete FormBYTEFORMS_DELETE_FORM
Tool to delete a form by its ID. Use when you need to remove an existing form permanently.
Get All FormsBYTEFORMS_GET_ALL_FORMS2
Tool to fetch all forms created by the authenticated user. Use after authentication to list existing forms.
Get Form By IDBYTEFORMS_GET_FORM_BY_ID
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.
Get Form ResponsesBYTEFORMS_GET_FORM_RESPONSES
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.