Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zhentan.me/llms.txt

Use this file to discover all available pages before exploring further.

POST /execute

Called by the agent after the owner approves a REVIEW-tier transaction via Telegram. The agent co-signs 2-of-2 and submits the UserOperation to the Pimlico bundler.

Request

{
  "txId": "tx-1234567890"
}
FieldTypeRequiredDescription
txIdstringYesID of the pending transaction to execute

Response

{
  "txHash": "0x..."
}
FieldDescription
txHashOn-chain transaction hash after successful execution