Use when an agent needs compile policy
Use when an agent needs compile policy. Returns Compile a merchant payment policy across x402, MPP, AP2, and card rails from product, risk, authorization, latency, asset, and refund constraints. $0.02.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
20 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.oblique.markets/api/v1/paid/compile-policy
| Category | Code and developer |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 20 ms |
Example input (from the provider)
{
"body": {
"human_authorization_required": true,
"max_latency_ms": 1,
"max_price_usdc": 1,
"product_type": "digital_retrieval",
"refund_capability": true,
"reversible": true,
"supported_assets": [
"example"
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"human_authorization_required": {
"type": "boolean"
},
"max_latency_ms": {
"type": "number"
},
"max_price_usdc": {
"type": "number"
},
"product_type": {
"enum": [
"digital_retrieval",
"inference",
"reversible_action",
"physical_goods"
],
"type": "string"
},
"refund_capability": {
"type": "boolean"
},
"reversible": {
"type": "boolean"
},
"supported_assets": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"product_type",
"max_price_usdc",
"reversible",
"max_latency_ms",
"supported_assets",
"human_authorization_required",
"refund_capability"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"authorization_policy": {
"type": "string"
},
"deny_conditions": {
"items": {
"type": "string"
},
"type": "array"
},
"policy_manifest": {
"properties": {
"max_latency_ms": {
"type": "integer"
},
"product_type": {
"type": "string"
},
"reversible": {
"type": "boolean"
},
"version": {
"type": "string"
}
},
"type": "object"
},
"receipt_schema": {
"properties": {
"required": {
"items": {
"type": "string"
},
"type": "array"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"recommended_rails": {
"items": {
"properties": {
"rail": {
"type": "string"
},
"rationale": {
"type": "string"
},
"role": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"refund_owner": {
"type": "string"
},
"settlement_requirements": {
"items": {
"type": "string"
},
"type": "array"
},
"spending_cap_usdc": {
"type": "number"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}