Skip to main content

Create Assistant

Create custom assistants tailored to your specific needs. We recommend starting with assistant templates to familiarize yourself with the platform before building custom assistants.

Creating an Assistant

You can create an assistant in two ways: manually or using AI generation.

You can create an assistant using AI generation, which automatically configures the assistant based on your requirements.

  1. Navigate to the Assistants section.

  2. Click + Create Assistant in the Project Assistants menu.

  3. In the Generate Assistant with AI popup, describe your main idea and requirements for the assistant.

  4. If you enable the Include tools toggle, the platform recommends features and tools that fit the assistant's goals.

    Generate with AI popup

  5. After clicking the Generate with AI button, the AI will configure the assistant for you—including its name, description, conversation starters, and system instructions.

AI-Powered Configuration

Generate with AI analyzes your requirements and automatically sets up the assistant with appropriate configuration, saving time on initial setup and ensuring best practices.

Tools Configuration

Select tools to extend your assistant's capabilities:

Tools configuration example

Performance Consideration

Each tool requires additional computing power, which may increase response time. Select only the tools your assistant needs.

Integration Required

Most tools require prior integration setup before they can be used. When you save the assistant, the platform automatically validates that all required integrations are configured. If any are missing, a Missing Integrations modal appears with options to add them or skip validation. See Integration Validation During Assistant Save.

Limit Tool Output Tokens

Large tool outputs — a full file read, a long API response, or a wide search result — can consume a significant share of the model's context window. The Limit Tool Output Tokens setting caps, per assistant, how many tokens a single tool's output may contribute to the conversation.

The setting is located in the assistant configuration form, inside the Extra configuration section, alongside LLM model, Temperature, and Top P.

Limit Tool Output Tokens field in the Extra configuration section

Behavior

  • When the field is left empty, each tool applies its own built-in output limit. This is the default behavior.
  • When a value is set, it acts as a single, assistant-wide cap that overrides every tool's individual default, including per-MCP-server limits. Tool outputs larger than the limit are truncated before they reach the model.

Field rules

PropertyBehavior
Default stateEmpty — no assistant-specific limit is applied
Accepted inputPositive whole numbers only
Placeholder30000 is shown as a hint only; it does not set a value automatically
PersistenceA saved value is retained and shown again when the assistant is edited
tip

Lower the limit for an assistant that calls tools returning very large payloads, to preserve context space for reasoning. Raise it — or leave it empty — when the full tool output is needed for accurate answers.

note

The 30000 placeholder is a visual hint only. Until a value is entered and saved, the assistant continues to use each tool's own default limit.

Managing Your Assistant

  1. Once created, your assistant appears in the My Assistants menu:

    My Assistants list

  2. Use the action menu to manage your assistant:

    Assistant actions

    Available actions:

    • Edit: Modify assistant configuration
    • Delete: Remove the assistant
    • Clone: Create a copy
    • Publish to Marketplace: Share with the community
    • Copy Link: Get shareable URL
    • View Details: See full configuration
  3. Click the Chat icon to start a conversation. The assistant will also appear in the quick Assistants list for easy access.