> ## Documentation Index
> Fetch the complete documentation index at: https://cobo.com/products/agentic-wallet/manual/llms.txt
> Use this file to discover all available pages before exploring further.

# Product updates

> What's new in Cobo Agentic Wallet — app, API, and SDKs.

## May 14, 2026 — Recipe matching and onboarding improvements

**Skills, CLI, SDKs, and API**

* Recipe search now accepts a `wallet_id` parameter; results include active pacts already linked to each recipe, so agents can pick up existing pacts instead of creating duplicates
* Pact detail responses now include the 5 most recent transactions and remaining quota (TX count, USD budget, time), giving agents better context before submitting
* `caw onboard` drops the `--invitation-code` flag; the `next_action` guidance now explicitly passes `--session-id` in each poll command to prevent agents from accidentally starting a new session
* `caw pact list` gains a `--status` flag to filter by pact state (default: `active`)

***

## April 30, 2026 — Wallet recovery, expanded toolkit, and pact controls

**Skills, CLI, SDKs, and API**

* Toolkit now exposes 14 additional tools — including `contract_call`, `submit_pact`, `list_pacts`, `payment`, fee estimation, and transaction record lookups — giving agents broader onchain capability out of the box
* Pacts can now be linked to recipes (`--recipe-slugs`) and given human-readable names; policies and completion conditions can be updated after submission
* New pending operations API lets agents and owners programmatically list, approve, and reject pending approvals
* `caw recipe search` now uses `--keywords` instead of `--query` for more precise protocol lookups
* Wallet restore flow: agents can generate a new pairing code after initial pairing to re-share key shares to a new device without transferring ownership

**Cobo Agentic Wallet app**

* Support restoring your wallet on a new device using a new pairing code from your agent
* Added support for speeding up and dropping transactions.
* Optimize pact approval cards UI

***

## April 20, 2026 — Initial release

Cobo Agentic Wallet is now available.

**Skills, CLI, SDKs, and API**

* Skill — the primary way for AI agents to use Cobo Agentic Wallet; gives agents full onchain capability with no code required
* [Recipes](https://www.cobo.com/agentic-wallet/recipes) — battle-tested recipes turn your agent's goals into reliable, safe pacts, so it executes with precision, not guesswork
* CLI (`caw`) — command-line tool for wallets, balances, transfers, policies, delegation, and audit logs
* Python and TypeScript SDKs — async clients with LangChain, OpenAI Agents SDK, and MCP support
* Full REST API for wallet lifecycle, pact management, policy enforcement, and audit logs

**Cobo Agentic Wallet app**

* Pair your agent wallet from your phone with a one-time pairing code
* Review pact proposals and approve, modify, or reject them — with an AI assistant to help you understand the terms
* Approve over-limit transactions on the go
* Use the app as a standard wallet — check balances and send transfers directly

For detailed developer release notes, see the [changelog](/products/agentic-wallet/manual/reference/changelog).
