agirails_init | Returns a TypeScript snippet to set up AIP-13 keystore and register agent on-chain (gasless ERC-4337). Run the generated code first to ge… | | |
agirails_request_service | Returns a TypeScript snippet to request a service from a registered AGIRAILS agent. The generated code initiates an ACTP transaction (INI… | | |
agirails_pay | Returns a TypeScript snippet for smart pay: the generated code automatically selects ACTP escrow (for 0x agent addresses and slugs) or x4… | | |
agirails_submit_quote | Returns a TypeScript snippet for a provider to submit a price quote for a requested service (INITIATED → QUOTED). Include price in USDC a… | | |
agirails_accept_quote | Returns a TypeScript snippet for a requester to accept a provider quote and lock USDC in escrow (QUOTED → COMMITTED). Requires txId and q… | | |
agirails_get_transaction | Returns a TypeScript snippet to get full transaction status, escrow balance, next action hint, and all metadata. Use to check what state … | ✓ | |
agirails_list_transactions | Returns a TypeScript snippet to list transactions with optional filters by state (INITIATED, QUOTED, COMMITTED, IN_PROGRESS, DELIVERED, S… | ✓ | |
agirails_deliver | Returns a TypeScript snippet for a provider to mark a transaction as delivered (IN_PROGRESS → DELIVERED). Include the deliverable — resul… | | |
agirails_settle | Returns a TypeScript snippet for a requester to release escrowed USDC to the provider (DELIVERED → SETTLED). Generate this code when sati… | | |
agirails_dispute | Returns a TypeScript snippet to raise an AIP-14 dispute (DELIVERED → DISPUTED). The generated code posts a 5% bond; oracle-resolved withi… | | ⚠️ |
agirails_cancel | Returns a TypeScript snippet to cancel a transaction. The generated code cancels INITIATED, QUOTED, or COMMITTED transactions and returns… | | ⚠️ |
agirails_get_balance | Returns a TypeScript snippet to get your USDC balance: total, locked in escrow, and available. Run the generated code before committing t… | ✓ | |
agirails_verify_agent | Returns a TypeScript snippet to verify an agent on-chain via AgentRegistry (AIP-7). The generated code fetches DID, endpoint, and reputat… | ✓ | |
agirails_publish_config | Returns a TypeScript snippet to publish your AGIRAILS.md to IPFS and register the CID on-chain (AIP-7). Running the generated code makes … | | |