!
Beta Environment Notice
TDM is currently in Beta. Exercise caution when handling assets. Use at your own risk.
Fast Export
Switch the current page to Markdown for fast agent reading, or download it as a .md file.
TDM is currently in Beta. Exercise caution when handling assets. Use at your own risk.
Fast Export
Switch the current page to Markdown for fast agent reading, or download it as a .md file.
# Trust Policies Summary: Trust Policies define the boundaries of what an agent is allowed to do. By setting up policies, you can control which intents are allowed, how much an agent can spend, and when it needs your explicit confirmation. Status: Operational guide Topics: - Security policies - Financial guardrails - Interactive confirmation - Policy management Packages: - tdm-sdk Commands: - tdm rules install - tdm status
A Trust Policy is a rule that the Contour Runtime enforces on every intent call. It is the primary mechanism for preventing financial drain or unauthorized actions by autonomous agents.
Limit the total amount an agent or intent can spend (e.g., $5.00/day).
Specify exactly which intents are allowed to run without a prompt.
Force a manual "Approve" button for high-risk intents or specific recipients.
Rules are stored locally in your workspace's .tdm/rules.json. You can edit this file directly or via the CLI.