Skip to main content

Agents

Agents are product-level automations that can inspect context, run tools, and propose product repository changes on reviewable branches.

Agent types and configurations

The Agents page lists available agent types. Each configuration belongs to a product and can include:

  • Name.
  • Enabled state.
  • JSON inputs.
  • LLM credential.
  • Data credential.
  • Schedule cron.
  • Schedule timezone.

If an agent type requires an LLM provider and the workspace has no usable LLM credential, the page marks the agent as needing a credential.

Runs

Agent runs have status, events, artifacts, and optional generated branches. Use run detail pages to inspect what happened and why a branch was produced.

Generated branches

Agents should not write directly to main. They produce branches such as agents/<date>-<slug>. Review and merge them from the Branches page.

Triggers and schedules

Agents can be configured for one-off runs, schedules, or event triggers, depending on the available agent type and enabled backend features.

Intent capture

Intent capture records coding-agent sessions locally through the Tiden CLI and distills them into reviewable intent/<date>-<slug> branches. See Configure agents and Set up the CLI.