Skip to main content

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.

Wallets are created and owned by a principal. Owners have unrestricted access; runtimes only see wallets they can access through active delegations or pacts.

Create a wallet

caw onboard

Get a wallet

caw wallet get

List wallets

caw wallet list

Update wallet metadata

from cobo_agentic_wallet_api.models.wallet_update import WalletUpdate

await owner_client.update_wallet(
    wallet_uuid,
    WalletUpdate(name="Main Treasury", metadata={"region": "us-east"}),
)