> ## Documentation Index
> Fetch the complete documentation index at: https://docs.domesystems.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Noninteractive agent

> Govern a batch or background agent that runs without a person in the loop (coming soon)

<Info>
  This example is coming soon.
</Info>

A **noninteractive agent** runs without a person driving each turn — scheduled jobs, batch pipelines, and other autonomous workloads. It usually uses [standing identity](/concepts/identity-patterns): the agent is the principal, and every call is attributed to that workload.

This example will cover how to register the agent, attach the tools and models it needs, bound what it may call, and use audit to reconstruct a run after the fact.

Until it ships, use the related patterns below.

## Next steps

* [Identity patterns](/concepts/identity-patterns) concept for when standing identity fits
* [Code Execution Agent](/tutorials/examples/use-cases/code-agent) for a governed autonomous execution pattern
* [Govern your first agent](/tutorials/get-started/govern-your-first-agent) for the sandbox path end to end
* [Develop](/develop) to authenticate and route runtime traffic
