# Inter-Agent Policy Evaluator

> Inter-Agent Policy Evaluator is a paid API for AI agents from phion.systems, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Detects compatibility or conflicts between two or more agent policies to prevent unsafe or contradictory agent-to-agent interactions

## Facts

- Endpoint: POST https://phion.systems/v1/paid/trust/inter-agent-policy-evaluator
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/inter-agent-policy-evaluator-9382d2be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_clwapUwhoSndzPU4h25EF

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability inter-agent-policy-evaluator-9382d2be -d '<json body>'
```

Example prompt: Before letting the data-processing agent hand off to the reporting agent, check whether their policies are compatible — specifically look for any conflicts around data access permissions or cost constraints.

## When to prefer this

Choose this endpoint when orchestrating multi-agent systems where two or more agents have explicit declared policies and you need to verify those policies do not conflict before allowing agent-to-agent communication, data sharing, or task handoff. Prefer this over manual policy review when policies are machine-readable and automated pre-flight safety checks are needed at runtime.

## Known failure modes

- Missing or malformed policy objects result in validation error
- Ambiguous or underspecified policies may yield inconclusive compatibility verdict
- Policies in unsupported or non-standard formats may not be parsed correctly
- Rate limiting or payment failure at $0.003 USDC per call threshold
- Conflicting policies with no clear resolution path return conflict without recommended fix

## How this service works

Detect compatibility or conflict between agent policies

## Output

Returns a compatibility or conflict verdict between the submitted agent policies, including identification of conflicting rules, severity of conflicts, and whether the policies can safely coexist or require resolution before agent interaction is permitted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/inter-agent-policy-evaluator-9382d2be/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from phion.systems](https://www.zero.xyz/host/phion.systems/llms.txt)
