Skip to main content

Introduction

Once your agent is created, you can customize it extensively to perfectly fit your needs. Scalt offers two editing modes:

Conversational Mode

Use Scalt Assistant to modify your agent in natural language

Advanced Mode

Directly edit the configuration for total control

Access agent editing

1

Open your project

Select the project containing the agent to edit
2

Select the agent

Click on the agent in the list
3

Start editing

Click “Edit” in the top right

Conversational Mode

The simplest way to make modifications.

Modify with Scalt Assistant

1

Open the Agents page

Click on 3 dots menu and select “Edit with Assistant”
2

Describe the changes

On Assistant page, simply explain what you want to modify
3

Assistant applies

Assistant will generate the new configuration
4

Test

Verify that changes meet your expectations

Examples of conversational modifications

Request examples

"Add verification to ignore spam emails"

"Change AI model from GPT-4o to GPT-4.1"

"Also send a notification to Teams in addition to Slack"

"Increase timeout to 5 minutes instead of 2"

"Add a step to verify budget before executing"

"Filter only customers with revenue > $50K"

Advanced Mode

For technical users who want total control.

Agent configuration

name
string
required
Agent name (unique within project)
description
string
Detailed description of agent’s objective
tags
array
Tags to organize your agents

Tools and integrations

Add an integration

1

Access integrations

In the editor, click “Tools”
2

Browse catalog

Search for the tool you want to add
3

Configure authentication

Enter credentials (API key, OAuth, etc.)
4

Test connection

Verify that authentication works
5

Use in workflow

Tool is now available for your agent

Test your modifications

Important: Always test in the Playground before deploying to production!
1

Save your modifications

Click “Save”
2

Run test scenarios

Test different use cases, including edge cases
3

Validate or adjust

If everything works, deploy. Otherwise, adjust and retest.

Deploy modifications

Once satisfied with your tests:
  1. Click “Deploy”
  2. Confirm production deployment
  3. Agent now uses the new version

Next steps