Agent Settings
Overview
Section titled “Overview”The agent settings panel is organized in tabs. Each tab allows you to manage a specific aspect of the agent. Unsaved changes are indicated by a badge on the tab.
Integrations
Section titled “Integrations”Manage the integrations connected to the agent. Integrations allow the agent to communicate with external tools.
- Click Add to open the side panel with available integrations
- Search by name and view the logo and description of each integration
- Already linked integrations appear listed in the tab
- To remove, click the remove button next to the integration
Parameters
Section titled “Parameters”Edit the agent’s configuration parameters. Each agent defines its own parameters during creation.
| Field type | Description |
|---|---|
| Text | Free text fields (names, URLs, descriptions) |
| Number | Numeric values (limits, quantities, thresholds) |
| Selection | Dropdown with pre-defined options |
| Boolean | On/off toggle |
| JSON | Advanced configuration in JSON format |
- Required fields are marked with a red asterisk
- Real-time validation — errors are displayed immediately
- Click Save to persist changes
Prompts
Section titled “Prompts”View and edit the system prompts that define the agent’s behavior.
- Prompts are organized in sections with title and content
- Each section can be edited with a full editor
- You can add new sections for additional instructions
- Sections can be removed if no longer needed
- A copy button allows copying a prompt’s content
Workflow
Section titled “Workflow”Visual editor for the agent’s workflow. The workflow defines the agent’s execution logic through nodes and connections.
- Nodes represent processing steps (trigger, processing, output)
- Connections define the flow between steps
- Drag-and-drop interface for organizing the flow visually
- Each node can be configured individually
Versions
Section titled “Versions”Complete version history of the agent. Each publish generates a new version.
Information Per Version
Section titled “Information Per Version”| Field | Description |
|---|---|
| Status | current (active), archived, error, inactive |
| Description | Text provided at the time of publishing |
| Date | When the version was created (displayed in relative format) |
| Webhook | Webhook URL with a copy button |
| Triggers | Trigger type and associated URL |
Actions
Section titled “Actions”- Restore version: creates a new version from a previous one, useful for rollback
- Copy webhook: copies the webhook URL to the clipboard
Executions
Section titled “Executions”Agent execution history with real-time updates for all agents.
Execution List
Section titled “Execution List”Paginated table (10 per page) with the following columns:
| Column | Description |
|---|---|
| Start | Execution start date and time |
| End | Completion date and time |
| Version | Agent version used |
| Status | Colored badge indicating the result |
Execution Status
Section titled “Execution Status”| Status | Color | Description |
|---|---|---|
| completed | Green | Execution completed successfully |
| error | Red | Execution failed with error |
| running | Blue | Execution in progress |
| pending | Gray | Waiting to start |
Execution Details
Section titled “Execution Details”Clicking on an execution opens a panel showing detailed logs for each workflow node:
- Node type: type of processing executed (e.g., webhook_trigger, processing)
- Timestamps: node start and end times
- Input: input data received by the node (JSON format)
- Output: output data generated by the node (JSON format)
- Error: detailed error message (when applicable)
Publishing a New Version
Section titled “Publishing a New Version”After making changes to the settings:
- Click the Publish button in the settings panel
- Enter a description for the new version
- The previous version will be automatically archived
- The new version becomes the active version with the updated webhook
- The agent starts using the new settings immediately