Automations are pre-configured scenario runs. You pair a scenario with a model and optionally pre-fill arguments, then run it whenever you need. Each run produces a traced result. A scenario qualifies as an automation when all its arguments are user-provided — no platform-injected args likeDocumentation Index
Fetch the complete documentation index at: https://docs.hud.ai/llms.txt
Use this file to discover all available pages before exploring further.
trace_id or hud_api_key.
How to Use
From the Platform
- Go to the Agents page
- Click New Agent and select Automation
- Select an environment → scenario → model
- Pre-fill any arguments you want baked in — leave required args blank for a partial automation that prompts at runtime
- Your automation appears under Your Automations on the agents page
- Click it to view config, run it, or see run history
From the Environments Page
- Open any environment and load a scenario
- The “Make Automation” button lets you jump to the agents page to create one
Building a Scenario for Automations
Any scenario withouttrace_id/hud_api_key args is automatically classified as an automation:
topic and format so each run just executes with those defaults. Arguments you don’t configure at creation time won’t appear in the saved config — they’ll be asked at runtime instead.
See Also
- QA Agents — Automated trace analysis
- Chat Agents — Multi-turn conversational agents
- Environments — Where scenarios live