GovTribe

Automation data type

A GovTribe AI automation that runs one saved prompt when any configured schedule, government-record change, or workspace event occurs.

Notes

  • Automation records describe saved GovTribe AI workflow definitions. One or more independent start nodes can run the same prompt, and each run can create a generated GovTribe AI conversation in the linked project.
  • reasoning_level is the stable, model-independent reasoning setting for automation runs. Existing automations keep their saved value, omitted create requests use medium, and an omitted update keeps the saved value. Automated turns currently run on GPT-5.6 Terra.
  • start_nodes is the ordered multi-trigger contract. total_triggers_count reports the complete trigger count, while trigger_details remains a first-trigger compatibility snapshot.
  • A saved-search start node owns its lowercase instant, daily, or weekly polling frequency. Its nullable next_run_at is populated only while the workflow version is published; inactive versions keep their frequency without retaining a polling schedule. Both fields are independent of the saved search's email settings.
  • broken_details and paused_at can appear in automation MCP responses when the active version is broken or paused. They are status metadata, not fields you request through fields_to_return.
  • Pipeline-change automations can be scoped to one pipeline or left unscoped so they run when any accessible pipeline changes.

Attributes

FieldTypeAttribute
govtribe_idstringGovTribe ID
govtribe_typestringGovTribe type
govtribe_urlstringGovTribe URL
namestringName
promptstringPrompt
reasoning_levelstringReasoning level
on_completion_notify_userstringOn completion notify user
completion_notification_instructionsstring | nullCompletion notification instructions
start_nodesobject[]Start nodes
total_triggers_countnumberTotal triggers count
trigger_detailsobject | nullTrigger details
statestring | nullAutomation state
version_numbernumber | nullVersion number
last_ran_atstring | nullLast ran at
govtribe_ai_project_namestring | nullGovTribe AI project name
created_atstring | nullCreated at
updated_atstring | nullUpdated at
total_runs_countnumberTotal runs count
past_runsobject[]Past runs

On this page