Skip to main content

Settings

The Settings section allows you to configure essential aspects of your workspace—from branding and security to user authentication and metadata. This is where you define how your organization experiences and interacts with the platform.

These settings work closely with user management, role management, and authentication systems to provide a cohesive platform experience.

To access the settings, go to Account > Settings from the top navigation bar.

Settings Tools

Overview

In the Overview tab, you can manage the appearance and branding of your workspace, including the homepage users see when they log in.

Update a Role

Account Identity

  • Account Name: Set your organization's name.
  • Logo Web / Logo Mobile: Upload custom logos for desktop and mobile views that appear in web interfaces.
  • Background: Upload a custom image for the login screen background (works with authentication settings).
  • Default CSS: Apply a global CSS file to define the design of all interfaces and web applications.

Home Page Identity

  • Show Hero: Toggle the visibility of the homepage banner section.
  • H1 Title / H2 Title: Customize the main headings displayed on the homepage.
  • Hero Background URL: Set the background image shown in the homepage banner.
  • Styling: Align homepage content to the left, center, or right.

These settings ensure consistency and alignment with your internal brand guidelines across all user interfaces and can be combined with home page redirection for personalized user experiences.

Versions

  • Server Version: Indicates the backend version in use.
  • IDE Version: Displays the version of the interface development environment (IDE) used for project development.

Metadata

The Metadata tab allows you to enrich user profiles with custom attributes such as department, region, or seniority level. These fields can control visibility, drive workflow logic, or personalize user interfaces.

You can create, update, or delete metadata fields under Settings -> Meta Data.

Update a Role

Creating Metadata

To create a new metadata field:

  1. Go to Account -> Settings, then open the Meta Data tab.
  2. Click the Create Meta Data at the top right.
  3. Fill in the required details:
  • Name: The internal name of the metadata field.
  • Type: Choose from:
    • String
    • Number
    • Boolean
    • Custom List (single select)
    • Custom List (multi-select)
    • Collection (single select)
    • Collection (multi-select)
    • User Picker

For Custom List, specify the list name.
For Collection, define the collection name, label, and value fields.

Click Save Meta Data to finalize the metadata creation. This metadata can then be used in user management, role assignments, web interface logic, and process workflows.

Updating Metadata

To modify existing metadata:

  1. In the Meta Data tab, find the field you wish to update.
  2. Modify its name, type, or associated values.
  3. Click Save Meta Data to apply changes.

Deleting Metadata

To delete a metadata field:

  1. In the Meta Data list, locate the item to remove.
  2. Click the trash icon.
  3. Confirm the deletion when prompted.

⚠️ Caution: Deleting metadata used in workflows or interface access rules may disrupt platform behavior.

Volt

Volt is Softyflow's secure vault for storing sensitive variables and secrets required across your platform.

Update a Role

What you can store:

Key Features:

  • Encrypted Storage: All values are encrypted and never exposed in plain text.
  • Name-based Access: Secrets are referenced by name only in processes and integrations.
  • Supported Use Cases:
    • API configurations for external systems
    • Workflow steps (e.g., HTTP tokens) in process design
    • Custom scripts (JavaScript, SQL, PDF generation)
    • External integrations (SMTP, GraphQL, third-party APIs)
  • Environment Isolation: Define separate secrets for TEST, UAT, and PROD environments matching your deployment strategy.
  • Role-based Access Control: Only authorized users can manage secrets.
  • Failover Mechanism: Supports fallback and retry if a secret is missing.
  • Auditing: All secret access is logged in system logs for traceability.

Access Path: Account → Settings → Volt

Volt centralizes sensitive value management, ensuring security and consistency across applications.

Secret Keys

The Secret Keys section stores credentials and API keys required by integrated third-party services or UI components.

Update a Role

These secrets are used in various parts of the platform, such as web interfaces or automation scripts, and are always encrypted.

Use Cases

Fields Per Provider

  • reCAPTCHA V3

    • Site Key
    • Secret Key
    • Score Threshold
  • OpenAI

    • API Key
  • Google Spreadsheet Export

    • Client ID
    • Client Secret
    • API Key

🔒 Security: These credentials are encrypted. Only admins with proper permissions can access or modify them.

How to configure

  1. Go to Account → Settings → Secret Keys
  2. Fill in the fields with credentials provided by the third-party service
  3. Click Save Keys

Once saved, these credentials can be used securely via platform variables, process scripts, or integration connectors.


Settings Integration

Development Usage

Settings integrate across the development workflow:

Administration Integration

Settings work with other administration features:

Monitoring & Security

Track settings usage and maintain security:


Next Steps

Continue configuring your platform:

Administration Configuration:

Development Application: