For the complete documentation index, see llms.txt. This page is also available as Markdown.

Creator Settings

The settings area (Config) of Creator centralizes all adjustments for your development environment. The information defined in this section reflects your identity across all workspaces you participate in.

To access the settings panel, click the Config option (gear icon).

Profile

In this section, you have access to your previously configured profile, showing the name, email, and image (if any) previously configured.

Update name

To update your name, follow these steps:

  1. In Config, locate the Display name field and type your desired display name.

  2. Click outside the field, and it will automatically be saved.

Add or update image (avatar)

To add or change your profile image in Skyone Creator, follow these steps:

  1. In Config, locate the Avatar URL field, paste the public link of a valid image to use it as your profile picture. If you prefer not to use a photo, leave this field completely blank.

  2. Click the blue Save profile button to save and apply the changes.

Change access password

You can update your password at any time. To do this:

  1. In Config, locate the Change password section.

  2. In the Current field, type your current password.

  3. In the New field, type the new secure password you want to use.

  4. In the Confirm field, type the new password again to confirm.

  5. Click the Change password button to complete the update.

Workspace

The Workspace panel displays the number of active members, the creation date, and the Workspace ID number.

Change workspace name

To change the name of the workspace, follow these steps:

  1. In Config, access Workspace.

  2. Click Manage Workspace.

  3. On the screen presented, change the name and click Save.

Add users to the workspace

To add users to the workspace, follow these steps:

  1. In Config, access Workspace.

  2. Click Manage Workspace.

  3. Click the Members tab.

  4. In Invite Member, type the email address.

  5. Choose the user type:

    • a. Developer:

    • b. Admin:

  6. Click Invite.

The person will receive an invitation by email.

Pending invitations

Users who have not yet accepted the call are listed in this section. To revoke a sent invitation, click the Cancel button next to the listed email.

Members

In this section, there is a list of members who are part of the Workspace and their respective roles.

How to delete a user

  1. To delete a user, click Delete (trash can icon).

  2. Confirm the deletion.

Important: User removal is permanent and restricted exclusively to accounts configured with the Administrator (Admin) role.

General

Adjust the usability preferences of the graphical interface through the General Settings block:

  • Theme: Toggle the graphical interface between System (operating system default), Light (light mode), or Dark (dark mode) options.

  • Language: Select the default language for displaying menus and commands.

  • Zoom level: Configure the screen percentage scale in the selector (default 90) to adapt readability and design space.

  • Current version: The current version of the application remains permanently visible at the bottom of this section for reference.

Workflow Settings

Manage build automation parameters during solution development:

  • Default Chat Mode: Defines the native function of the chat when opening a new conversation (options: Agent or Build).

  • Approve changes automatically: Enable to authorize the system to autonomously approve and execute structural code updates and modifications.

  • Fix issues automatically: Enable to allow the AI to automatically scan and resolve syntax errors and failures generated in TypeScript files.

  • Auto-expand preview panel: Enable to force the opening or expansion of the technical preview panel whenever the code undergoes modifications.

  • Show notification when chat completes: Allows emitting visual alerts in the operating system if prompt processing finishes while you are working in another browser tab.

AI Settings

Parameterize the operational limits and processing capacity of the intelligent assistant:

  • Reasoning Budget: Modulates the processing depth of AI responses. Choose between the options: Low (low/fast), Medium (balanced, recommended), or High (high/analytical).

  • Maximum Chat Turns in Context: Limits the amount of history and memory retained in the conversation. Choose between: Economy, Plus, High, or Max (default: default).

  • Max tool calls (Agent): Regulates the maximum number of consecutive requests that the AI agent can make to supporting tools. Choose between: Low, High, or Very High (default: default).

  • Context Compaction: Enable to automatically compact extensive chat histories when they reach the critical memory limit, keeping full and original messages archived in the local app data folder.

Telemetry

To support the continuous improvement of products, click the Enable Telemetry button. This feature records strictly anonymous usage data, identified by your unique Telemetry ID number.

Integrations

Area dedicated to the administration of connections, integrated databases, and microservices linked to your app's ecosystem.

The Integrations panel of Creator allows administrators and developers to configure and manage connections with databases and external services for ecosystem applications.

Connection Configuration Parameters

Field

Description

Screen Example

Host

The server address where the database is hosted.

136.248.87.48

Port

The logical communication port for data traffic.

9000

Database

The name of the specific database inside the server.

Zoho CRM

Username

The authentication user for database access.

studio-creator

Password

The secret authentication key (with an option to toggle visibility).

  • SSL Mode: Determines the encryption level of the network connection.

    • Off: Uses plain text encryption (Plain TCP). It is the default configuration for Skyone ODBC and local Postgres instances.

    • Require: Forces an encrypted and secure connection via SSL.

Available Actions

In the bottom right corner of the integration card, the user has three main commands:

  1. Disconnect: Breaks the current link between the application and the configured database.

  2. Test connection: Executes a real-time call to validate if the credentials, host, and firewall rules are allowing correct access to the database.

  3. Save: Saves and applies the new settings filled out in the form.

Agent Permissions

This area stipulates the security rules and level of autonomy that the intelligent agent possesses to run routines in the project repository. Configure each tool defining among the policies Ask, Always allow, or Never allow:

  • add_dependency: Permission to download and install additional packages via the npm manager.

  • execute_sql: Permission to run command lines directly on the database connected to the application.

  • web_search: Permission to perform real-time data queries on the external internet.

  • web_crawl: Permission to map and extract data from public website pages and layouts.

Tools allowed by default:

  • write_file: Allows creating or completely overwriting a file inside the project's codebase.

  • edit_file: Allows modifying specific snippets, sections, or functions in an existing file without overwriting it entirely.

Tools (MCP)

Panel to connect external context servers (Model Context Protocol). To include a new tool, fill in the parameters:

  1. Type the name of the server in the Name field (My MCP Server).

  2. Select the communication protocol in the Transport field (options: stdio or http).

  3. Define the technical executor in the Command field (example: node).

  4. Enter the necessary complementary initialization arguments in the Args field.

  5. Enable the Enabled toggle switch and click the Add Server button to register.

Experiments

Activate beta testing features by modifying the toggles in the Experiments panel:

  • Enable MCP servers for Build mode: Allows external MCP servers to act also during structural code generation (Build mode).

  • Enable Select App from Home Chat Input: Enables a selector in the home screen chat so that you can reference an existing application from the account right in the first prompt.

Danger Zone

If you need to reset your environment to factory settings, use the red Reset Everything button.

Last updated

Was this helpful?