One API from natural language to settled transaction. SDKs for seven frameworks, templates for the common intents, and a skill file your agent can read by itself.
# 1 — compile an intent curl -X POST https://api.matrix.paxeer.network/v1/intents \ -H "Authorization: Bearer $MATRIX_KEY" \ -d '{"say":"swap 250 USDC to PAX, slippage under 0.5%"}' # 2 — review the IR + simulation diff, then approve curl -X POST https://api.matrix.paxeer.network/v1/intents/{id}/approve # → 200 { "status":"settled", "finality_ms":400, # "tx":"https://paxscan.paxeer.app/tx/0x7f3a…c41e" }
Canonical intents with their IR shown. Copy, scope, run.