How to configure custom AI agents for your workflow.

Custom Agents

Advanced users can create custom agents tailored to specific vertical domains.

Configuration

Agents are configured via JSON in your workspace settings. You can define:

  • System Prompts: The identity of the agent.
  • Tools: What the agent can access.
  • Knowledge Base: Specific data for the agent to use.
{
  "name": "Legal Specialist",
  "temperature": 0.2,
  "tools": ["web-search", "document-analysis"]
}

Unlock your potential.