Overview
The Agents page shows your active agents and lets you start a new one with Add Agent. After you save, Fetch Hive opens the editor automatically. From there, you can adjust Agent Settings, add tools, test with Chat, and watch save state changes like Editing…, Saving…, and Saved.How do I create a new agent?
- Open Agents from the sidebar.
- Click Add Agent.
- Enter a Name for the agent.
- Choose a Category if your workspace uses categories.
- Click Save.
How do I configure an agent in the editor?
- In the editor, select the root agent node to open Agent Settings.
- Update the fields you need, including Name, Description, Model, Max Tokens, Temperature, Tool Choice, Max Tool Calls, Instruction Prompt, and Charge Type.
- Watch the save indicator in the header while your changes are written. Fetch Hive shows Editing… while you have unsaved changes, Saving… while it writes them, and Saved when the update completes.
minimal, low, medium, high). Newer adaptive Claude models, including Claude Sonnet 4.6+, Claude Opus 4.6+, Claude Opus 5, and Claude Fable 5, show Reasoning Effort. Claude agents also show Prompt Cache, with Disabled, 5 minutes, and 1 hour options for Anthropic prompt caching across repeated agent calls. Max Tool Calls appears for OpenAI and xAI agents only (0 is unlimited): OpenAI sends it as provider max_tool_calls, and xAI sends it as max_turns. Anthropic, Gemini, and Perplexity agents hide the control.
If a saved agent uses a retired model, Fetch Hive shows a warning in Agent Settings and blocks chat/API runs with model_deprecated. Select an active model before testing or invoking the agent.
How do I add an MCP tool?
- Click the add-tool button in the editor header.
- In the picker, use search if you need to filter the list.
- Choose a tool from MCP Tools.
- Auto Summarize
- SERP API
- Google Search
- Google Grounding
- Vector Search
- GPT Search
- xAI Web Search
- X Search
- Image Generation
- Airtable
- Linear
- Google Calendar
How do I add a workflow tool?
Choose a deployed workflow from Workflow Tools in the tool picker. Fetch Hive lets the agent call the selected workflow endpoint variant as a tool. The workflow run keeps its own workflow request ID and logs, and the parent agent trace records the call underagent.tool.workflow.
See Workflow Tools for setup details and logging behavior.

