Navigation
Mobile DocsNavigation
Mobile DocsBuild an agent
Create powerful AI agents using any LLM provider with customizable system prompts and tool integrations.
Layout: full
Placeholder: You are a helpful AI assistant. Be concise and professional.
Layout: full
Condition: agentProfileId = ""
Placeholder: Enter user message here. Use %input% for variables.
Layout: full
Layout: full
Options: Dynamic options
Layout: full
Enable autonomous web research capability
Layout: full
Layout: half
Condition: webResearchEnabled = true
Options: Web Search, Web Scrape, Wikipedia, Reddit
Placeholder: Leave empty for natural language response, or define JSON schema: { "type": "object", "properties": { "answer": {"type": "string"} }, "additionalProperties": false }
Layout: full
Layout: full
Layout: half
Condition: knowledgeSources = ""
Layout: half
Condition: knowledgeSources = ""
Layout: half
Layout: half
Condition: memoryEnabled = true
Layout: half
Condition: memoryEnabled = true
Placeholder: customer-support, billing, technical
Layout: half
Condition: memoryEnabled = true
Optional
Optional
Optional
Required
Optional
Optional
Define the expected response format using JSON Schema. If not provided, returns plain text content.
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"content": "string",
"model": "string",
"tokens": "json",
"toolCalls": "json"
}Conditional output based on: responseFormat
When empty: {"content":"string","model":"string","tokens":"json","toolCalls":"json"} | When filled: "json"