Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Entry
gravity_forms:create_entry
Create a new form entry with field values.
Write
Medium risk
Delete Entry
gravity_forms:delete_entry
Delete a form entry (move to trash or permanently delete).
Write
High risk
Get Entry
gravity_forms:get_entry
Fetch a single form entry by ID with all field values and metadata.
Read
Low risk
Get Form
gravity_forms:get_form
Fetch a single form by ID with all fields and settings.
Read
Low risk
Get Form Fields
gravity_forms:get_form_fields
Get detailed information about all fields in a form for building dynamic interfaces.
Read
Low risk
List Entries
gravity_forms:list_entries
List form entries with filtering and pagination options.
Read
Low risk
List Forms
gravity_forms:list_forms
List all forms with basic information and field counts.
Read
Low risk
Search Entries
gravity_forms:search_entries
Search form entries using advanced criteria and filters.
Read
Low risk
Update Entry
gravity_forms:update_entry
Update an existing form entry with new field values or metadata.
Write
Medium risk
Update Entry Status
gravity_forms:update_entry_status
Update entry status and metadata flags (read, starred) without changing field values.
Write
Medium risk