The Agent Tester lets you run any built-in agent in isolation — test different inputs, models, and configurations before wiring agents into full workflows. Open it from the Tools section in the sidebar.Documentation Index
Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt
Use this file to discover all available pages before exploring further.
Built-in agents
Browse all available agents in a searchable catalog. Use Cmd+K (Ctrl+K on Windows/Linux) to focus search, arrow keys to navigate, and Enter to expand an agent’s spec sheet. Press Cmd+Enter (Ctrl+Enter) to open the workbench. When you select an agent, the workbench opens with:- Prompt input — type your prompt and press Cmd+Enter (Ctrl+Enter) to execute. Use up/down arrows to cycle through prompt history.
- Example prompts — expandable examples from the agent’s documentation to help you get started.
- Credential panel — shows required and optional credentials with connection status. Connect OAuth providers, enter API keys, or manually override any credential. Required credentials block execution until connected.
- Environment variables — key-value editor for any additional configuration the agent needs.
- Artifact upload — drag and drop files for agents that work with artifacts (CSVs, audio files, databases).
- Reference panel — input/output JSON schemas showing what the agent expects and produces.
Custom agents
Build and test ad-hoc agents without editingworkspace.yml. Configure:
- Provider — Anthropic, OpenAI, Google, or Groq
- Model — dropdown of available models (defaults to Claude Sonnet)
- System prompt — custom instructions for the agent
- servers — multi-select to attach tool servers
- Environment variables — additional configuration

