You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autonomous transactions — per-agent config via getAutonomousTx() and updateAutonomousTx() (GET/PATCH /agents/:agentId/autonomous-tx).
Delegated pending transaction queue — listPendingTransactions(), getPendingTransaction(), claimPendingTransaction(), updatePendingTransaction(), cancelPendingTransaction() for integrator backends that sign queued on-chain MCP intents.
Webhook subscriptions — createWebhookSubscription(), listWebhookSubscriptions(), deleteWebhookSubscription() for transaction.created, transaction.updated, and transaction.expired events (HMAC-signed delivery).
MCP execution context — McpClient.callTool() (via createMcpClient()) accepts executionContext: 'managed' | 'delegated' (sent as X-Agent-Kit-Execution-Context; default delegated). When autonomous is enabled and context is delegated, on-chain tools may return transaction_pending instead of unsigned_transaction_ready only.
MCP idempotency — optional idempotencyKey on MCP tool calls (sent as X-Agent-Kit-Idempotency-Key).