How it works
- Build an agent in the Agent UI, then deploy it straight to the workspace or as code (
.dinoai/agents/<name>.yml) through a pull request. - Run it with Bolt (the main path): add a Run Paradime DinoAI Agent command to a schedule so the agent runs on a cron, after another schedule, on a PR merge, or in a Turbo CI run. You can also trigger agents from the API when you orchestrate the run yourself.
- Start from a template: the recipes below are proven agents you can build in the UI or deploy as code.
Build an agent in the UI
Set an agent’s identity, tools, and output in the builder, then deploy it as a PR.
Run an agent with Bolt
Schedule an agent to run on cron, on merge, or after another job.
Programmable Agents reference
Build agents as code: YAML configuration, tools, and the API.