Documentation Index
Fetch the complete documentation index at: https://conto.finance/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The CLI provides full CRUD for spending policies. When you list policies, each one is tagged as[agent] (directly assigned) or [org-wide] (inherited from your organization).
Create a Policy
The interactive builder walks you through each step with descriptions:- Policy name. A descriptive label.
- Policy type. 14 types available, each with an explanation.
- Priority. Higher numbers are evaluated first. Use 0-100. Default is 50.
- Rules. Optionally add the first rule immediately.
- Assignment. Assign to the current agent or leave org-wide.
Policy Types
| Type | Description |
|---|---|
| Spend Limit | Cap per-transaction, daily, weekly, or monthly totals |
| Approval Threshold | Require human approval above a dollar amount |
| Counterparty | Allow or block specific wallet addresses |
| Category | Restrict which spend categories are permitted |
| Geographic | Block transactions involving sanctioned countries |
| Budget Allocation | Set a total budget cap for a time period |
| Expiration | Policy only active within a date range |
| Merchant | Allow or block specific merchants by address |
| Time Window | Restrict transactions to specific hours or days |
| Velocity | Rate limit: max transactions per time period |
| Whitelist | Only pre-approved addresses can receive payments |
| Composite | Combine multiple conditions with AND/OR logic |
| Contract Allowlist | Restrict to approved smart contract addresses |
| Blackout Period | Block all transactions during specific time windows |
Add Rules
Add rules to an existing policy:- Rule type — Context-aware options based on the policy type
- Operator —
<=,>=,in list,not in list,between, etc. - Value — With smart placeholders (dollar amounts for limits, JSON arrays for lists, country codes for geographic rules)
- Action — Allow, Deny, or Require Approval
Value Examples by Rule Type
| Rule Type | Example Value | Format |
|---|---|---|
| Daily Limit | 500 | Dollar amount |
| Allowed Counterparties | ["0xabc...","0xdef..."] | JSON array of addresses |
| Geographic Restriction | ["CU","IR","KP","SY"] | JSON array of country codes |
| Trust Score | 50 | Number (0-100) |
| Date Range | {"start":"2025-01-01","end":"2025-12-31"} | JSON with ISO dates |
| Velocity Limit | 5 | Max transactions per window |
Update & Delete
Assign & Unassign
Control which policies apply to your agent:List All Org Policies
To see every policy in the organization (not just your agent’s):JSON Output
All policy commands support--json: