Skip to main content
This example is coming soon.
A noninteractive agent runs without a person driving each turn — scheduled jobs, batch pipelines, and other autonomous workloads. It usually uses standing identity: 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