Documentation
Custom Agents
Create AI agents with custom system prompts, model configurations, and tool access. Agents sync automatically to your GRID IDE and appear in the agent dropdown.
Creating an Agent
1
Navigate to Dashboard → Custom Agents
2
Click New Agent
3
Configure the following:
Name
A descriptive name (e.g., "Code Reviewer")
Description
Brief explanation of the agent's purpose
System Prompt
The instructions that define the agent's behavior
Model
Select from Gemini, Claude, or GPT models
Temperature
Control creativity (0 = deterministic, 1 = creative)
4
Click Create Agent
System Prompt Best Practices
Well-crafted system prompts define your agent's personality, capabilities, and output format. Here's an example:
You are a senior code reviewer specializing in TypeScript. Your responsibilities: 1. Identify bugs and security vulnerabilities 2. Suggest performance optimizations 3. Ensure code follows best practices 4. Keep feedback constructive and actionable When reviewing, format your response as: ## Summary ## Issues Found ## Suggestions
Be Specific
Define clear roles, responsibilities, and output formats.
Use Examples
Include example inputs and desired outputs in your prompt.
Syncing to IDE
Custom agents automatically sync to your GRID IDE. Open the agent dropdown in the Chat panel to see your agents alongside the built-in options.
Agents sync automatically when created or updated
Available in the Chat panel agent selector
Works across all your workspaces
Share agents with your team (Enterprise)
Managing Agents
Edit
Click the pencil icon to modify an agent's configuration.
Delete
Click the trash icon (requires confirmation) to remove an agent.
Duplicate
Create a copy to use as a template for new agents.