Skip to main content
Use this endpoint to retrieve all policy rules currently configured for your tenant. Policy rules define the conditions under which agent-originated transactions are permitted — for example, capping transaction amounts, restricting allowed tokens or chains, or limiting which accounts an agent can debit or credit. Reviewing your active rules regularly helps ensure your agent guardrails remain intentional and up to date.

Endpoint

Authorization

Requires an API key with ADMIN scope.

Request Example

Response

A successful response returns an array of policy rule objects.
string
required
Unique identifier (UUID) for the policy rule.
string
required
The rule type, which determines how the rule is evaluated. One of MAX_DEBIT_PER_SESSION, MAX_DEBIT_PER_HOUR, REQUIRE_HUMAN_APPROVAL_ABOVE, FORBIDDEN_ACCOUNT_PAIR, ALLOWED_TOKENS, or ALLOWED_CHAINS — see Policy Rules.
string
An optional prefix used to scope the rule to a specific agent or group of agents. When present, the rule applies only to API keys whose prefix matches this value.
object
required
A type-specific parameters object containing the rule’s configuration values (for example, amount, tokens, chains, debitAccountId, creditAccountId).
string (datetime)
required
ISO 8601 timestamp of when the rule was created.

Response Example

Error Codes