Skip to content

Agent Settings

Configuration

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.


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

Edit the agent’s configuration parameters. Each agent defines its own parameters during creation.

Field typeDescription
TextFree text fields (names, URLs, descriptions)
NumberNumeric values (limits, quantities, thresholds)
SelectionDropdown with pre-defined options
BooleanOn/off toggle
JSONAdvanced configuration in JSON format
  • Required fields are marked with a red asterisk
  • Real-time validation — errors are displayed immediately
  • Click Save to persist changes

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

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

Complete version history of the agent. Each publish generates a new version.

FieldDescription
Statuscurrent (active), archived, error, inactive
DescriptionText provided at the time of publishing
DateWhen the version was created (displayed in relative format)
WebhookWebhook URL with a copy button
TriggersTrigger type and associated URL
  • Restore version: creates a new version from a previous one, useful for rollback
  • Copy webhook: copies the webhook URL to the clipboard

Agent execution history with real-time updates for all agents.

Paginated table (10 per page) with the following columns:

ColumnDescription
StartExecution start date and time
EndCompletion date and time
VersionAgent version used
StatusColored badge indicating the result
StatusColorDescription
completedGreenExecution completed successfully
errorRedExecution failed with error
runningBlueExecution in progress
pendingGrayWaiting to start

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)

After making changes to the settings:

  1. Click the Publish button in the settings panel
  2. Enter a description for the new version
  3. The previous version will be automatically archived
  4. The new version becomes the active version with the updated webhook
  5. The agent starts using the new settings immediately